[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210610003344.783752614@goodmis.org>
Date: Wed, 09 Jun 2021 20:33:44 -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>,
Liangyan <liangyan.peng@...ux.alibaba.com>,
Masami Hiramatsu <mhiramat@...nel.org>,
Peter Zijlstra <peterz@...radead.org>,
Zhen Lei <thunder.leizhen@...wei.com>
Subject: [for-linus][PATCH 0/5] tracing: Fixes for 5.13
Tracing fixes for 5.13:
- Fix the length check in the temp buffer filter
- Fix record mcount handling of st_shndx
- Fix build failure in bootconfig tools for "fallthrough"
- Fix error return of bootconfig apply_xbc() routine
Liangyan (1):
tracing: Correct the length check which causes memory corruption
Masami Hiramatsu (1):
tools/bootconfig: Fix a build error accroding to undefined fallthrough
Peter Zijlstra (1):
recordmcount: Correct st_shndx handling
Steven Rostedt (VMware) (1):
ftrace: Do not blindly read the ip address in ftrace_bug()
Zhen Lei (1):
tools/bootconfig: Fix error return code in apply_xbc()
----
kernel/trace/ftrace.c | 8 +++++++-
kernel/trace/trace.c | 2 +-
scripts/recordmcount.h | 13 +++++++++----
tools/bootconfig/include/linux/bootconfig.h | 4 ++++
tools/bootconfig/main.c | 1 +
5 files changed, 22 insertions(+), 6 deletions(-)
Powered by blists - more mailing lists