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: As this is global rename of from_timer() to timer_container_of(), the list of files and the changes differ slightly from the upstream patch. commit 41cb08555c4164996d67c78b3bf1c658075b75f1 Author: Ingo Molnar <mingo@kernel.org> Date: Fri, 9 May 2025 07:51:14 +0200 treewide, timers: Rename from_timer() to timer_container_of() Move this API to the canonical timer_*() namespace. [ tglx: Redone against pre rc1 ] Signed-off-by: Ingo Molnar <mingo@kernel.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/all/aB2X0jCKQO56WdMt@gmail.com Signed-off-by: Waiman Long <longman@redhat.com>