Commit 09feffa073d8 for kernel

commit 09feffa073d8a5362739ecf0509c29ca7f6d9991
Merge: 77e8e6861bc0 d486b4934a8e
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sun Jun 7 13:02:02 2026 -0700

    Merge tag 'timers-urgent-2026-06-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

    Pull timer fixes from Ingo Molnar:

     - 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)

    * tag 'timers-urgent-2026-06-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
      timers/migration: Fix livelock in tmigr_handle_remote_up()
      vdso/datastore: Mark vdso_k_*_data pointers as __ro_after_init
      time: Fix off-by-one in settimeofday() usec validation
      clockevents: Fix duplicate type specifier in stub function parameter