[GIT PULL] timer subsystem fixes

From: Ingo Molnar

Date: Sun Nov 23 2025 - 02:58:58 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-2025-11-23

# HEAD: 20739af07383e6eb1ec59dcd70b72ebfa9ac362c timers: Fix NULL function pointer race in timer_shutdown_sync()

Miscellaneous fixes:

- Fix a race in timer->function clearing in timer_shutdown_sync()

- Fix a timekeeper sysfs-setup resource leak in error paths

- Fix the NOHZ report_idle_softirq() syslog rate-limiting
logic to have no side effects on the return value

Thanks,

Ingo

------------------>
Malaya Kumar Rout (1):
timekeeping: Fix resource leak in tk_aux_sysfs_init() error paths

Wen Yang (1):
tick/sched: Fix bogus condition in report_idle_softirq()

Yipeng Zou (1):
timers: Fix NULL function pointer race in timer_shutdown_sync()


kernel/time/tick-sched.c | 11 +++++------
kernel/time/timekeeping.c | 21 ++++++++++++---------
kernel/time/timer.c | 7 ++++---
3 files changed, 21 insertions(+), 18 deletions(-)