Commit c874ace034a9 for kernel

commit c874ace034a9cb647fe5e2a28fdb262b49c846e4
Merge: b2a8a7669e9b c5dcb3aadc18
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sun Sep 13 09:10:38 2026 -0700

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

    Pull timer fixes from Ingo Molnar:

     - Fix clockevents replacement race when a broadcast
       device is replaced which may trigger a BUG() crash
       (朱恺乾 - Zhu Kaiqian)

     - Fix potential timerqueue ordering bug when rearming
       a queued timer with nonzero slack (Andrea Parri)

    * tag 'timers-urgent-2026-09-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
      hrtimer: Use hard expiry when updating timers on the same base
      tick/broadcast: Plug clockevents replacement race