[PATCH 1/3][RFC][v1] kconfig: Change COMMAND_LINE_SIZE to a kernel config option, which is now set per architecture.

2014-04-28 Thread Joseph Salisbury
-by: Joseph Salisbury --- arch/alpha/Kconfig | 6 ++ arch/alpha/include/uapi/asm/setup.h | 4 +++- arch/arc/Kconfig | 6 ++ arch/arc/include/asm/setup.h | 4 +++- arch/arm/Kconfig | 6 ++ arch/arm

[PATCH 0/3][RFC][v1] kconfig: powerpc: Make COMMAND_LINE_SIZE a kernel config option. Increase COMMAND_LINE_SIZE for the powerpc architecture.

2014-04-28 Thread Joseph Salisbury
cters, as iscsi targets and cloud-init parameters are passed through the kernel command line. Joseph Salisbury (3): kconfig: Change COMMAND_LINE_SIZE to a kernel config option, which is now set per architecture. powerpc: Change the powerpc architecture to use Kconfig to set COMMAND_LINE

[PATCH 2/3][RFC][v1] powerpc: Change the powerpc architecture to use Kconfig to set COMMAND_LINE_SIZE.

2014-04-28 Thread Joseph Salisbury
The powerpc architecture currently uses asm-generic to set the value of COMMAND_LINE_SIZE. This change will allow the value of COMMAND_LINE_SIZE to be set specifically for powerpc without affecting other architectures that may use asm-generic. Signed-off-by: Joseph Salisbury --- arch

[PATCH 3/3][RFC][v1] powerpc: kconfig: Increase the size of COMMAND_LINE_SIZE to 2048 from 512 for powerpc.

2014-04-28 Thread Joseph Salisbury
cloud-init parameters are passed through the kernel command line. Signed-off-by: Joseph Salisbury --- arch/powerpc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 3426bdc..becee70 100644 --- a/arch/powerpc/Kconfig +++ b

Re: [PATCH 1/1] powerpc: Increase COMMAND_LINE_SIZE to 2048 from 512.

2014-04-16 Thread Joseph Salisbury
On 04/15/2014 05:49 AM, Benjamin Herrenschmidt wrote: > On Mon, 2014-04-14 at 14:58 -0400, Joseph Salisbury wrote: >> After further review, it appears ppc does not actually use the define >> in >> the ppc headers but uses the common generic >> default(inclu

Re: [PATCH 1/1] powerpc: Increase COMMAND_LINE_SIZE to 2048 from 512.

2014-04-14 Thread Joseph Salisbury
On 04/14/2014 11:30 AM, Joseph Salisbury wrote: > BugLink: http://bugs.launchpad.net/bugs/1306677 > > While booting the PPC64EL kernel, the command line gets truncated to 512 > characters. This is due to a hard limit of 512 defined for COMMAND_LINE_SIZE. > It would be benef

[PATCH 1/1] powerpc: Increase COMMAND_LINE_SIZE to 2048 from 512.

2014-04-14 Thread Joseph Salisbury
cloud-init parameters are passed through the kernel command line. Signed-off-by: Joseph Salisbury Cc: Benjamin Herrenschmidt (supporter:LINUX FOR POWERPC...) Cc: Paul Mackerras (supporter:LINUX FOR POWERPC...) Cc: linuxppc-dev@lists.ozlabs.org (open list:LINUX FOR POWERPC...) Cc: linux-ker