Merge tag 'timers-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 25 Jul 2021 17:27:44 +0000 (10:27 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 25 Jul 2021 17:27:44 +0000 (10:27 -0700)
commit12e9bd168c85b1e8a8ef2dd2cb34250f29656c71
treeb703f7fe93775cd243fe9e5bf0b762e0141f78f0
parentd1b178254ca39a89b3c6407e29e87dd25734399e
parentff5a6a3550cef4a272fee19520a13699343b6a47
Merge tag 'timers-urgent-2021-07-25' of git://git./linux/kernel/git/tip/tip

Pull timer fixes from Thomas Gleixner:
 "A small set of timer related fixes:

   - Plug a race between rearm and process tick in the posix CPU timers
     code

   - Make the optimization to avoid recalculation of the next timer
     interrupt work correctly when there are no timers pending"

* tag 'timers-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  timers: Fix get_next_timer_interrupt() with no timers pending
  posix-cpu-timers: Fix rearm racing against process tick