The patch titled Subject: mm-add-__dump_folio-fix-3-fix has been added to the -mm mm-unstable branch. Its filename is mm-add-__dump_folio-fix-3-fix.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mm-add-__dump_folio-fix-3-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-add-__dump_folio-fix-3-fix Date: Mon Mar 4 11:15:25 AM PST 2024 s/printk/pr_warn/ Cc: Aishwarya TCV <aishwarya.tcv@xxxxxxx> Cc: Ard Biesheuvel <ardb@xxxxxxxxxx> Cc: Mark Brown <broonie@xxxxxxxxxx> Cc: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> Cc: Ryan Roberts <ryan.roberts@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/debug.c~mm-add-__dump_folio-fix-3-fix +++ a/mm/debug.c @@ -139,7 +139,7 @@ again: if (idx > nr_pages) { if (loops-- > 0) goto again; - printk("page does not match folio\n"); + pr_warn("page does not match folio\n"); precise.compound_head &= ~1UL; foliop = (struct folio *)&precise; idx = 0; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are hugetlb-parallelize-1g-hugetlb-initialization-fix.patch mm-add-alloc_contig_migrate_range-allocation-statistics-fix.patch mm-add-__dump_folio-fix-3-fix.patch