This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from d0c22de9995b Merge tag 'input-for-v6.15-rc7' of git://git.kernel.org/pu [...] new e05741fb10c3 mm/page_alloc.c: avoid infinite retries caused by cpuset race new 910224c7830d MAINTAINERS: add myself as vmalloc co-maintainer new 7190b3c8bd2b mm: mmap: map MAP_STACK to VM_NOHUGEPAGE only if THP is enabled new 0f518255bde8 mm: fix VM_UFFD_MINOR == VM_SHADOW_STACK on USERFAULTFD=y [...] new e27126e0bcc7 MAINTAINERS: update page allocator section new 41f36b3912a6 MAINTAINERS: add mm reclaim section new 66f28ffb38cc mm/truncate: fix out-of-bounds when doing a right-aligned split new 0bf2d838de1f taskstats: fix struct taskstats breaks backward compatibil [...] new 6fa04511f103 MAINTAINERS: add hung-task detector section new 97dfbbd135cb highmem: add folio_test_partial_kmap() new b6ea95a34cbd kasan: avoid sleepable page allocation from atomic context new 62bec60be24e MAINTAINERS: add mm ksm section new bdc3f7e9e196 MAINTAINERS: add mm memory policy section new 07c9214c790e mm/cma: make detection of highmem_start more robust new 221fcbf77578 module: release codetag section when module load fails new 12ca42c23775 alloc_tag: allocate percpu counters for module tags dynamically new f7a35a3c36d1 mm: vmalloc: actually use the in-place vrealloc region new 70d1eb031a68 mm: vmalloc: only zero-init on vrealloc shrink new 113ed54ad276 mm/hugetlb: fix kernel NULL pointer dereference when repla [...] new 06717a7b6c86 memcg: always call cond_resched() after fn() new ee40c9920ac2 mm: fix copy_vma() error handling for hugetlb mappings new 1ec971da1c10 mailmap: add Jarkko's employer email address new 0f8c0258bf04 Merge tag 'mm-hotfixes-stable-2025-05-25-00-58' of git://g [...]
The 23 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 | 1 + MAINTAINERS | 66 ++++++++++++++++++++++++++++-- include/linux/alloc_tag.h | 12 ++++++ include/linux/codetag.h | 8 ++-- include/linux/highmem.h | 10 ++--- include/linux/hugetlb.h | 5 +++ include/linux/mm.h | 2 +- include/linux/mman.h | 2 + include/linux/page-flags.h | 7 ++++ include/linux/percpu.h | 4 -- include/uapi/linux/taskstats.h | 47 ++++++++++++--------- kernel/module/main.c | 1 + lib/alloc_tag.c | 87 ++++++++++++++++++++++++++++++--------- lib/codetag.c | 5 ++- mm/cma.c | 5 ++- mm/hugetlb.c | 24 ++++++++++- mm/kasan/shadow.c | 92 +++++++++++++++++++++++++++++++++++------- mm/memcontrol.c | 6 +-- mm/mremap.c | 3 +- mm/page_alloc.c | 8 ++++ mm/truncate.c | 20 +++++---- mm/vma.c | 1 + mm/vmalloc.c | 13 +++--- 23 files changed, 338 insertions(+), 91 deletions(-)