This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 345030986df8 Merge tag 'driver-core-6.15-rc6' of git://git.kernel.org/p [...] new df84d2fd35c6 mailmap: add entries for Lance Yang new bd1261b16d91 ocfs2: fix the issue with discontiguous allocation in the [...] new 00a241f52842 x86: disable image size check for test builds new e81224f0ba22 MAINTAINERS: add reverse mapping section new be6e843fc51a mm/huge_memory: fix dereferencing invalid pmd migration entry new 31d4cd4eb2f8 ocfs2: fix panic in failed foilio allocation new a47694ecb8bc MAINTAINERS: add core mm section new ab00ddd802f8 selftests/mm: compaction_test: support platform with huge [...] new 95567729173e mm/userfaultfd: fix uninitialized output field for -EAGAIN race new 09fc97b3abe9 MAINTAINERS: add mm THP section new 80fbee76ebbd mailmap: map Uwe's BayLibre addresses to a single one new c0fb83088f0c ocfs2: switch osb->disable_recovery to enum new 8f947e0fd595 ocfs2: implement handshaking with ocfs2 recovery thread new fcaf3b2683b0 ocfs2: stop quota recovery before disabling quotas new a8efadda8649 tools/testing/selftests: fix guard region test tmpfs assumption new a0309faf1cb0 mm: vmalloc: support more granular vrealloc() sizing new 22adb528621d selftests/mm: fix build break when compiling pkey_util.c new 8cf6ecb18baa selftests/mm: fix a build failure on powerpc new 9a9794a81a8a mm, swap: fix false warning for large allocation with !THP_SWAP new dac2a4f663c4 mm/hugetlb: copy the CMA flag when demoting new fb881cd76045 nilfs2: fix deadlock warnings caused by lock dependency in [...] new 7b08b74f3d99 mm: fix folio_pte_batch() on XEN PV new 3ce9925823c7 Merge tag 'mm-hotfixes-stable-2025-05-10-14-23' 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 | 3 ++ MAINTAINERS | 66 +++++++++++++++++++++-- arch/x86/kernel/vmlinux.lds.S | 10 +++- fs/nilfs2/the_nilfs.c | 3 -- fs/ocfs2/alloc.c | 1 + fs/ocfs2/journal.c | 80 ++++++++++++++++++++-------- fs/ocfs2/journal.h | 1 + fs/ocfs2/ocfs2.h | 17 +++++- fs/ocfs2/quota_local.c | 9 +--- fs/ocfs2/suballoc.c | 38 ++++++++++--- fs/ocfs2/suballoc.h | 1 + fs/ocfs2/super.c | 3 ++ fs/userfaultfd.c | 28 +++++++--- include/linux/vmalloc.h | 1 + mm/huge_memory.c | 11 ++-- mm/hugetlb.c | 6 +++ mm/internal.h | 27 ++++------ mm/swapfile.c | 23 +++++--- mm/vmalloc.c | 31 ++++++++--- tools/testing/selftests/mm/compaction_test.c | 19 +++++-- tools/testing/selftests/mm/guard-regions.c | 16 +++--- tools/testing/selftests/mm/pkey-powerpc.h | 14 ++++- tools/testing/selftests/mm/pkey_util.c | 1 + 23 files changed, 314 insertions(+), 95 deletions(-)