This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 810996a36309 Merge tag 'powerpc-6.11-2' of git://git.kernel.org/pub/scm [...] new e46bc2e7eb90 mseal: fix is_madv_discard() new 5f75cfbd6bb0 mm/hugetlb: fix hugetlb vs. core-mm PT locking new ace0741a55e4 mm: don't account memmap on failure new f4cb78af91e3 mm: add system wide stats items category new 9d8573111024 mm: don't account memmap per-node new d75abd0d0bc2 mm/memory-failure: use raw_spinlock_t in struct memory_fai [...] new 61ebe5a747da mm/vmalloc: fix page mapping if vm_area_alloc_pages() with [...] new 40b760cfd445 mm/numa: no task_numa_fault() call if PTE is changed new fd8c35a92910 mm/numa: no task_numa_fault() call if PMD is changed new af3b7d09a993 selftests/mm: compaction_test: fix off by one in check_com [...] new 807174a93d24 mm: fix endless reclaim on machines with unaccepted memory new 7c5e8d212d7d selftests: memfd_secret: don't build memfd_secret test on [...] new edb907a61333 crash: fix riscv64 crash memory reserve dead loop new a8fc28dad6d5 alloc_tag: introduce clear_page_tag_ref() helper function new 766c163c2068 alloc_tag: mark pages reserved during CMA activation as no [...] new 2e6506e1c4ee mm/migrate: fix deadlock in migrate_pages_batch() on large folios new c3f2d783a459 Merge tag 'mm-hotfixes-stable-2024-08-17-19-34' of git://g [...]
The 17 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: include/linux/hugetlb.h | 33 ++++++++++++++++-- include/linux/mm.h | 11 ++++++ include/linux/mmzone.h | 2 -- include/linux/pgalloc_tag.h | 13 +++++++ include/linux/vmstat.h | 22 +++++------- kernel/crash_reserve.c | 3 +- mm/huge_memory.c | 29 +++++++--------- mm/hugetlb_vmemmap.c | 13 +++---- mm/memory-failure.c | 20 ++++++----- mm/memory.c | 33 +++++++++--------- mm/migrate.c | 16 ++++++--- mm/mm_init.c | 15 +++----- mm/mseal.c | 14 ++++++-- mm/page_alloc.c | 52 +++++++++++----------------- mm/page_ext.c | 18 +++------- mm/sparse-vmemmap.c | 11 +++--- mm/sparse.c | 5 ++- mm/vmalloc.c | 11 ++---- mm/vmstat.c | 52 +++++++++++++--------------- tools/testing/selftests/mm/Makefile | 2 ++ tools/testing/selftests/mm/compaction_test.c | 5 +-- tools/testing/selftests/mm/run_vmtests.sh | 3 ++ 22 files changed, 201 insertions(+), 182 deletions(-)