[for-linus][PATCH 0/5] tracing: Fixes for v6.3

Steven Rostedt posted 5 patches 2 years, 11 months ago
arch/x86/kernel/ftrace_64.S      |  2 ++
include/linux/tracepoint.h       | 15 ++++++---------
kernel/trace/ftrace.c            |  3 ++-
kernel/trace/trace_events_hist.c | 12 ++++++++++++
4 files changed, 22 insertions(+), 10 deletions(-)
[for-linus][PATCH 0/5] tracing: Fixes for v6.3
Posted by Steven Rostedt 2 years, 11 months ago
Arnd Bergmann (1):
      ftrace,kcfi: Define ftrace_stub_graph conditionally

Chen Zhongjin (1):
      ftrace: Fix invalid address access in lookup_rec() when index is 0

Steven Rostedt (Google) (3):
      tracing: Do not let histogram values have some modifiers
      tracing: Check field value in hist_field_name()
      tracing: Make tracepoint lockdep check actually test something

----
 arch/x86/kernel/ftrace_64.S      |  2 ++
 include/linux/tracepoint.h       | 15 ++++++---------
 kernel/trace/ftrace.c            |  3 ++-
 kernel/trace/trace_events_hist.c | 12 ++++++++++++
 4 files changed, 22 insertions(+), 10 deletions(-)