]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit39e85b8fb128f05ff122389fd3b1e7949fff15ed
treeb703f7fe93775cd243fe9e5bf0b762e0141f78f0
parent0a22dbebc3f7c33d3908873b081d391d30b5af44
parent9fd3deb0a7056911c97565790158d31465066295
Merge tag 'timers-urgent-2021-07-25' of git://git.kernel.org/pub/scm/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