This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from b676ac484f84 Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linu [...] new 4808595a9922 tracing: Hide get_vm_area() from MMUless builds new e1a453a57bc7 tracing: Do not add length to print format in synthetic events new 04a80a34c22f ftrace: Properly merge notrace hashes new 0ae6b8ce200d ftrace: Fix accounting of subop hashes new a1fc89d409d8 tracing/selftest: Add test to better test subops filtering [...] new 485acd207d7d ftrace: Do not have print_graph_retval() add a newline new 8d7861ac507d rv: Fix out-of-bound memory access in rv_is_container_monitor() new 7cdabafc0012 Merge tag 'trace-v6.15-rc1' of git://git.kernel.org/pub/sc [...]
The 8 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: kernel/trace/ftrace.c | 314 ++++++++++++--------- kernel/trace/rv/rv.c | 7 +- kernel/trace/trace.c | 7 + kernel/trace/trace_events_synth.c | 1 - kernel/trace/trace_functions_graph.c | 11 +- .../ftrace/test.d/ftrace/fgraph-multi-filter.tc | 177 ++++++++++++ 6 files changed, 372 insertions(+), 145 deletions(-) create mode 100644 tools/testing/selftests/ftrace/test.d/ftrace/fgraph-multi-filter.tc