Thread (27 messages) 27 messages, 8 authors, 2021-06-02

Re: [PATCH V2 5/6] mm/page_alloc: improve memmap_pages dbg msg

From: David Hildenbrand <hidden>
Date: 2021-06-01 08:23:53
Also in: lkml

On 31.05.21 11:19, Dong Aisheng wrote:
quoted hunk ↗ jump to hunk
Make debug message more accurately.

Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: David Hildenbrand <redacted>
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
---
ChangeLog:
v1->v2:
  * drop dma_reserve log changing
---
  mm/page_alloc.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index 1786a24cdc5a..1bfbe178a9ed 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -7347,7 +7347,7 @@ static void __init free_area_init_core(struct pglist_data *pgdat)
  					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);
I guess it should be s/exceeds/exceed/.

Apart from that

Reviewed-by: David Hildenbrand <redacted>


-- 
Thanks,

David / dhildenb

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help