This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ac2263b588df Revert "module: error out early on concurrent load of the [...] new 6ab39f99927e crypto: x86/aria - Use 16 byte alignment for GFNI constant [...] new 7a6c8e512fa0 Merge tag 'v6.4-p3' of git://git.kernel.org/pub/scm/linux/ [...] new ee7751b564a9 tracing/user_events: Use long vs int for atomic bit ops new 632478a05821 tracing/timerlat: Always wakeup the timerlat thread new 3e0fea09b17f tracing/user_events: Split up mm alloc and attach new aaecdaf92283 tracing/user_events: Remove RCU lock while pinning pages new dcbd1ac2668b tracing/user_events: Rename link fields for clarity new ff9e1632d69e tracing/user_events: Document user_event_mm one-shot list usage new e30fbc618e97 tracing/histograms: Allow variables to have some modifiers new 4b512860bdbd tracing: Rename stacktrace field to common_stacktrace new f1aab363438c tracing/selftests: Update synthetic event selftest to use [...] new e8352cf5778c tracing: Move setting of tracing_selftest_running out of r [...] new 9da705d432a0 tracing: Have tracer selftests call cond_resched() before running new a3ae76d7ff78 tracing: Make tracing_selftest_running/delete nops when not used new ac9d2cb1d5f8 tracing: Only make selftest conditionals affect the global_trace new a2d910f02231 tracing: Have function_graph selftest call cond_resched() new 8b817fded42d Merge tag 'trace-v6.4-rc3' of git://git.kernel.org/pub/scm [...]
The 17 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/trace/histogram.rst | 64 ++++++------ arch/x86/crypto/aria-aesni-avx-asm_64.S | 2 - include/linux/trace_events.h | 1 + include/linux/user_events.h | 3 +- kernel/trace/trace.c | 44 ++++++-- kernel/trace/trace_events.c | 2 + kernel/trace/trace_events_hist.c | 39 ++++--- kernel/trace/trace_events_user.c | 112 ++++++++++++++------- kernel/trace/trace_osnoise.c | 2 + kernel/trace/trace_selftest.c | 10 ++ ....tc => trigger-synthetic-event-stack-legacy.tc} | 6 +- .../inter-event/trigger-synthetic-event-stack.tc | 5 +- 12 files changed, 189 insertions(+), 101 deletions(-) copy tools/testing/selftests/ftrace/test.d/trigger/inter-event/{trigger-synthetic- [...]