-
- Downloads
Merge tag 'mm-hotfixes-stable-2024-08-17-19-34' of...
Merge tag 'mm-hotfixes-stable-2024-08-17-19-34' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Pull misc fixes from Andrew Morton: "16 hotfixes. All except one are for MM. 10 of these are cc:stable and the others pertain to post-6.10 issues. As usual with these merges, singletons and doubletons all over the place, no identifiable-by-me theme. Please see the lovingly curated changelogs to get the skinny" * tag 'mm-hotfixes-stable-2024-08-17-19-34' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm: mm/migrate: fix deadlock in migrate_pages_batch() on large folios alloc_tag: mark pages reserved during CMA activation as not tagged alloc_tag: introduce clear_page_tag_ref() helper function crash: fix riscv64 crash memory reserve dead loop selftests: memfd_secret: don't build memfd_secret test on unsupported arches mm: fix endless reclaim on machines with unaccepted memory selftests/mm: compaction_test: fix off by one in check_compaction() mm/numa: no task_numa_fault() call if PMD is changed mm/numa: no task_numa_fault() call if PTE is changed mm/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallback to order 0 mm/memory-failure: use raw_spinlock_t in struct memory_failure_cpu mm: don't account memmap per-node mm: add system wide stats items category mm: don't account memmap on failure mm/hugetlb: fix hugetlb vs. core-mm PT locking mseal: fix is_madv_discard()
Showing
- include/linux/hugetlb.h 30 additions, 3 deletionsinclude/linux/hugetlb.h
- include/linux/mm.h 11 additions, 0 deletionsinclude/linux/mm.h
- include/linux/mmzone.h 0 additions, 2 deletionsinclude/linux/mmzone.h
- include/linux/pgalloc_tag.h 13 additions, 0 deletionsinclude/linux/pgalloc_tag.h
- include/linux/vmstat.h 8 additions, 14 deletionsinclude/linux/vmstat.h
- kernel/crash_reserve.c 2 additions, 1 deletionkernel/crash_reserve.c
- mm/huge_memory.c 13 additions, 16 deletionsmm/huge_memory.c
- mm/hugetlb_vmemmap.c 5 additions, 8 deletionsmm/hugetlb_vmemmap.c
- mm/memory-failure.c 11 additions, 9 deletionsmm/memory-failure.c
- mm/memory.c 16 additions, 17 deletionsmm/memory.c
- mm/migrate.c 11 additions, 5 deletionsmm/migrate.c
- mm/mm_init.c 4 additions, 11 deletionsmm/mm_init.c
- mm/mseal.c 11 additions, 3 deletionsmm/mseal.c
- mm/page_alloc.c 21 additions, 31 deletionsmm/page_alloc.c
- mm/page_ext.c 4 additions, 14 deletionsmm/page_ext.c
- mm/sparse-vmemmap.c 4 additions, 7 deletionsmm/sparse-vmemmap.c
- mm/sparse.c 2 additions, 3 deletionsmm/sparse.c
- mm/vmalloc.c 2 additions, 9 deletionsmm/vmalloc.c
- mm/vmstat.c 25 additions, 27 deletionsmm/vmstat.c
- tools/testing/selftests/mm/Makefile 2 additions, 0 deletionstools/testing/selftests/mm/Makefile
Loading
Please register or sign in to comment