[for-linus][PATCH 0/5] tracing: Fixes for 5.13
From: Steven Rostedt
Date: Wed Jun 09 2021 - 20:37:39 EST
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(-)