Re: [PATCH v6 3/5] kexec: Do not special-case the -s option

2018-04-09 Thread Bhupesh Sharma
On 04/05/2018 04:35 PM, Petr Tesarik wrote: On Wed, 28 Mar 2018 15:15:16 +0200 Michal Suchanek wrote: It is parsed separately to save a few CPU cycles when setting up other options but it just complicates the code. So fold it back and set up all flags for both KEXEC_LOAD and KEXEC_FILE_LOAD S

Re: [PATCH v6 3/5] kexec: Do not special-case the -s option

2018-04-05 Thread Petr Tesarik
On Wed, 28 Mar 2018 15:15:16 +0200 Michal Suchanek wrote: > It is parsed separately to save a few CPU cycles when setting up other > options but it just complicates the code. So fold it back and set up all > flags for both KEXEC_LOAD and KEXEC_FILE_LOAD > > Signed-off-by: Michal Suchanek > ---

[PATCH v6 3/5] kexec: Do not special-case the -s option

2018-03-28 Thread Michal Suchanek
It is parsed separately to save a few CPU cycles when setting up other options but it just complicates the code. So fold it back and set up all flags for both KEXEC_LOAD and KEXEC_FILE_LOAD Signed-off-by: Michal Suchanek --- kexec/kexec.c | 25 - 1 file changed, 4 inserti