This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 851f657a8642 Merge tag '6.2-rc-smb3-client-fixes-part1' of git://git.sa [...] new 78a01feb4024 ftrace: Clean comments related to FTRACE_OPS_FL_PER_CPU new 8230f27b1ccc tracing: Add __cpumask to denote a trace event field that [...] new a01fdc897fa5 tracing: Add trace_trigger kernel command line option new 04aabc32fb67 ring_buffer: Remove unused "event" parameter new b179d48b6aab tracing/osnoise: Add osnoise/options file new 30838fcd8107 tracing/osnoise: Add OSNOISE_WORKLOAD option new 67543cd6b8ee Documentation/osnoise: Add osnoise/options documentation new 9430cd62b6cc tracing/perf: Use strndup_user instead of kzalloc/strncpy_ [...] new a76d4648a0bb tracing: Make tracepoint_print_iter static new 96e6122cb796 tracing: Optimize event type allocation with IDA new bd604f3db49c ftrace: Avoid needless updates of the ftrace function call new 4bded7af8b9a tracing/user_events: Fix call print_fmt leak new 46a5cd8c8dca tracing: Update MAINTAINERS file for new patchwork and mai [...] new fd3dc56253ac ftrace/x86: Add back ftrace_expected for ftrace bug reports new 5f2e094ed259 tracing: Allow multiple hitcount values in histograms new abaa5258ce5e tracing: Add .percent suffix option to histogram values new a2c54256dec7 tracing: Add .graph suffix option to histogram value new ccf47f5cc4ce tracing: Add nohitcount option for suppressing display of [...] new 8c2b99790196 tracing: docs: Update histogram doc for .percent/.graph an [...] new fff1787adaee trace/kprobe: remove duplicated calls of ring_buffer_event_data new 575b76cb8855 tracing/probes: Handle system names with hyphens new e25e43a4e5d8 tracing: Fix complicated dependency of CONFIG_TRACER_MAX_TRACE new 4994e387d733 x86/mm/kmmio: Switch to arch_spin_lock() new 20fb6c997600 x86/mm/kmmio: Use rcu_read_lock_sched_notrace() new 2cc6a528882d tracing/hist: Fix wrong return value in parse_action_params() new 82470f7d9044 tracing/hist: Fix out-of-bound write on 'action_data.var_ref_idx' new ff4837f7fe59 tracing: Fix issue of missing one synthetic field new 608c6ed33378 tracing/hist: Fix issue of losting command info in error_log new 88ca6a71dcab ring-buffer: Handle resize in early boot up new 98629dadcd02 tracing: remove unnecessary trace_trigger ifdef new ec370890f92b tracing/osnoise: Make osnoise_options static new bfd5a5e82d22 tracing: Fix some checker warnings new 0e162c6f1c8f Documentation/osnoise: Escape underscore of NO_ prefix new 1603dda47714 tracing/osnoise: Add PANIC_ON_STOP option new b5dce2002567 tracing/osnoise: Add preempt and/or irq disabled options new d358dfe60b77 Documentation/osnoise: Add osnoise/options documentation new c1ac03af6ed4 tracing: Fix infinite loop in tracing_read_pipe on overflo [...] new 3e12758392be x86/mm/kmmio: Remove redundant preempt_disable() new a785736d7e58 tracing: Have trigger filter parsing errors show up in error_log new fab89a09c86f tracing: Remove pointer (asterisk) and brackets from cpuma [...] new fb9f5ee9bf5c tracing: Do not synchronize freeing of trigger filter on boot up new d0b24b4e91fc ftrace: Prevent RCU stall on PREEMPT_VOLUNTARY kernels new ea47666ca428 tracing: Improve panic/die notifiers new eb9d58947d40 tracing: Fix cpumask() example typo new fe36bb8736ee Merge tag 'trace-v6.2' of git://git.kernel.org/pub/scm/lin [...]
The 45 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/admin-guide/kernel-parameters.txt | 19 ++ Documentation/trace/histogram.rst | 10 +- Documentation/trace/osnoise-tracer.rst | 32 +++- MAINTAINERS | 9 + arch/x86/kernel/ftrace.c | 2 + arch/x86/mm/kmmio.c | 50 +++-- include/linux/ring_buffer.h | 3 +- include/linux/trace_events.h | 4 +- include/linux/trace_seq.h | 3 +- include/trace/bpf_probe.h | 6 + include/trace/perf.h | 6 + include/trace/stages/stage1_struct_define.h | 6 + include/trace/stages/stage2_data_offsets.h | 6 + include/trace/stages/stage3_trace_output.h | 6 + include/trace/stages/stage4_event_fields.h | 12 ++ include/trace/stages/stage5_get_offsets.h | 6 + include/trace/stages/stage6_event_callback.h | 20 ++ include/trace/stages/stage7_class_define.h | 2 + kernel/trace/Kconfig | 2 + kernel/trace/ftrace.c | 28 ++- kernel/trace/ring_buffer.c | 44 +++-- kernel/trace/ring_buffer_benchmark.c | 2 +- kernel/trace/trace.c | 104 ++++++---- kernel/trace/trace.h | 31 +-- kernel/trace/trace_event_perf.c | 16 +- kernel/trace/trace_events.c | 66 ++++++- kernel/trace/trace_events_hist.c | 190 +++++++++++++++--- kernel/trace/trace_events_synth.c | 2 +- kernel/trace/trace_events_trigger.c | 19 +- kernel/trace/trace_events_user.c | 1 + kernel/trace/trace_kprobe.c | 2 - kernel/trace/trace_osnoise.c | 244 +++++++++++++++++++++++- kernel/trace/trace_output.c | 71 ++----- kernel/trace/trace_probe.c | 2 +- samples/trace_events/trace-events-sample.c | 2 +- samples/trace_events/trace-events-sample.h | 34 +++- 36 files changed, 843 insertions(+), 219 deletions(-)