[for-linus][PATCH 0/9] tracing: Fixes for 5.7

From: Steven Rostedt
Date: Thu May 07 2020 - 13:39:58 EST


Masami Hiramatsu (4):
bootconfig: Fix to remove bootconfig data from initrd while boot
tracing/kprobes: Fix a double initialization typo
tracing/boottime: Fix kprobe event API usage
tracing/kprobes: Reject new event if loc is NULL

Steven Rostedt (VMware) (2):
tracing: Wait for preempt irq delay thread to finish
tracing: Add a vmalloc_sync_mappings() for safe measure

Wei Yang (1):
tracing: Fix doc mistakes in trace sample

Yiwei Zhang (1):
gpu/trace: Minor comment updates for gpu_mem_total tracepoint

Zou Wei (1):
tracing: Make tracing_snapshot_instance_cond() static

----
include/trace/events/gpu_mem.h | 2 +-
init/main.c | 69 ++++++++++++++++++++++--------
kernel/trace/preemptirq_delay_test.c | 30 ++++++++++---
kernel/trace/trace.c | 16 ++++++-
kernel/trace/trace_boot.c | 20 ++++-----
kernel/trace/trace_kprobe.c | 8 +++-
samples/trace_events/trace-events-sample.h | 2 +-
7 files changed, 108 insertions(+), 39 deletions(-)