From: Linus Torvalds Date: Sun, 1 Dec 2024 20:41:21 +0000 (-0800) Subject: Merge tag 'timers_urgent_for_v6.13_rc1' of git://git.kernel.org/pub/scm/linux/kernel... X-Git-Tag: nvme-6.13-2024-12-31~23 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f788b5ef1ca9b1c2f8d4e1beb2b25edc2db43ef4;p=nvme.git Merge tag 'timers_urgent_for_v6.13_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip Pull timer fixes from Borislav Petkov: - Fix a case where posix timers with a thread-group-wide target would miss signals if some of the group's threads are exiting - Fix a hang caused by ndelay() calling the wrong delay function __udelay() - Fix a wrong offset calculation in adjtimex(2) when using ADJ_MICRO (microsecond resolution) and a negative offset * tag 'timers_urgent_for_v6.13_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: posix-timers: Target group sigqueue to current task only if not exiting delay: Fix ndelay() spuriously treated as udelay() ntp: Remove invalid cast in time offset math --- f788b5ef1ca9b1c2f8d4e1beb2b25edc2db43ef4