This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 962490525cff Merge tag 'probes-fixes-v6.9-rc1' of git://git.kernel.org/ [...] new f8572367eaff mm/memory: fix missing pte marker for !page on pte zaps new 8b65ef5ad486 selftests/mm: Fix build with _FORTIFY_SOURCE new 4624b346cf67 init: open /initrd.image with O_LARGEFILE new 329003246617 mailmap: update entry for Leonard Crestez new 7844c0147211 mm,page_owner: fix recursion new 9cecde80aae0 mm: increase folio batch size new d5d39c707a4c mm: cachestat: fix two shmem bugs new 950bf45d3bbf tools/Makefile: remove cgroup target new c52eb6db7b7d selftests: mm: restore settings from only parent process new 9c500835f279 mm: zswap: fix kernel BUG in sg_init_one new db09f2df916e MAINTAINERS: remove incorrect M: tag for dm-devel@lists.linux.dev new d5aad4c2ca05 prctl: generalize PR_SET_MDWE support check to be per-arch new 166ce846dc59 ARM: prctl: reject PR_SET_MDWE on pre-ARMv6 new 30fb6a8d9e33 mm: zswap: fix writeback shinker GFP_NOIO/GFP_NOFS recursion new 105840ebd76d selftests/mm: sigbus-wp test requires UFFD_FEATURE_WP_HUGE [...] new 0a69b6b3a026 tmpfs: fix race on handling dquot rbtree new 30af24facf0a userfaultfd: fix deadlock warning when locking src and dst VMAs new 549aa9678a0b hexagon: vmlinux.lds.S: handle attributes section new 8c864371b2a1 selftests/mm: fix ARM related issue with fork after pthrea [...] new 25cd241408a2 mm: zswap: fix data loss on SWP_SYNCHRONOUS_IO devices new 32fbe5246582 crash: use macro to add crashk_res into iomem early for sp [...] new dc189b8e6adb Merge tag 'mm-hotfixes-stable-2024-03-27-11-25' of git://g [...]
The 22 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: .mailmap | 3 +- MAINTAINERS | 1 - arch/arm/include/asm/mman.h | 14 +++++++ arch/hexagon/kernel/vmlinux.lds.S | 1 + arch/parisc/include/asm/mman.h | 14 +++++++ arch/x86/include/asm/crash_reserve.h | 2 + include/linux/mman.h | 8 ++++ include/linux/pagevec.h | 4 +- init/initramfs.c | 2 +- kernel/crash_reserve.c | 7 ++++ kernel/sys.c | 7 +++- mm/filemap.c | 16 ++++++++ mm/memory.c | 4 +- mm/page_owner.c | 33 ++++++++++++----- mm/shmem_quota.c | 10 +++-- mm/userfaultfd.c | 3 +- mm/zswap.c | 45 ++++++++++++++++++++--- tools/Makefile | 13 +++---- tools/testing/selftests/mm/gup_test.c | 2 +- tools/testing/selftests/mm/protection_keys.c | 6 ++- tools/testing/selftests/mm/soft-dirty.c | 2 +- tools/testing/selftests/mm/split_huge_page_test.c | 2 +- tools/testing/selftests/mm/uffd-common.c | 3 ++ tools/testing/selftests/mm/uffd-common.h | 2 + tools/testing/selftests/mm/uffd-unit-tests.c | 13 ++++++- 25 files changed, 177 insertions(+), 40 deletions(-) create mode 100644 arch/arm/include/asm/mman.h create mode 100644 arch/parisc/include/asm/mman.h