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-allmodconfig in repository toolchain/ci/linux.
from b74b991fb8b9 Merge tag 'block-5.6-20200320' of git://git.kernel.dk/linux-block adds 7d36665a5886 memcg: fix NULL pointer dereference in __mem_cgroup_usage_ [...] adds d41e2f3bd546 mm/hotplug: fix hot remove failure in SPARSEMEM|!VMEMMAP case adds d72520ad004a page-flags: fix a crash at SetPageError(THP_SWAP) adds d397a45fc741 mm, memcg: fix corruption on 64-bit divisor in memory.high [...] adds e26733e0d0ec mm, memcg: throttle allocators based on ancestral memory.high adds 12e967fd8e4e mm: do not allow MADV_PAGEOUT for CoW pages adds 1b53734bd0b2 epoll: fix possible lost wakeup on epoll_ctl() path adds 63886bad904b mm/mmu_notifier: silence PROVE_RCU_LIST warnings adds 0715e6c516f1 mm, slub: prevent kmalloc_node crashes and memory leaks adds 763802b53a42 x86/mm: split vmalloc_sync_all() adds b3c03db67e84 Merge branch 'akpm' (patches from Andrew) adds 236ebc20d9af btrfs: fix log context list corruption after rename whiteo [...] adds d8e6fd5c7991 btrfs: fix removal of raid[56|1c34} incompat flags after r [...] adds 67d584e33e54 Merge tag 'for-5.6-rc6-tag' of git://git.kernel.org/pub/sc [...] new 16fbf79b0f83 Linux 5.6-rc7
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 +- arch/x86/mm/fault.c | 26 +++++++++++- drivers/acpi/apei/ghes.c | 2 +- fs/btrfs/block-group.c | 4 +- fs/btrfs/inode.c | 4 ++ fs/eventpoll.c | 8 ++-- include/linux/page-flags.h | 2 +- include/linux/vmalloc.h | 5 ++- kernel/notifier.c | 2 +- mm/madvise.c | 12 ++++-- mm/memcontrol.c | 103 +++++++++++++++++++++++++++++---------------- mm/mmu_notifier.c | 27 ++++++++---- mm/nommu.c | 10 +++-- mm/slub.c | 26 ++++++++---- mm/sparse.c | 8 +++- mm/vmalloc.c | 11 +++-- 16 files changed, 171 insertions(+), 81 deletions(-)