From: Linus Torvalds Date: Sun, 17 Apr 2022 16:53:01 +0000 (-0700) Subject: Merge tag 'timers-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kernel... X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fbb9c58e56f2ee56e77b19fdfac131d57d3341c1;p=linux.git Merge tag 'timers-urgent-2022-04-17' of git://git./linux/kernel/git/tip/tip Pull timer fixes from Thomas Gleixner: "A small set of fixes for the timers core: - Fix the warning condition in __run_timers() which does not take into account that a CPU base (especially the deferrable base) never has a timer armed on it and therefore the next_expiry value can become stale. - Replace a WARN_ON() in the NOHZ code with a WARN_ON_ONCE() to prevent endless spam in dmesg. - Remove the double star from a comment which is not meant to be in kernel-doc format" * tag 'timers-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: tick/sched: Fix non-kernel-doc comment tick/nohz: Use WARN_ON_ONCE() to prevent console saturation timers: Fix warning condition in __run_timers() --- fbb9c58e56f2ee56e77b19fdfac131d57d3341c1