[GIT PULL] timer subsystem fixes

From: Ingo Molnar

Date: Tue Jun 23 2026 - 13:18:57 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-06-23

for you to fetch changes up to 269f2b43fae692d1f3988c9f888a6301aa537b82:

Miscellaneous timer fixes:

- Fix timekeeping locking order bug in the timekeeping init code
(Mikhail Gavrilov)

- Fix u64 multiplication bug in the posix-cpu-timers code
on 32-bit kernels (Zhan Xusheng)

- Fix macro name in comment block (Ethan Nelson-Moore)

- Fix off-by-one bug in the compat settimeofday() usecs
validation code (Wang Yan)

Thanks,

Ingo

------------------>
Ethan Nelson-Moore (1):
hrtimer: Correct CONFIG_NO_HZ_COMMON macro name in comment

Mikhail Gavrilov (1):
timekeeping: Register default clocksource before taking tk_core.lock

Wang Yan (1):
time: Fix off-by-one in compat settimeofday() usec validation

Zhan Xusheng (1):
posix-cpu-timers: Use u64 multiplication in update_rlimit_cpu()


kernel/time/hrtimer.c | 2 +-
kernel/time/posix-cpu-timers.c | 2 +-
kernel/time/time.c | 2 +-
kernel/time/timekeeping.c | 7 ++++---
4 files changed, 7 insertions(+), 6 deletions(-)