mirror of
https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10.git
synced 2026-09-09 00:07:04 +08:00
JIRA: https://issues.redhat.com/browse/RHEL-114125 Conflicts: This is a partial backport of the commit on the best effort basis. All the hunks that fail to merge are dropped and del_timer() and del_timer_sync() helpers in include/linux/timer.h are retained. commit 8fa7292fee5c5240402371ea89ab285ec856c916 Author: Thomas Gleixner <tglx@linutronix.de> Date: Sat, 5 Apr 2025 10:17:26 +0200 treewide: Switch/rename to timer_delete[_sync]() timer_delete[_sync]() replaces del_timer[_sync](). Convert the whole tree over and remove the historical wrapper inlines. Conversion was done with coccinelle plus manual fixups where necessary. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@kernel.org> Signed-off-by: Waiman Long <longman@redhat.com>