[PATCH 0/6] (kexec-tools) arm64: add kdump support
AKASHI Takahiro
takahiro.akashi at linaro.org
Tue Jul 26 01:05:19 PDT 2016
My kernel patches of kdump suport on arm64 are currently under reviews [1].
This patchset is synced with them (v23) and provides necessary changes for
kexec-tools. It should be applied on top of Geoff's kexec-tools patches
v1/1.2 [2].
[1] http://lists.infradead.org/pipermail/linux-arm-kernel/2016-July/445558.html
[2] http://lists.infradead.org/pipermail/kexec/2016-July/016532.html
AKASHI Takahiro (5):
arm64: kdump: identify memory regions
arm64: kdump: add elf core header segment
arm64: kdump: set up kernel image segment
arm64: kdump: set up other segments
arm64: kdump: add DT properties to crash dump kernel's dtb
Pratyush Anand (1):
arm64: kdump: Add support for binary image
kexec/arch/arm64/Makefile | 2 +
kexec/arch/arm64/crashdump-arm64.c | 188 ++++++++++++++++++++++++++++++++++-
kexec/arch/arm64/crashdump-arm64.h | 18 +++-
kexec/arch/arm64/kexec-arm64.c | 85 ++++++++++++++--
kexec/arch/arm64/kexec-elf-arm64.c | 23 ++++-
kexec/arch/arm64/kexec-image-arm64.c | 18 +++-
6 files changed, 318 insertions(+), 16 deletions(-)
--
2.9.0
More information about the kexec
mailing list