This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/linux.
from d569e86915b7 Merge tag 'drm-fixes-2022-04-22' of git://anongit.freedesk [...] adds 3b8000ae185c mm/vmalloc: huge vmalloc backing pages should be split rat [...] adds 405ce051236c mm/hwpoison: fix race between hugetlb free/demotion and me [...] adds d173d5417fb6 mm/memory-failure.c: skip huge_zero_page in memory_failure() adds 9b3016154c91 memcg: sync flush only if periodic flush is delayed adds 0e88904cb700 userfaultfd: mark uffd_wp regardless of VM_WRITE flag adds 5f24d5a579d1 mm, hugetlb: allow for "high" userspace addresses adds 9c85a9bae267 selftest/vm: verify mmap addr in mremap_test adds 18d609daa546 selftest/vm: verify remap destination address in mremap_test adds e5508fc52c76 selftest/vm: support xfail in mremap_test adds 80df2fb95df2 selftest/vm: add skip support to mremap_test adds e4a38402c36e oom_kill.c: futex: delay the OOM reaper to allow time for [...] adds 415fccf85920 MAINTAINERS: add Vincenzo Frascino to KASAN reviewers adds ecc04463d1a3 kcov: don't generate a warning on vm_insert_page()'s failure adds 319561669a59 mm/mmu_notifier.c: fix race in mmu_interval_notifier_remove() adds 281b9d9a4b02 Merge branch 'akpm' (patches from Andrew)
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 1 + fs/hugetlbfs/inode.c | 9 +- include/linux/hugetlb.h | 6 ++ include/linux/memcontrol.h | 5 + include/linux/mm.h | 8 ++ include/linux/sched.h | 1 + include/linux/sched/mm.h | 8 ++ kernel/kcov.c | 7 +- mm/hugetlb.c | 10 ++ mm/memcontrol.c | 12 ++- mm/memory-failure.c | 158 ++++++++++++++++++++++-------- mm/mmap.c | 8 -- mm/mmu_notifier.c | 14 ++- mm/oom_kill.c | 54 +++++++--- mm/userfaultfd.c | 15 +-- mm/vmalloc.c | 36 ++++--- mm/workingset.c | 2 +- tools/testing/selftests/vm/mremap_test.c | 85 +++++++++++++++- tools/testing/selftests/vm/run_vmtests.sh | 11 ++- 19 files changed, 348 insertions(+), 102 deletions(-)