Merge tag 'trace-v5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Pull tracing fixes from Steven Rostedt: - Fix bootconfig causing kernels to fail with CONFIG_BLK_DEV_RAM enabled - Fix allocation leaks in bootconfig tool - Fix a double initialization of a variable - Fix API bootconfig usage from kprobe boot time events - Reject NULL location for kprobes - Fix crash caused by preempt delay module not cleaning up kthread correctly - Add vmalloc_sync_mappings() to prevent x86_64 page faults from recursively faulting from tracing page faults - Fix comment in gpu/trace kerneldoc header - Fix documentation of how to create a trace event class - Make the local tracing_snapshot_instance_cond() function static * tag 'trace-v5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace: tools/bootconfig: Fix resource leak in apply_xbc() tracing: Make tracing_snapshot_instance_cond() static tracing: Fix doc mistakes in trace sample gpu/trace: Minor comment updates for gpu_mem_total tracepoint tracing: Add a vmalloc_sync_mappings() for safe measure tracing: Wait for preempt irq delay thread to finish tracing/kprobes: Reject new event if loc is NULL tracing/boottime: Fix kprobe event API usage tracing/kprobes: Fix a double initialization typo bootconfig: Fix to remove bootconfig data from initrd while boot
Showing
- include/trace/events/gpu_mem.h 1 addition, 1 deletioninclude/trace/events/gpu_mem.h
- init/main.c 52 additions, 17 deletionsinit/main.c
- kernel/trace/preemptirq_delay_test.c 24 additions, 6 deletionskernel/trace/preemptirq_delay_test.c
- kernel/trace/trace.c 15 additions, 1 deletionkernel/trace/trace.c
- kernel/trace/trace_boot.c 8 additions, 12 deletionskernel/trace/trace_boot.c
- kernel/trace/trace_kprobe.c 7 additions, 1 deletionkernel/trace/trace_kprobe.c
- samples/trace_events/trace-events-sample.h 1 addition, 1 deletionsamples/trace_events/trace-events-sample.h
- tools/bootconfig/main.c 6 additions, 3 deletionstools/bootconfig/main.c
Loading
Please register or sign in to comment