This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from c1336865c4c9 Merge tag 'devicetree-fixes-for-6.15-1' of git://git.kerne [...] new d6b3ef9e7a9c mailmap: map Loic Poulain's old email addresses new be8254f69446 radix-tree: add missing cleanup.h new a30951d09c33 test suite: use %zu to print size_t new 51339d99c013 locking/local_lock, mm: replace localtry_ helpers with loc [...] new 1b17cdbb708b mseal: fix typo and style in documentation new 770c8d55c428 lib/iov_iter: fix to increase non slab folio refcount new a84edd52f0a0 mm/compaction: fix bug in hugetlb handling pathway new c5bb27e2da3a mm/page_alloc: avoid second trylock of zone->lock new 382360d289c1 mm/hugetlb: fix nid mismatch in alloc_surplus_hugetlb_folio() new 35e214b11df8 MAINTAINERS: add Andrew and Baoquan as kexec maintainers new 9c02223e2d9d selftests/mm: generate a temporary mountpoint for cgroup f [...] new 41e6ddcaa0f1 mm/vma: add give_up_on_oom option on modify/merge, use in [...] new a5561c88cf3c ASN.1: add module description new 10764175baf4 samples/livepatch: add module descriptions new 6810431bc473 fpga: tests: add module descriptions new 75dd4975f569 zlib: add module description new 91640531b92e ucs2_string: add module description new e2ffee91c40f mm/kasan: add module decription new 61c4e6ca8c93 kunit: slub: add module description new 90abee6d7895 mm: page_alloc: speed up fallbacks in rmqueue_bulk() new 60580e0bd587 mm/cma: report base address of single range correctly new aabf58bfaace mm/hugetlb: fix set_max_huge_pages() when there are surplus pages new 8c583e538aa6 selftests: mincore: fix tmpfs mincore test failure new 9e2bd6777357 mm/hugetlb: add a line break at the end of the format string new 8ab1b1602396 mm: fix filemap_get_folios_contig returning batches of ide [...] new 8c56c5dbcf52 mm: (un)track_pfn_copy() fix + doc improvements new 0aa8dbe5a8dc mailmap: add entry for Jean-Michel Hautbois new e6e07b696da5 alloc_tag: handle incomplete bulk allocations in vm_module [...] new 92868577d05f selftests/mm: fix compiler -Wmaybe-uninitialized warning new a99519938434 mm: fix apply_to_existing_page_range() new a727a83ef225 MAINTAINERS: update HUGETLB reviewers new cfb2e2c57aef Merge tag 'mm-hotfixes-stable-2025-04-16-19-59' of git://g [...]
The 32 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 + Documentation/userspace-api/mseal.rst | 2 +- MAINTAINERS | 4 + drivers/fpga/tests/fpga-bridge-test.c | 1 + drivers/fpga/tests/fpga-mgr-test.c | 1 + drivers/fpga/tests/fpga-region-test.c | 1 + include/linux/local_lock.h | 58 +----- include/linux/local_lock_internal.h | 207 +++++++++------------ include/linux/pgtable.h | 9 +- lib/alloc_tag.c | 15 +- lib/asn1_decoder.c | 1 + lib/iov_iter.c | 2 +- lib/tests/slub_kunit.c | 1 + lib/ucs2_string.c | 1 + lib/zlib_inflate/inflate_syms.c | 1 + mm/cma.c | 19 +- mm/compaction.c | 6 +- mm/filemap.c | 1 + mm/hugetlb.c | 23 ++- mm/kasan/kasan_test_c.c | 1 + mm/memcontrol.c | 39 ++-- mm/memory.c | 6 +- mm/page_alloc.c | 128 +++++++++---- mm/userfaultfd.c | 13 +- mm/vma.c | 51 ++++- mm/vma.h | 9 +- samples/livepatch/livepatch-callbacks-busymod.c | 1 + samples/livepatch/livepatch-callbacks-demo.c | 1 + samples/livepatch/livepatch-callbacks-mod.c | 1 + samples/livepatch/livepatch-sample.c | 1 + samples/livepatch/livepatch-shadow-fix1.c | 1 + samples/livepatch/livepatch-shadow-fix2.c | 1 + tools/testing/selftests/mincore/mincore_selftest.c | 16 +- .../selftests/mm/charge_reserved_hugetlb.sh | 4 +- tools/testing/selftests/mm/cow.c | 2 +- .../selftests/mm/hugetlb_reparenting_test.sh | 2 +- tools/testing/shared/linux.c | 4 +- tools/testing/shared/linux/cleanup.h | 2 + 38 files changed, 357 insertions(+), 282 deletions(-) create mode 100644 tools/testing/shared/linux/cleanup.h