UPSTREAM: arm64: ptdump: Indicate whether memory should be faulting
authorLaura Abbott <labbott@fedoraproject.org>
Sat, 6 Feb 2016 00:24:48 +0000 (16:24 -0800)
committerJeff Vander Stoep <jeffv@google.com>
Thu, 22 Sep 2016 20:38:22 +0000 (13:38 -0700)
commit4d4c2259aa3270aceb9c55562afdf586c8328eee
tree84f4b48bb59ad1dfd18d3f15c8460617f2d2f51e
parent664e159255fe7afc89145b4eed47b370d01489fa
UPSTREAM: arm64: ptdump: Indicate whether memory should be faulting

With CONFIG_DEBUG_PAGEALLOC, pages do not have the valid bit
set when free in the buddy allocator. Add an indiciation to
the page table dumping code that the valid bit is not set,
'F' for fault, to make this easier to understand.

Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Mark Rutland <mark.rutland@arm.com>
Tested-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Laura Abbott <labbott@fedoraproject.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Bug: 30369029
Patchset: kaslr-arm64-4.4

(cherry picked from commit d7e9d59494a9a5d83274f5af2148b82ca22dff3f)
Signed-off-by: Jeff Vander Stoep <jeffv@google.com>
Change-Id: I7e8200549e22cb3a01b5e827bf12b872b9cefc58
arch/arm64/mm/dump.c