Re: [PATCH] kexec/s390: Add support for kexec_file_load

2018-05-28 Thread Philipp Rudo
On Tue, 22 May 2018 10:11:04 +0200 Simon Horman wrote: > On Mon, May 21, 2018 at 02:24:40PM +0800, Dave Young wrote: > > On 05/16/18 at 02:27pm, Philipp Rudo wrote: > > > Since kernel 4.17-rc2 s390 supports the kexec_file_load system call. Add > > > the new system call to kexec-tools and provid

Re: [PATCH] kexec/s390: Add support for kexec_file_load

2018-05-22 Thread Simon Horman
On Mon, May 21, 2018 at 02:24:40PM +0800, Dave Young wrote: > On 05/16/18 at 02:27pm, Philipp Rudo wrote: > > Since kernel 4.17-rc2 s390 supports the kexec_file_load system call. Add > > the new system call to kexec-tools and provide the -s (--kexec-file-syscall) > > option for s390 to support this

Re: [PATCH] kexec/s390: Add support for kexec_file_load

2018-05-20 Thread Dave Young
On 05/16/18 at 02:27pm, Philipp Rudo wrote: > Since kernel 4.17-rc2 s390 supports the kexec_file_load system call. Add > the new system call to kexec-tools and provide the -s (--kexec-file-syscall) > option for s390 to support this new feature. > > Signed-off-by: Philipp Rudo > --- > kexec/arch/

[PATCH] kexec/s390: Add support for kexec_file_load

2018-05-16 Thread Philipp Rudo
Since kernel 4.17-rc2 s390 supports the kexec_file_load system call. Add the new system call to kexec-tools and provide the -s (--kexec-file-syscall) option for s390 to support this new feature. Signed-off-by: Philipp Rudo --- kexec/arch/s390/kexec-image.c | 46 ++