Merge tag 'trace-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Pull tracing fixes from Steven Rostedt: - Use correct timestamp variable for ring buffer write stamp update - Fix up before stamp and write stamp when crossing ring buffer sub buffers - Keep a zero delta in ring buffer in slow path if cmpxchg fails - Fix trace_printk static buffer for archs that care - Fix ftrace record accounting for ftrace ops with trampolines - Fix DYNAMIC_FTRACE_WITH_DIRECT_CALLS dependency - Remove WARN_ON in hwlat tracer that triggers on something that is OK - Make "my_tramp" trampoline in ftrace direct sample code global - Fixes in the bootconfig tool for better alignment management * tag 'trace-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace: ring-buffer: Always check to put back before stamp when crossing pages ftrace: Fix DYNAMIC_FTRACE_WITH_DIRECT_CALLS dependency ftrace: Fix updating FTRACE_FL_TRAMP tracing: Fix alignment of static buffer tracing: Remove WARN_ON in start_thread() samples/ftrace: Mark my_tramp[12]? global ring-buffer: Set the right timestamp in the slow path of __rb_reserve_next() ring-buffer: Update write stamp with the correct ts docs: bootconfig: Update file format on initrd image tools/bootconfig: Align the bootconfig applied initrd image size to 4 tools/bootconfig: Fix to check the write failure correctly tools/bootconfig: Fix errno reference after printf()
Showing
- Documentation/admin-guide/bootconfig.rst 13 additions, 5 deletionsDocumentation/admin-guide/bootconfig.rst
- include/linux/bootconfig.h 3 additions, 0 deletionsinclude/linux/bootconfig.h
- kernel/trace/Kconfig 1 addition, 1 deletionkernel/trace/Kconfig
- kernel/trace/ftrace.c 21 additions, 1 deletionkernel/trace/ftrace.c
- kernel/trace/ring_buffer.c 9 additions, 11 deletionskernel/trace/ring_buffer.c
- kernel/trace/trace.c 1 addition, 1 deletionkernel/trace/trace.c
- kernel/trace/trace_hwlat.c 1 addition, 1 deletionkernel/trace/trace_hwlat.c
- samples/ftrace/ftrace-direct-modify.c 2 additions, 0 deletionssamples/ftrace/ftrace-direct-modify.c
- samples/ftrace/ftrace-direct-too.c 1 addition, 0 deletionssamples/ftrace/ftrace-direct-too.c
- samples/ftrace/ftrace-direct.c 1 addition, 0 deletionssamples/ftrace/ftrace-direct.c
- tools/bootconfig/main.c 80 additions, 41 deletionstools/bootconfig/main.c
- tools/bootconfig/test-bootconfig.sh 5 additions, 1 deletiontools/bootconfig/test-bootconfig.sh
Loading
Please register or sign in to comment