Re: [Fastboot] [PATCH] Add support for longer kernel command lines (i586, x86_64, IA64)

2007-03-06 Thread Bernhard Walle
Hello, * Vivek Goyal [EMAIL PROTECTED] [2007-03-06 05:15]: On Tue, Mar 06, 2007 at 09:42:04AM +0530, Vivek Goyal wrote: On Mon, Mar 05, 2007 at 11:34:33PM +0100, Bernhard Walle wrote: This patch increases the kernel command line size for x86_64 and i386 to 2048 characters. This is

Re: [Fastboot] [PATCH] Add support for longer kernel command lines (i586, x86_64, IA64)

2007-03-06 Thread Vivek Goyal
On Tue, Mar 06, 2007 at 10:24:56AM +0100, Bernhard Walle wrote: Hello, * Vivek Goyal [EMAIL PROTECTED] [2007-03-06 05:15]: On Tue, Mar 06, 2007 at 09:42:04AM +0530, Vivek Goyal wrote: On Mon, Mar 05, 2007 at 11:34:33PM +0100, Bernhard Walle wrote: This patch increases the kernel

Re: [Fastboot] [PATCH] Add support for longer kernel command lines(i586, x86_64, IA64)

2007-03-06 Thread Yu, Luming
kernel command lines(i586, x86_64, IA64) This patch increases the kernel command line size for x86_64 and i386 to 2048 characters. This is necessary because with kernel 2.6.21 and newer, the kernel command line size has increased and kexec needs lot of command line space, so this solves some command

Re: [Fastboot] [PATCH] Add support for longer kernel command lines(i586, x86_64, IA64)

2007-03-06 Thread Bernhard Walle
Hello, * Yu, Luming [EMAIL PROTECTED] [2007-03-06 16:18]: Just wondering why no IA64 code in the patch, but mentioned it in the subject. You're right, I missed it. I'll include IA64 after I post an updated version because of the issues Vivek explained. Regards, Bernhard pgpmthfWRlj2V.pgp

[Fastboot] [PATCH] Add support for longer kernel command lines (i586, x86_64, IA64)

2007-03-05 Thread Bernhard Walle
This patch increases the kernel command line size for x86_64 and i386 to 2048 characters. This is necessary because with kernel 2.6.21 and newer, the kernel command line size has increased and kexec needs lot of command line space, so this solves some command line overflow problems. To be able to

Re: [Fastboot] [PATCH] Add support for longer kernel command lines (i586, x86_64, IA64)

2007-03-05 Thread Vivek Goyal
On Mon, Mar 05, 2007 at 11:34:33PM +0100, Bernhard Walle wrote: This patch increases the kernel command line size for x86_64 and i386 to 2048 characters. This is necessary because with kernel 2.6.21 and newer, the kernel command line size has increased and kexec needs lot of command line