[PATCH v9 00/11] arm64: kexec: add kexec_file_load() support

2018-04-25 Thread AKASHI Takahiro
This is the ninth round of implementing kexec_file_load() support on arm64.[1] Most of the code is based on kexec-tools. This patch series enables us to * load the kernel by specifying its file descriptor, instead of user- filled buffer, at kexec_file_load() system call, and * optionally

[PATCH v9 00/11] arm64: kexec: add kexec_file_load() support

2018-04-25 Thread AKASHI Takahiro
This is the ninth round of implementing kexec_file_load() support on arm64.[1] Most of the code is based on kexec-tools. This patch series enables us to * load the kernel by specifying its file descriptor, instead of user- filled buffer, at kexec_file_load() system call, and * optionally