arm64: hibernate: preserve kdump image around hibernation
Since arch_kexec_protect_crashkres() removes a mapping for crash dump kernel image, the loaded data won't be preserved around hibernation. In this patch, helper functions, crash_prepare_suspend()/ crash_post_resume(), are additionally called before/after hibernation so that the relevant memory segments will be mapped again and preserved just as the others are. In addition, to minimize the size of hibernation image, crash_is_nosave() is added to pfn_is_nosave() in order to recognize only the pages that hold loaded crash dump kernel image as saveable. Hibernation excludes any pages that are marked as Reserved and yet "nosave." Signed-off-by:AKASHI Takahiro <takahiro.akashi@linaro.org> Reviewed-by:
James Morse <james.morse@arm.com> Signed-off-by:
Catalin Marinas <catalin.marinas@arm.com>
Showing
- arch/arm64/include/asm/kexec.h 10 additions, 0 deletionsarch/arm64/include/asm/kexec.h
- arch/arm64/kernel/hibernate.c 9 additions, 1 deletionarch/arm64/kernel/hibernate.c
- arch/arm64/kernel/machine_kexec.c 71 additions, 0 deletionsarch/arm64/kernel/machine_kexec.c
- arch/arm64/mm/init.c 27 additions, 0 deletionsarch/arm64/mm/init.c
Loading
Please register or sign in to comment