Re: [PATCH v2 1/7] kexec: add KEXEC_ELF

2019-07-10 Thread Sven Schnelle
Hi Christophe, On Wed, Jul 10, 2019 at 01:19:13PM +, Christophe Leroy wrote: > Hi Sven, > > On 07/09/2019 07:43 PM, Sven Schnelle wrote: > > Right now powerpc provides an implementation to read elf files > > with the kexec_file() syscall. Make that available as a public > > kexec interface

Re: [PATCH v2 1/7] kexec: add KEXEC_ELF

2019-07-10 Thread Christophe Leroy
Hi Sven, On 07/09/2019 07:43 PM, Sven Schnelle wrote: Right now powerpc provides an implementation to read elf files with the kexec_file() syscall. Make that available as a public kexec interface so it can be re-used on other architectures. Signed-off-by: Sven Schnelle --- arch/Kconfig

[PATCH v2 1/7] kexec: add KEXEC_ELF

2019-07-09 Thread Sven Schnelle
Right now powerpc provides an implementation to read elf files with the kexec_file() syscall. Make that available as a public kexec interface so it can be re-used on other architectures. Signed-off-by: Sven Schnelle --- arch/Kconfig | 3 + arch/powerpc/Kconfig