This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 8f633369413f Merge tag 'char-misc-6.6-rc4' of git://git.kernel.org/pub/ [...] new 7c3151585730 fs: binfmt_elf_efpic: fix personality for ELF-FDPIC new a501a0703044 mm: report success more often from filemap_map_folio_range() new ce60f27bb62d mm: abstract moving to the next PFN new 7ee29facd8a9 nilfs2: fix potential use after free in nilfs_gccache_subm [...] new 5c590804b6b0 maple_tree: add mas_is_active() to detect in-tree walks new a8091f039c1e maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW states new 935d4f0c6dc8 mm: hugetlb: add huge page size param to set_huge_pte_at() new 6f1bace9a9fb arm64: hugetlb: fix set_huge_pte_at() to work with all swa [...] new ca56489c2f1d mm: zswap: fix potential memory corruption on duplicate store new 4597648fddea mm, memcg: reconsider kmem.limit_in_bytes deprecation new 45120b15743f mm/damon/vaddr-test: fix memory leak in damon_do_test_appl [...] new 24526268f4e3 mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and MP [...] new bbe246f875d0 selftests/mm: fix awk usage in charge_reserved_hugetlb.sh [...] new e2a8f20dd8e9 Crash: add lock to serialize crash hotplug handling new d2c5231581d6 Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://g [...] new fbf5892df21a kbuild: Use CRC32 and a 1MiB dictionary for XZ compressed modules new 28d49e171676 Documentation: kbuild: explain handling optional dependencies new cbc3d00cf88f modpost: add missing else to the "of" check new 15e86643d5b6 vmlinux.lds.h: remove unused CPU_KEEP and CPU_DISCARD macros new f177cd0c15fc modpost: Don't let "driver"s reference .exit.* new 2d7d1bc119a4 kbuild: remove stale code for 'source' symlink in packagin [...] new e81a2dabc3f3 Merge tag 'kbuild-fixes-v6.6-2' of git://git.kernel.org/pu [...]
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: Documentation/admin-guide/cgroup-v1/memory.rst | 7 + Documentation/kbuild/kconfig-language.rst | 26 +++ arch/arm64/include/asm/hugetlb.h | 2 +- arch/arm64/mm/hugetlbpage.c | 23 +-- arch/parisc/include/asm/hugetlb.h | 2 +- arch/parisc/mm/hugetlbpage.c | 2 +- arch/powerpc/include/asm/nohash/32/hugetlb-8xx.h | 3 +- arch/powerpc/mm/book3s64/hugetlbpage.c | 5 +- arch/powerpc/mm/book3s64/radix_hugetlbpage.c | 3 +- arch/powerpc/mm/nohash/8xx.c | 3 +- arch/powerpc/mm/pgtable.c | 3 +- arch/riscv/include/asm/hugetlb.h | 3 +- arch/riscv/mm/hugetlbpage.c | 3 +- arch/s390/include/asm/hugetlb.h | 6 +- arch/s390/mm/hugetlbpage.c | 8 +- arch/sparc/include/asm/hugetlb.h | 6 +- arch/sparc/mm/hugetlbpage.c | 8 +- arch/x86/include/asm/pgtable.h | 8 + fs/binfmt_elf_fdpic.c | 5 +- fs/nilfs2/gcinode.c | 6 +- include/asm-generic/hugetlb.h | 2 +- include/asm-generic/vmlinux.lds.h | 7 - include/linux/hugetlb.h | 6 +- include/linux/maple_tree.h | 11 + include/linux/pgtable.h | 10 +- kernel/crash_core.c | 17 ++ lib/maple_tree.c | 221 +++++++++++++++------ lib/test_maple_tree.c | 87 ++++++-- mm/damon/vaddr-test.h | 2 + mm/damon/vaddr.c | 3 +- mm/filemap.c | 4 +- mm/hugetlb.c | 43 ++-- mm/memcontrol.c | 13 ++ mm/mempolicy.c | 39 ++-- mm/migrate.c | 7 +- mm/rmap.c | 23 ++- mm/vmalloc.c | 2 +- mm/zswap.c | 20 ++ scripts/Makefile.modinst | 2 +- scripts/mod/file2alias.c | 2 +- scripts/mod/modpost.c | 15 +- scripts/package/builddeb | 1 - scripts/package/kernel.spec | 3 - .../selftests/mm/charge_reserved_hugetlb.sh | 4 +- .../selftests/mm/hugetlb_reparenting_test.sh | 4 +- 45 files changed, 496 insertions(+), 184 deletions(-)