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

Steven Rostedt posted 2 patches 2 weeks ago
kernel/trace/trace_osnoise.c | 32 +++++++++++++++++++-------------
1 file changed, 19 insertions(+), 13 deletions(-)
[for-linus][PATCH 0/2] tracing: Some more updates for 6.11
Posted by Steven Rostedt 2 weeks ago
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(-)