This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from d88520ad73b7 Merge tag 'pull-nfsd-fix' of git://git.kernel.org/pub/scm/ [...] new 61e21cf2d2c3 mm/page_alloc: correct start page when guard page debug is [...] new 51f625377561 mm/mempolicy: fix set_mempolicy_home_node() previous VMA pointer new e0f81ab1e4f4 mm: fix vm_brk_flags() to not bail out while holding lock new 1419430c8abb mmap: fix vma_iterator in error path of vma_merge() new 824135c46b00 mmap: fix error paths with dup_anon_vma() new 117b1bb0cbc7 riscv: handle VM_FAULT_[HWPOISON|HWPOISON_LARGE] faults in [...] new 1de195dd0e05 riscv: fix set_huge_pte_at() for NAPOT mappings when a swa [...] new 229e2253766c mm/migrate: fix do_pages_move for compat pointers new 969d63e1af3b mm: zswap: fix pool refcount bug around shrink_worker() new 92fe9dcbe4e1 hugetlbfs: clear resv_map pointer if mmap fails new bf4916922c60 hugetlbfs: extend hugetlb_vma_lock to private VMAs new 2820b0f09be9 hugetlbfs: close race between MADV_DONTNEED and page fault new babddbfb7d7d kasan: print the original fault addr when access invalid shadow new 17c17567fe51 kasan: disable kasan_non_canonical_hook() for HW tags new c5155d4ef4b2 MAINTAINERS: Ondrej has moved new 76b7069bcc89 mm/damon/sysfs: check DAMOS regions update progress from b [...] new 002e39e9ece5 mailmap: map Bartosz's old address to the current one new d2313c775926 mailmap: correct email aliasing for Oleksij Rempel new e2de156b0d91 selftests/mm: include mman header to access MREMAP_DONTUNM [...] new 099d7439ce03 maple_tree: add GFP_KERNEL to allocations in mas_expected_ [...] new 4f82870119a4 Merge tag 'mm-hotfixes-stable-2023-10-24-09-40' of git://g [...]
The 21 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 | 6 +- MAINTAINERS | 2 +- arch/riscv/mm/fault.c | 2 +- arch/riscv/mm/hugetlbpage.c | 19 +++++-- include/linux/hugetlb.h | 41 +++++++++++++- include/linux/kasan.h | 6 +- lib/maple_tree.c | 2 +- lib/test_maple_tree.c | 35 ++++++++---- mm/damon/sysfs.c | 7 ++- mm/hugetlb.c | 82 ++++++++++++++++++++------- mm/kasan/report.c | 2 +- mm/memory.c | 13 +++-- mm/mempolicy.c | 4 +- mm/migrate.c | 14 ++++- mm/mmap.c | 46 ++++++++++----- mm/page_alloc.c | 2 +- mm/zswap.c | 4 +- tools/include/linux/rwsem.h | 40 +++++++++++++ tools/testing/selftests/mm/mremap_dontunmap.c | 1 + 19 files changed, 255 insertions(+), 73 deletions(-) create mode 100644 tools/include/linux/rwsem.h