Files
linux-stable-mirror/kernel
Steven Rostedt 7d86de3847 time/jiffies: Mark jiffies_64_to_clock_t() notrace
[ Upstream commit 755a648e78 ]

The trace_clock_jiffies() function that handles the "uptime" clock for
tracing calls jiffies_64_to_clock_t(). This causes the function tracer to
constantly recurse when the tracing clock is set to "uptime". Mark it
notrace to prevent unnecessary recursion when using the "uptime" clock.

Fixes: 58d4e21e50 ("tracing: Fix wraparound problems in "uptime" trace clock")
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20260306212403.72270bb2@robin
Signed-off-by: Sasha Levin <sashal@kernel.org>
2026-03-25 11:05:51 +01:00
..
2025-11-24 10:30:06 +01:00
2025-06-27 11:09:03 +01:00
2026-03-25 11:05:44 +01:00
2024-10-17 15:24:37 +02:00
2024-06-12 11:12:52 +02:00
2026-01-11 15:21:17 +01:00