[GIT PULL] timer subsystem fixes

From: Ingo Molnar

Date: Sun Jun 07 2026 - 01:08:08 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-07

for you to fetch changes up to d486b4934a8e504376b85cdb3766f306d57aff5b:

Miscellaneous timer fixes:

- Fix the arch_inlined_clockevent_set_next_coupled() prototype
in the !CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST case
(Naveen Kumar Chaudhary)

- Fix an off-by-1 bug in the sys_settimeofday() usecs validation
code (Naveen Kumar Chaudhary)

- Mark vdso_k_*_data pointers as __ro_after_init
(Thomas Weißschuh)

- Fix livelock race in tmigr_handle_remote_up()
(Amit Matityahu)

Thanks,

Ingo

------------------>
Amit Matityahu (1):
timers/migration: Fix livelock in tmigr_handle_remote_up()

Naveen Kumar Chaudhary (2):
clockevents: Fix duplicate type specifier in stub function parameter
time: Fix off-by-one in settimeofday() usec validation

Thomas Weißschuh (1):
vdso/datastore: Mark vdso_k_*_data pointers as __ro_after_init


kernel/time/clockevents.c | 2 +-
kernel/time/time.c | 2 +-
kernel/time/timer_migration.c | 8 ++++++--
lib/vdso/datastore.c | 6 +++---
4 files changed, 11 insertions(+), 7 deletions(-)