All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] mm-page_alloc-improve-memmap_pages-dbg-msg.patch removed from -mm tree
@ 2021-07-06 19:15 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2021-07-06 19:15 UTC (permalink / raw)
  To: aisheng.dong, david, mm-commits


The patch titled
     Subject: mm/page_alloc: improve memmap_pages dbg msg
has been removed from the -mm tree.  Its filename was
     mm-page_alloc-improve-memmap_pages-dbg-msg.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
From: Dong Aisheng <aisheng.dong@nxp.com>
Subject: mm/page_alloc: improve memmap_pages dbg msg

Make debug message more accurate.

Link: https://lkml.kernel.org/r/20210531091908.1738465-6-aisheng.dong@nxp.com
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 mm/page_alloc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/mm/page_alloc.c~mm-page_alloc-improve-memmap_pages-dbg-msg
+++ a/mm/page_alloc.c
@@ -7383,7 +7383,7 @@ static void __init free_area_init_core(s
 					pr_debug("  %s zone: %lu pages used for memmap\n",
 						 zone_names[j], memmap_pages);
 			} else
-				pr_warn("  %s zone: %lu pages exceeds freesize %lu\n",
+				pr_warn("  %s zone: %lu memmap pages exceeds freesize %lu\n",
 					zone_names[j], memmap_pages, freesize);
 		}
 
_

Patches currently in -mm which might be from aisheng.dong@nxp.com are



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-06 19:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-06 19:15 [merged] mm-page_alloc-improve-memmap_pages-dbg-msg.patch removed from -mm tree akpm

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.