[for-linus][PATCH 0/2] tracing: Some more updates for 6.11

From: Steven Rostedt
Date: Thu Sep 05 2024 - 17:03:43 EST



A couple more fixes for 6.11:

- V2 of the update of the clearing of the timer lock. Need to grab
the interface_lock when clearing the itmer in tlat_var_reset()

- Need to take the interface_lock in stop_threads() to sync with the
timerlat updates.

Steven Rostedt (2):
tracing/timerlat: Only clear timer if a kthread exists
tracing/timerlat: Add interface_lock around clearing of kthread in stop_kthread()

----
kernel/trace/trace_osnoise.c | 32 +++++++++++++++++++-------------
1 file changed, 19 insertions(+), 13 deletions(-)