This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 609706855d90 Merge tag 'trace-latency-v6.15-3' of git://git.kernel.org/ [...] new c73f0b696485 ring-buffer: Fix bytes_dropped calculation issue new bcba8d4dbe68 ring-buffer: Use kaslr address instead of text delta new 4009cc31e781 ring-buffer: Add buffer meta data for persistent ring buffer new 4af0a9c51852 ring-buffer: Add ring_buffer_meta_scratch() new b65334825fb1 tracing: Have persistent trace instances save KASLR offset new 966b7d0e524d module: Add module_for_each_mod() function new fd39e48fe8ed tracing: Have persistent trace instances save module addresses new 1bd25a6f7173 tracing: Show module names and addresses of last boot new 5f3719f697c3 tracing: Update modules to persistent instances when loaded new 74e2498ccf7b mm/memblock: Add reserved memory release function new fb6d03238e35 tracing: Freeable reserved ring buffer new f00c9201f942 tracing: Fix a compilation error without CONFIG_MODULES new 5dbeb56bb958 tracing: Initialize scratch_size to zero to prevent UB new 486fbcb3806c tracing: Skip update_last_data() if cleared and remove act [...] new de48d7fff7b4 ring-buffer: Remove the unused variable bmeta new 35a380ddbc65 tracing: Show last module text symbols in the stacktrace new 028a58ec1542 tracing: Use _text and the kernel offset in last_boot_info new 46d29f23a721 Merge tag 'trace-ringbuffer-v6.15-2' of git://git.kernel.o [...] new 1e7857b28020 x86: don't re-generate cpufeaturemasks.h so eagerly
The 19 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: arch/x86/Makefile | 5 +- include/linux/mm.h | 1 + include/linux/module.h | 6 + include/linux/ring_buffer.h | 8 +- kernel/module/main.c | 13 ++ kernel/trace/ring_buffer.c | 247 ++++++++++++++++------------ kernel/trace/trace.c | 389 +++++++++++++++++++++++++++++++++++++++++--- kernel/trace/trace.h | 24 ++- kernel/trace/trace_events.c | 40 +++-- kernel/trace/trace_output.c | 4 +- mm/memblock.c | 66 ++++++-- 11 files changed, 641 insertions(+), 162 deletions(-)