The quilt patch titled Subject: mm-add-__dump_folio-fix-3-fix has been removed from the -mm tree. Its filename was mm-add-__dump_folio-fix-3-fix.patch This patch was dropped because it was folded into mm-add-__dump_folio.patch ------------------------------------------------------ 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 mm-add-__dump_folio.patch