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-arm-mainline-allmodconfig in repository toolchain/ci/linux.
from b74b991fb8b9 Merge tag 'block-5.6-20200320' of git://git.kernel.dk/linux-block new 7d36665a5886 memcg: fix NULL pointer dereference in __mem_cgroup_usage_ [...] new d41e2f3bd546 mm/hotplug: fix hot remove failure in SPARSEMEM|!VMEMMAP case new d72520ad004a page-flags: fix a crash at SetPageError(THP_SWAP) new d397a45fc741 mm, memcg: fix corruption on 64-bit divisor in memory.high [...] new e26733e0d0ec mm, memcg: throttle allocators based on ancestral memory.high new 12e967fd8e4e mm: do not allow MADV_PAGEOUT for CoW pages new 1b53734bd0b2 epoll: fix possible lost wakeup on epoll_ctl() path new 63886bad904b mm/mmu_notifier: silence PROVE_RCU_LIST warnings new 0715e6c516f1 mm, slub: prevent kmalloc_node crashes and memory leaks new 763802b53a42 x86/mm: split vmalloc_sync_all() new b3c03db67e84 Merge branch 'akpm' (patches from Andrew) adds 236ebc20d9af btrfs: fix log context list corruption after rename whiteo [...] new d8e6fd5c7991 btrfs: fix removal of raid[56|1c34} incompat flags after r [...] new 67d584e33e54 Merge tag 'for-5.6-rc6-tag' of git://git.kernel.org/pub/sc [...]
The 13 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: 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 +++-- 15 files changed, 170 insertions(+), 80 deletions(-)