* [folded-merged] mm-add-__dump_folio-fix-3-fix.patch removed from -mm tree
@ 2024-03-05 20:47 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2024-03-05 20:47 UTC (permalink / raw)
To: mm-commits, willy, ryan.roberts, broonie, ardb, aishwarya.tcv,
akpm, akpm
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@linux-foundation.org>
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@arm.com>
Cc: Ard Biesheuvel <ardb@kernel.org>
Cc: Mark Brown <broonie@kernel.org>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: Ryan Roberts <ryan.roberts@arm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
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@linux-foundation.org are
mm-add-__dump_folio.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-03-05 20:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-05 20:47 [folded-merged] mm-add-__dump_folio-fix-3-fix.patch removed from -mm tree Andrew Morton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.