This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 0a679e13ea30 Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/s [...] new 17d25ae7f10e tools/bootconfig: Fix wrong __VA_ARGS__ usage new 26445f98ead3 bootconfig: Remove unneeded CONFIG_LIBXBC new 10f129cb59cf tracing/kprobe: Fix uninitialized variable bug new 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 [...] new 3f666c56c6b8 dax: Pass dax_dev instead of bdev to dax_writeback_mapping [...] new f01b16a85bfa dax: Get rid of fs_dax_get_by_host() helper new 96222d53842d dax: pass NOWAIT flag to iomap_apply new 359c92c02bfa Merge tag 'dax-fixes-5.6-rc1' of git://git.kernel.org/pub/ [...]
The 14 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/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