[PATCH] makedumpfile: arm64: Fix page table walk of 1GB section

2017-08-05 Thread Bradley Bolen
code to check the PGD for a section type and handle it instead of treating it as a table entry. Signed-off-by: Bradley Bolen --- arch/arm64.c | 13 + 1 file changed, 13 insertions(+) diff --git a/arch/arm64.c b/arch/arm64.c index 958f57f..cae4b70 100644 --- a/arch/arm64.c +++ b

[PATCH] makedumpfile: arm64: Fix page table walk of 1GB section

2017-08-05 Thread Bradley Bolen
memory holes ] : 0.017147 seconds Excluding unnecessary pages : [100.0 %] \ STEP [Excluding unnecessary pages] : 0.34 seconds Bradley Bolen (1): makedumpfile: arm64: Fix page table walk of 1GB section arch/arm64.c | 13 + 1 file cha

[PATCH v2] makedumpfile: arm64: Fix page table walk of 1GB section

2017-08-16 Thread Bradley Bolen
From: Bradley Bolen makedumpfile was generating large (> 500MB) vmcore files for an arm64 board with 2GB of DRAM. It was not excluding any pages because the mem_map address was not being converted correctly. readmem: Can't convert a virtual address(ffc07fff6000) to physical