[GIT PULL] timer subsystem fixes
From: Ingo Molnar
Date: Sun Sep 13 2026 - 04:25:41 EST
Linus,
Please pull the latest timers/urgent Git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers-urgent-2026-09-13
for you to fetch changes up to c5dcb3aadc18d7b82ba64790721b005d18193d35:
Misc timer fixes:
- Fix clockevents replacement race when a broadcast
device is replaced which may trigger a BUG() crash
(朱恺乾 - Zhu Kaiqian)
- Fix potential timerqueue ordering bug when rearming
a queued timer with nonzero slack (Andrea Parri)
Thanks,
Ingo
------------------>
Andrea Parri (1):
hrtimer: Use hard expiry when updating timers on the same base
Thomas Gleixner (1):
tick/broadcast: Plug clockevents replacement race
kernel/time/clockevents.c | 33 ++++++++++++++++++++-------------
kernel/time/hrtimer.c | 15 +++++++++++----
kernel/time/tick-broadcast.c | 36 ++++++++++++++++++++++--------------
kernel/time/tick-internal.h | 2 ++
4 files changed, 55 insertions(+), 31 deletions(-)