Skip to content

CNB: timers: Provide timer_shutdown[_sync]()

Ivan Vecera requested to merge ivecera/centos-stream-9:bz2175247 into main

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2175247
Tested: Stress tests + LNST test suite

Commits:

8be3f96ceddb ("timers: Replace in_irq() with in_hardirq()")
73737a5833ac ("clocksource/drivers/arm_arch_timer: Do not use timer namespace for timer_shutdown() function")
6e1fc2591f11 ("clocksource/drivers/sp804: Do not use timer namespace for timer_shutdown() function")
9a5a30568697 ("timers: Get rid of del_singleshot_timer_sync()")
82ed6f7ef58f ("timers: Replace BUG_ON()s")
14f043f1340b ("timers: Update kernel-doc for various functions")
168f6b6ffbee ("timers: Use del_timer_sync() even on UP")
9b13df3fb64e ("timers: Rename del_timer_sync() to timer_delete_sync()")
bb663f0f3c39 ("timers: Rename del_timer() to timer_delete()")
d02e382cef06 ("timers: Silently ignore timers with a NULL function")
8553b5f2774a ("timers: Split [try_to_]del_timer[_sync]() to prepare for shutdown mode")
0cc04e80458a ("timers: Add shutdown mechanism to the internal functions")
f571faf6e443 ("timers: Provide timer_shutdown[_sync]()")

Signed-off-by: Ivan Vecera ivecera@redhat.com

Merge request reports