[PATCH v26 4/7] arm64: kdump: add VMCOREINFO's for user-space coredump tools
From: james.morse@arm.com (James Morse)
Date: 2016-09-16 16:04:45
Also in:
kexec
From: james.morse@arm.com (James Morse)
Date: 2016-09-16 16:04:45
Also in:
kexec
On 07/09/16 05:29, AKASHI Takahiro wrote:
For the current crash utility, we need to know, at least, - kimage_voffset - PHYS_OFFSET to handle the contents of core dump file (/proc/vmcore) correctly due to the introduction of KASLR (CONFIG_RANDOMIZE_BASE) in v4.6. This patch puts them as VMCOREINFO's into the file. - VA_BITS is also added for makedumpfile command. More VMCOREINFO's may be added later.
Reviewed-by: James Morse <james.morse@arm.com> Thanks, James