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-master-arm-mainline-allyesconfig in repository toolchain/ci/linux.
from 0a679e13ea30 Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/s [...] adds 17d25ae7f10e tools/bootconfig: Fix wrong __VA_ARGS__ usage adds 26445f98ead3 bootconfig: Remove unneeded CONFIG_LIBXBC adds 10f129cb59cf tracing/kprobe: Fix uninitialized variable bug adds f61872bb58a1 bootconfig: Use parse_args() to find bootconfig and '--' adds a91e4f12ffc4 bootconfig: Allocate xbc_nodes array dynamically adds 973780011106 tools/bootconfig: Suppress non-error messages adds d090409abbdd tracing: Add missing nest end to synth_event_trace_start() [...] adds 0c62f6cd9ed3 tracing: Don't return -EINVAL when tracing soft disabled s [...] adds 7276531d4036 tracing: Consolidate trace() functions adds 61a75954034f Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm [...] adds 3f666c56c6b8 dax: Pass dax_dev instead of bdev to dax_writeback_mapping [...] adds f01b16a85bfa dax: Get rid of fs_dax_get_by_host() helper adds 96222d53842d dax: pass NOWAIT flag to iomap_apply adds 359c92c02bfa Merge tag 'dax-fixes-5.6-rc1' of git://git.kernel.org/pub/ [...]
No new revisions were added by this update.
Summary of changes: drivers/dax/super.c | 2 +- fs/dax.c | 11 +- fs/ext2/inode.c | 5 +- fs/ext4/inode.c | 2 +- fs/xfs/xfs_aops.c | 2 +- include/linux/dax.h | 14 +- include/linux/trace_events.h | 2 +- init/Kconfig | 1 - init/main.c | 37 ++++- kernel/trace/trace_events_hist.c | 227 +++++++++++------------------- kernel/trace/trace_kprobe.c | 2 +- lib/Kconfig | 3 - lib/Makefile | 2 +- lib/bootconfig.c | 15 +- tools/bootconfig/include/linux/memblock.h | 12 ++ tools/bootconfig/include/linux/printk.h | 2 +- tools/bootconfig/main.c | 28 ++-- tools/bootconfig/test-bootconfig.sh | 9 ++ 18 files changed, 179 insertions(+), 197 deletions(-) create mode 100644 tools/bootconfig/include/linux/memblock.h