[for-linus][PATCH 0/4] tracing: Some fixes for 5.13

From: Steven Rostedt
Date: Fri Jun 18 2021 - 09:21:29 EST



Tracing fixes for 5.13:

- Have recordmcount check for valid st_shndx otherwise some archs may have
invalid references for the mcount location.

- Two fixes done for mapping pids to task names. Traces were not showing
the names of tasks when they should have.

- Fix to trace_clock_global() to prevent it from going backwards

Peter Zijlstra (1):
recordmcount: Correct st_shndx handling

Steven Rostedt (VMware) (3):
tracing: Do not stop recording cmdlines when tracing is off
tracing: Do not stop recording comms if the trace file is being read
tracing: Do no increment trace_clock_global() by one

----
kernel/trace/trace.c | 11 -----------
kernel/trace/trace_clock.c | 6 +++---
scripts/recordmcount.h | 15 ++++++++++-----
3 files changed, 13 insertions(+), 19 deletions(-)