linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] mm/page_alloc: Use dump_page() directly
@ 2021-05-12  3:10 Kefeng Wang
  2021-05-12  3:10 ` [PATCH 2/3] mm: Make __dump_page() static Kefeng Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Kefeng Wang @ 2021-05-12  3:10 UTC (permalink / raw)
  To: Andrew Morton; +Cc: willy, linux-mm, linux-kernel, Kefeng Wang

Simplfy use dump_page().

Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
---
 mm/page_alloc.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index a2fe714aed93..f23702e7c564 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -658,8 +658,7 @@ static void bad_page(struct page *page, const char *reason)
 
 	pr_alert("BUG: Bad page state in process %s  pfn:%05lx\n",
 		current->comm, page_to_pfn(page));
-	__dump_page(page, reason);
-	dump_page_owner(page);
+	dump_page(page, reason);
 
 	print_modules();
 	dump_stack();
-- 
2.26.2



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-05-12  3:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-12  3:10 [PATCH 1/3] mm/page_alloc: Use dump_page() directly Kefeng Wang
2021-05-12  3:10 ` [PATCH 2/3] mm: Make __dump_page() static Kefeng Wang
2021-05-12  3:10 ` [PATCH 3/3] mm/debug: Check page poisoned firstly in dump_page() Kefeng Wang
2021-05-12  3:15   ` Matthew Wilcox
2021-05-12  3:23     ` Kefeng Wang
2021-05-12  3:14 ` [PATCH 1/3] mm/page_alloc: Use dump_page() directly Matthew Wilcox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox