[for-linus][PATCH 00/10] tracing: Fixes for 5.17-rc1

Steven Rostedt posted 10 patches 4 years, 5 months ago
Only 0 patches received!
arch/arm/Kconfig                 |  1 +
arch/x86/Kconfig                 |  1 +
include/trace/perf.h             |  5 +++--
include/trace/trace_events.h     |  9 +++++----
kernel/trace/Kconfig             |  8 +++++++-
kernel/trace/trace.c             |  3 ++-
kernel/trace/trace_events_hist.c | 10 ++++++++--
scripts/Makefile                 |  2 +-
tools/tracing/Makefile           | 18 ++++++++++++++----
tools/tracing/rtla/Makefile      |  2 +-
10 files changed, 43 insertions(+), 16 deletions(-)
[for-linus][PATCH 00/10] tracing: Fixes for 5.17-rc1
Posted by Steven Rostedt 4 years, 5 months ago
Tracing fixes for 5.17-rc1:

 - Limit mcount build time sorting to only those archs that
   we know it works for.

 - Fix memory leak in error path of historgam setup

 - Fix and clean up rel_loc array out of bounds issue

 - tools/rtla documentation fixes

 - Fix issues with histogram logic

  git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
ftrace/urgent

Head SHA1: 67ab5eb71b37b55f7c5522d080a1b42823351776


Kees Cook (1):
      tracing/perf: Avoid -Warray-bounds warning for __rel_loc macro

Masami Hiramatsu (1):
      tracing: Avoid -Warray-bounds warning for __rel_loc macro

Shuah Khan (2):
      rtla: Make doc build optional
      tools/tracing: Update Makefile to build rtla

Steven Rostedt (Google) (1):
      ftrace: Have architectures opt-in for mcount build time sorting

Tom Zanussi (4):
      tracing: Fix smatch warning for null glob in event_hist_trigger_parse()
      tracing: Fix smatch warning for do while check in event_hist_trigger_parse()
      tracing: Propagate is_signed to expression
      tracing: Don't inc err_log entry count if entry allocation fails

Xiaoke Wang (1):
      tracing/histogram: Fix a potential memory leak for kstrdup()

----
 arch/arm/Kconfig                 |  1 +
 arch/x86/Kconfig                 |  1 +
 include/trace/perf.h             |  5 +++--
 include/trace/trace_events.h     |  9 +++++----
 kernel/trace/Kconfig             |  8 +++++++-
 kernel/trace/trace.c             |  3 ++-
 kernel/trace/trace_events_hist.c | 10 ++++++++--
 scripts/Makefile                 |  2 +-
 tools/tracing/Makefile           | 18 ++++++++++++++----
 tools/tracing/rtla/Makefile      |  2 +-
 10 files changed, 43 insertions(+), 16 deletions(-)