commit | 802b31c0dd7f44c9ab44d39c6c4af22d958ad803 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Sun Mar 14 13:29:38 2021 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sun Mar 14 13:29:38 2021 -0700 |
tree | efbb813307026e29653d3063076c95a5842e75dd | |
parent | c72cbc936141eac737b24f43e742cefaab35edd6 [diff] | |
parent | 46eb1701c046cc18c032fa68f3c8ccbf24483ee4 [diff] |
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()