]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'timers-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 14 Mar 2021 20:29:38 +0000 (13:29 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 14 Mar 2021 20:29:38 +0000 (13:29 -0700)
commitcdafbe37ecd5fe31f23495b254b67df3ad1e2e8d
treeefbb813307026e29653d3063076c95a5842e75dd
parentabb0d7f95d5826d69cdb66b41ed2d6af2d834505
parent17411f9a870554d66c204109b367e45764ce6130
Merge tag 'timers-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull timer fix from Thomas Gleixner:
 "A single fix in for hrtimers to prevent an interrupt storm caused by
  the lack of reevaluation of the timers which expire in softirq context
  under certain circumstances, e.g. when the clock was set"

* tag 'timers-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()