[PATCH] kexec-tools: powerpc: fix command line overflow error

Simon Horman horms at verge.net.au
Thu Aug 10 00:29:25 PDT 2017


On Wed, Aug 09, 2017 at 11:47:42PM +0530, Hari Bathini wrote:
> Since kernel commit a5980d064fe2 ("powerpc: Bump COMMAND_LINE_SIZE
> to 2048"), powerpc bumped command line size to 2048 but the size
> used here is still the default value of 512. Bump it to 2048 to
> fix command line overflow errors observed when command line length
> is above 512 bytes. Also, get rid of the multiple definitions of
> COMMAND_LINE_SIZE macro in ppc architecture.
> 
> Signed-off-by: Hari Bathini <hbathini at linux.vnet.ibm.com>

Thanks, applied.



More information about the kexec mailing list