]> Git Repo - linux.git/commit - mm/debug.c
mm/debug: print hashed address of struct page
authorMatthew Wilcox (Oracle) <[email protected]>
Fri, 7 Aug 2020 06:19:48 +0000 (23:19 -0700)
committerLinus Torvalds <[email protected]>
Fri, 7 Aug 2020 18:33:23 +0000 (11:33 -0700)
commit54a75157d97976f35e63e37e31e39bda622cbf39
tree715ccd81ea430c236687825473b9d6eae9134a8e
parent9bdaf2cc5eb570a875c6871ef7bee86a8c5be2d7
mm/debug: print hashed address of struct page

The actual address of the struct page isn't particularly helpful, while
the hashed address helps match with other messages elsewhere.  Add the PFN
that the page refers to in order to help diagnose problems where the page
is improperly aligned for the purpose.

Signed-off-by: Matthew Wilcox (Oracle) <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Reviewed-by: John Hubbard <[email protected]>
Acked-by: Mike Rapoport <[email protected]>
Cc: "Kirill A. Shutemov" <[email protected]>
Cc: Vlastimil Babka <[email protected]>
Cc: William Kucharski <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
mm/debug.c
This page took 0.05483 seconds and 4 git commands to generate.