The patch titled Subject: mm-compaction-add-support-for-0-order-folio-memory-compaction-fix has been added to the -mm mm-unstable branch. Its filename is mm-compaction-add-support-for-0-order-folio-memory-compaction-fix.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mm-compaction-add-support-for-0-order-folio-memory-compaction-fix.patch This patch will later appear in the mm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-compaction-add-support-for-0-order-folio-memory-compaction-fix Date: Tue Feb 20 09:43:50 AM PST 2024 fix mismerge in compaction_alloc() Cc: Baolin Wang <baolin.wang@xxxxxxxxxxxxxxxxx> Cc: Zi Yan <ziy@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/compaction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/compaction.c~mm-compaction-add-support-for-0-order-folio-memory-compaction-fix +++ a/mm/compaction.c @@ -1845,7 +1845,7 @@ static struct folio *compaction_alloc(st if (order) prep_compound_page(&dst->page, order); cc->nr_freepages -= 1 << order; - cc->nr_migratepages--; + c->nr_migratepages -= 1 << order; return page_rmappable_folio(&dst->page); } _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are kexec-split-crashkernel-reservation-code-out-from-crash_corec-fix.patch arch-crash-move-arch_crash_save_vmcoreinfo-out-to-file-vmcore_infoc-fix.patch mm-memory_hotplug-export-mhp_supports_memmap_on_memory-fix.patch mm-damon-dbgfs-make-debugfs-interface-deprecation-message-a-macro-fix.patch mm-ptdump-have-ptdump_check_wx-return-bool-fix.patch test_xarray-add-tests-for-advanced-multi-index-use-fix-fix.patch mm-compaction-add-support-for-0-order-folio-memory-compaction-fix.patch kprobes-use-synchronize_rcu_tasks_rude-in-kprobe_optimizer-fix.patch panic-add-option-to-dump-blocked-tasks-in-panic_print-fix.patch