[for-linus][PATCH 0/6] tracing: Fixes and minor clean ups for 5.19

From: Steven Rostedt
Date: Tue Jul 12 2022 - 16:40:17 EST



Douglas Anderson (1):
tracing: Fix sleeping while atomic in kdb ftdump

Li kunyu (1):
blk-iocost: tracing: atomic64_read(&ioc->vtime_rate) is assigned an extra semicolon

Steven Rostedt (Google) (1):
ftrace: Be more specific about arch impact when function tracer is enabled

Tiezhu Yang (1):
samples: Use KSYM_NAME_LEN for kprobes

Zheng Yejian (1):
tracing/histograms: Fix memory leak problem

sunliming (1):
fprobe/samples: Make sample_probe static

----
include/trace/events/iocost.h | 2 +-
kernel/trace/Kconfig | 3 ++-
kernel/trace/trace.c | 11 ++++++-----
kernel/trace/trace_events_hist.c | 2 ++
samples/fprobe/fprobe_example.c | 2 +-
samples/kprobes/kprobe_example.c | 5 ++---
samples/kprobes/kretprobe_example.c | 5 ++---
7 files changed, 16 insertions(+), 14 deletions(-)