Merge tag 'timers_urgent_for_v6.13_rc1' of git://git.kernel.org/pub/scm/linux/kernel...
commitf788b5ef1ca9b1c2f8d4e1beb2b25edc2db43ef4
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 1 Dec 2024 20:41:21 +0000 (1 12:41 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 1 Dec 2024 20:41:21 +0000 (1 12:41 -0800)
tree22f278179a8be1558d9633d39e4ce013649e803b
parent63f4993b792efe9ccde7302184d0184d2c52a9b7
parent63dffecfba3eddcf67a8f76d80e0c141f93d44a5
Merge tag 'timers_urgent_for_v6.13_rc1' of git://git./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