Re: [PATCH] ppc64: add --reuse-cmdline parameter support

2023-02-07 Thread Sourabh Jain
On 07/02/23 20:37, Simon Horman wrote: On Wed, Feb 01, 2023 at 02:23:31PM +0530, Sourabh Jain wrote: An option to copy the command line arguments from running kernel to kexec'd kernel. This option works for both kexec and kdump. In case --append= or --command-line= is provided along with

Re: [PATCH] ppc64: add --reuse-cmdline parameter support

2023-02-07 Thread Simon Horman
On Wed, Feb 01, 2023 at 02:23:31PM +0530, Sourabh Jain wrote: > An option to copy the command line arguments from running kernel > to kexec'd kernel. This option works for both kexec and kdump. > > In case --append= or --command-line= is provided along > with --reuse-cmdline parameter then args

[PATCH] ppc64: add --reuse-cmdline parameter support

2023-02-01 Thread Sourabh Jain
An option to copy the command line arguments from running kernel to kexec'd kernel. This option works for both kexec and kdump. In case --append= or --command-line= is provided along with --reuse-cmdline parameter then args listed against append and command-line parameter will be combined with