Re: [PATCH v8 00/13] arm64: kexec: add kexec_file_load() support

2018-02-28 Thread Dave Young
Hi AKASHI, On 02/27/18 at 01:56pm, AKASHI Takahiro wrote: > Now my patch#2 to #5 were extracted from this patch set and put > into another separate one. Please see > http://lists.infradead.org/pipermail/linux-arm-kernel/2018-February/562195.htmlk Thanks! Will read them > > Thanks, > -Takahiro A

Re: [PATCH v8 00/13] arm64: kexec: add kexec_file_load() support

2018-02-26 Thread AKASHI Takahiro
Now my patch#2 to #5 were extracted from this patch set and put into another separate one. Please see http://lists.infradead.org/pipermail/linux-arm-kernel/2018-February/562195.htmlk Thanks, -Takahiro AKASHI On Thu, Feb 22, 2018 at 08:17:19PM +0900, AKASHI Takahiro wrote: > This is the eighth rou

[PATCH v8 00/13] arm64: kexec: add kexec_file_load() support

2018-02-22 Thread AKASHI Takahiro
This is the eighth round of implementing kexec_file_load() support on arm64.[1] Most of the code is based on kexec-tools (along with some kernel code from x86, which also came from kexec-tools). This patch series enables us to * load the kernel by specifying its file descriptor, instead of user