This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from d569e86915b7 Merge tag 'drm-fixes-2022-04-22' of git://anongit.freedesk [...] new 3b8000ae185c mm/vmalloc: huge vmalloc backing pages should be split rat [...] new 405ce051236c mm/hwpoison: fix race between hugetlb free/demotion and me [...] new d173d5417fb6 mm/memory-failure.c: skip huge_zero_page in memory_failure() new 9b3016154c91 memcg: sync flush only if periodic flush is delayed new 0e88904cb700 userfaultfd: mark uffd_wp regardless of VM_WRITE flag new 5f24d5a579d1 mm, hugetlb: allow for "high" userspace addresses new 9c85a9bae267 selftest/vm: verify mmap addr in mremap_test new 18d609daa546 selftest/vm: verify remap destination address in mremap_test new e5508fc52c76 selftest/vm: support xfail in mremap_test new 80df2fb95df2 selftest/vm: add skip support to mremap_test new e4a38402c36e oom_kill.c: futex: delay the OOM reaper to allow time for [...] new 415fccf85920 MAINTAINERS: add Vincenzo Frascino to KASAN reviewers new ecc04463d1a3 kcov: don't generate a warning on vm_insert_page()'s failure new 319561669a59 mm/mmu_notifier.c: fix race in mmu_interval_notifier_remove() new 281b9d9a4b02 Merge branch 'akpm' (patches from Andrew)
The 15 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: 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(-)