mirror of
https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9.git
synced 2026-09-09 00:08:12 +08:00
JIRA: https://issues.redhat.com/browse/RHEL-115039 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 May 9 07:51:14 2025 +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: Ivan Vecera <ivecera@redhat.com>