This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-mainline-allnoconfig in repository toolchain/ci/linux.
from 2581efa9a47d Merge tag 'hwmon-for-v5.4-rc3' of git://git.kernel.org/pub [...] adds 3ed270b129a4 tracefs: Revert ccbd54ff54e8 ("tracefs: Restrict tracefs w [...] adds 9ef16693aff8 ftrace: Get a reference counter for the trace_array on fil [...] adds 194c2c74f553 tracing: Get trace_array reference for available_tracers files adds aa07d71f1bc7 tracing: Have trace events system open call tracing_open_g [...] adds 8530dec63e7b tracing: Add tracing_check_open_get_tr() adds 17911ff38aa5 tracing: Add locked_down checks to the open calls of files [...] adds bf8e602186ec tracing: Do not create tracefs files if tracefs lockdown i [...] adds 7f8557b88d6a recordmcount: Fix nop_mcount() function adds 98dc19c11470 tracing/hwlat: Report total time spent in all NMIs during [...] adds fc64e4ad80d4 tracing/hwlat: Don't ignore outer-loop duration when calcu [...] adds d303de1fcf34 tracing: Initialize iter->seq after zeroing in tracing_rea [...] adds d4615e5a4680 Merge tag 'trace-v5.4-rc2' of git://git.kernel.org/pub/scm [...] adds 4f5cafb5cb84 Linux 5.4-rc3 new 2abd839aa7e6 kmemleak: Do not corrupt the object_list during clean-up
The 1 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: Makefile | 2 +- fs/tracefs/inode.c | 46 ++---------- kernel/trace/ftrace.c | 55 ++++++++++---- kernel/trace/trace.c | 139 ++++++++++++++++++++++-------------- kernel/trace/trace.h | 2 + kernel/trace/trace_dynevent.c | 4 ++ kernel/trace/trace_events.c | 35 +++++---- kernel/trace/trace_events_hist.c | 13 +++- kernel/trace/trace_events_trigger.c | 8 ++- kernel/trace/trace_hwlat.c | 4 +- kernel/trace/trace_kprobe.c | 12 +++- kernel/trace/trace_printk.c | 7 ++ kernel/trace/trace_stack.c | 8 +++ kernel/trace/trace_stat.c | 6 +- kernel/trace/trace_uprobe.c | 11 +++ mm/kmemleak.c | 30 +++++--- scripts/recordmcount.h | 5 +- 17 files changed, 245 insertions(+), 142 deletions(-)