Re: [PATCH 3/3] s390: add support for --reuse-cmdline

2021-12-07 Thread Sven Schnelle
Hi Philipp, Philipp Rudo writes: >> diff --git a/kexec/arch/s390/kexec-image.c b/kexec/arch/s390/kexec-image.c >> index dbeb689b830a..310d967ea331 100644 >> --- a/kexec/arch/s390/kexec-image.c >> +++ b/kexec/arch/s390/kexec-image.c >> @@ -72,6 +72,10 @@ int image_s390_load_file(int argc, char **

Re: [PATCH 3/3] s390: add support for --reuse-cmdline

2021-12-07 Thread Philipp Rudo
Hi Sven, makes absolutely sense to have this option. One problem though... On Mon, 22 Nov 2021 08:14:01 +0100 Sven Schnelle wrote: > --reuse-cmdline reads the command line of the currently > running kernel from /proc/cmdline and uses that for the > kernel that should be kexec'd. > > Signed-off

[PATCH 3/3] s390: add support for --reuse-cmdline

2021-11-21 Thread Sven Schnelle
--reuse-cmdline reads the command line of the currently running kernel from /proc/cmdline and uses that for the kernel that should be kexec'd. Signed-off-by: Sven Schnelle Reviewed-by: Alexander Egorenkov --- kexec/arch/s390/include/arch/options.h | 10 ++ kexec/arch/s390/kexec-image.c