Merge tag 'timers-core-2025-07-27' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 Jul 2025 21:08:21 +0000 (14:08 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 Jul 2025 21:08:21 +0000 (14:08 -0700)
commitd614399b281abf3980cc9b340a5066e9f4020b5d
treeccfdf1a98ec14eb42d65e8418fc238df3a10ecb7
parent99e731bcb8e6dd197aa4ab587887a3f670d12b72
parentbfa788dc2ddaea7d7930f63a5c7c8f3668a3f2c5
Merge tag 'timers-core-2025-07-27' of git://git./linux/kernel/git/tip/tip

Pull timer core updates from Thomas Gleixner:

 - Simplify the logic in the timer migration code

 - Simplify the clocksource code by utilizing the more modern
   cpumask+*() interfaces

* tag 'timers-core-2025-07-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  clocksource: Use cpumask_next_wrap() in clocksource_watchdog()
  clocksource: Use cpumask_any_but() in clocksource_verify_choose_cpus()
  timers/migration: Clean up the loop in tmigr_quick_check()