]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
timer_list: Print offset as signed integer
authorThomas Weißschuh (Schneider Electric) <thomas.weissschuh@linutronix.de>
Wed, 11 Mar 2026 10:15:12 +0000 (11:15 +0100)
committerThomas Gleixner <tglx@kernel.org>
Thu, 12 Mar 2026 11:15:54 +0000 (12:15 +0100)
commitbb2705b4e03605532b429525cc8d1e9a2afe3e00
treee069784f6fe79cad1760f2e735a3c66e09fa097b
parent754e38d2d1aeeadddac5220f34e07cf263502a46
timer_list: Print offset as signed integer

The offset of a hrtimer base may be negative.

Print those values correctly.

Signed-off-by: Thomas Weißschuh (Schneider Electric) <thomas.weissschuh@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20260311-hrtimer-cleanups-v1-3-095357392669@linutronix.de
kernel/time/timer_list.c