This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-defconfig in repository toolchain/ci/linux.
from bb6d3fb354c5 Linux 5.6-rc1 adds a20456aef80f selinux: fix typo in filesystem name adds 39a706fbcf26 selinux: fix sidtab string cache locking adds a5650acb5f33 Merge tag 'selinux-pr-20200210' of git://git.kernel.org/pu [...] adds 0cd9d33ace33 cgroup: init_tasks shouldn't be linked to the root cgroup adds 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 '--' new a91e4f12ffc4 bootconfig: Allocate xbc_nodes array dynamically new 973780011106 tools/bootconfig: Suppress non-error messages new d090409abbdd tracing: Add missing nest end to synth_event_trace_start() [...] new 0c62f6cd9ed3 tracing: Don't return -EINVAL when tracing soft disabled s [...] new 7276531d4036 tracing: Consolidate trace() functions new 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 new 359c92c02bfa Merge tag 'dax-fixes-5.6-rc1' of git://git.kernel.org/pub/ [...]
The 7 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: 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/cgroup/cgroup.c | 13 +- kernel/trace/trace_events_hist.c | 227 +++++++++++------------------- kernel/trace/trace_kprobe.c | 2 +- lib/Kconfig | 3 - lib/Makefile | 2 +- lib/bootconfig.c | 15 +- security/selinux/hooks.c | 2 +- security/selinux/ss/sidtab.c | 12 +- 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 ++ 21 files changed, 191 insertions(+), 212 deletions(-) create mode 100644 tools/bootconfig/include/linux/memblock.h