Geoff's current patches of kexec support for arm64 [1] ignores command line paramters, --mem-min and --mem-max and always load the kernel at the address above "TEXT_OFFSET" bytes in the first memory regions. My patches add the support of both parameters and, moreover, make the differences between elf_arm64_load() and image_arm64_load() quite small for better understandings. Please think about merging my fixup patches. -> Geoff [1] http://lists.infradead.org/pipermail/kexec/2016-August/016942.html AKASHI Takahiro (2): fixup! arm64: Add arm64 kexec support fixup! arm64: Add support for binary image files kexec/arch/arm64/kexec-arm64.c | 22 ++++++++-- kexec/arch/arm64/kexec-arm64.h | 1 + kexec/arch/arm64/kexec-elf-arm64.c | 79 ++++++++++++++++++++---------------- kexec/arch/arm64/kexec-image-arm64.c | 29 ++++++++++--- 4 files changed, 88 insertions(+), 43 deletions(-) -- 2.9.0