[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210618132046.600413369@goodmis.org>
Date: Fri, 18 Jun 2021 09:20:46 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: linux-kernel@...r.kernel.org
Cc: Ingo Molnar <mingo@...nel.org>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [for-linus][PATCH 0/4] tracing: Some fixes for 5.13
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(-)
Powered by blists - more mailing lists