[GIT PULL] timer subsystem fixes
From: Ingo Molnar
Date: Sat Jan 24 2026 - 04:38: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-01-24
# HEAD: c06343be0b4e03fe319910dd7a5d5b9929e1c0cb clocksource: Reduce watchdog readout delay limit to prevent false positives
Misc fixes:
- Fix auxiliary timekeeper update & locking bug
- Reduce the sensitivity of the clocksource watchdog, to
fix false positive measurements that marked the
TSC clocksource unstable.
Thanks,
Ingo
------------------>
Thomas Gleixner (1):
clocksource: Reduce watchdog readout delay limit to prevent false positives
Thomas Weißschuh (1):
timekeeping: Adjust the leap state for the correct auxiliary timekeeper
kernel/time/clocksource.c | 2 +-
kernel/time/timekeeping.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)