Re: [Crash-utility] [PATCH v6] arm64: fix kernel memory map handling for kaslr-enabled kernel

2016-06-15 Thread AKASHI Takahiro
On Tue, Jun 14, 2016 at 04:27:10PM -0400, Dave Anderson wrote: > > Hi Takahiro, > > The v6 patch set has been committed: > > > https://github.com/crash-utility/crash/commit/7c90b71940257d891e9552c4867ce0b404257474 Thank you so much. > I have no reason to believe there would be a problem, bu

Re: [Crash-utility] [PATCH v6] arm64: fix kernel memory map handling for kaslr-enabled kernel

2016-06-14 Thread Dave Anderson
Hi Takahiro, The v6 patch set has been committed: https://github.com/crash-utility/crash/commit/7c90b71940257d891e9552c4867ce0b404257474 I have no reason to believe there would be a problem, but I couldn't verify the translation of module address space because the 4.6 sample vmcore doesn't h

[Crash-utility] [PATCH v6] arm64: fix kernel memory map handling for kaslr-enabled kernel

2016-06-13 Thread AKASHI Takahiro
A quick update. changes in v6: * arm64_kdump_phys_offset() now falls through the default case, arm_kdump_phys_offset(), anyway. changes in v5: * Calcs PHYS_OFFSET by reading VMCOREINFO, "NUMBER(PHYS_OFFSET)" "memstart_addr"-based routine was also moved into arm64_kdump_phys_base(). changes i