[2.6 patch] let LOG_BUF_SHIFT default to 17

2008-02-17 Thread Adrian Bunk
16 kB is often no longer enough for a normal boot of an UP system. And even less when people e.g. use suspend. 17 seems to be a more reasonable default for current kernels on current hardware (it's just the default, anyone who is memory limited can still lower it). Signed-off-by: Adrian Bunk

[2.6 patch] let LOG_BUF_SHIFT default to 17

2008-02-17 Thread Adrian Bunk
16 kB is often no longer enough for a normal boot of an UP system. And even less when people e.g. use suspend. 17 seems to be a more reasonable default for current kernels on current hardware (it's just the default, anyone who is memory limited can still lower it). Signed-off-by: Adrian Bunk

Re: [2.6 patch] let LOG_BUF_SHIFT default to 17

2008-02-11 Thread Adrian Bunk
On Fri, Feb 01, 2008 at 05:20:03PM +0100, Ingo Molnar wrote: > > * Adrian Bunk <[EMAIL PROTECTED]> wrote: > > > 16 kB is often no longer enough for a normal boot of an UP system. > > > > And even less when people e.g. use suspend. > > > > 17 seems to be a more reasonable default for current

Re: [2.6 patch] let LOG_BUF_SHIFT default to 17

2008-02-11 Thread Adrian Bunk
On Fri, Feb 01, 2008 at 05:20:03PM +0100, Ingo Molnar wrote: * Adrian Bunk [EMAIL PROTECTED] wrote: 16 kB is often no longer enough for a normal boot of an UP system. And even less when people e.g. use suspend. 17 seems to be a more reasonable default for current kernels on

Re: [2.6 patch] let LOG_BUF_SHIFT default to 17

2008-02-01 Thread Ingo Molnar
* Adrian Bunk <[EMAIL PROTECTED]> wrote: > 16 kB is often no longer enough for a normal boot of an UP system. > > And even less when people e.g. use suspend. > > 17 seems to be a more reasonable default for current kernels on > current hardware (it's just the default, anyone who is memory

Re: [2.6 patch] let LOG_BUF_SHIFT default to 17

2008-01-28 Thread Adrian Bunk
On Tue, Jan 29, 2008 at 07:35:00AM +0100, Andi Kleen wrote: > Adrian Bunk <[EMAIL PROTECTED]> writes: > > > 16 kB is often no longer enough for a normal boot of an UP system. > > Better would be to just disable by default/remove noisy messages > to make the kernel boot output shorter. > > I

Re: [2.6 patch] let LOG_BUF_SHIFT default to 17

2008-01-28 Thread Andi Kleen
Adrian Bunk <[EMAIL PROTECTED]> writes: > 16 kB is often no longer enough for a normal boot of an UP system. Better would be to just disable by default/remove noisy messages to make the kernel boot output shorter. I think we got a lot of IMHO useless messages in there. -Andi -- To unsubscribe

Re: [2.6 patch] let LOG_BUF_SHIFT default to 17

2008-01-28 Thread Randy Dunlap
On Tue, 29 Jan 2008 00:12:23 +0200 Adrian Bunk wrote: > 16 kB is often no longer enough for a normal boot of an UP system. s/16/64/ then agreed. Acked-by: Randy Dunlap <[EMAIL PROTECTED]> > And even less when people e.g. use suspend. > > 17 seems to be a more reasonable default for current

[2.6 patch] let LOG_BUF_SHIFT default to 17

2008-01-28 Thread Adrian Bunk
16 kB is often no longer enough for a normal boot of an UP system. And even less when people e.g. use suspend. 17 seems to be a more reasonable default for current kernels on current hardware (it's just the default, anyone who is memory limited can still lower it). Signed-off-by: Adrian Bunk

[2.6 patch] let LOG_BUF_SHIFT default to 17

2008-01-28 Thread Adrian Bunk
16 kB is often no longer enough for a normal boot of an UP system. And even less when people e.g. use suspend. 17 seems to be a more reasonable default for current kernels on current hardware (it's just the default, anyone who is memory limited can still lower it). Signed-off-by: Adrian Bunk

Re: [2.6 patch] let LOG_BUF_SHIFT default to 17

2008-01-28 Thread Randy Dunlap
On Tue, 29 Jan 2008 00:12:23 +0200 Adrian Bunk wrote: 16 kB is often no longer enough for a normal boot of an UP system. s/16/64/ then agreed. Acked-by: Randy Dunlap [EMAIL PROTECTED] And even less when people e.g. use suspend. 17 seems to be a more reasonable default for current kernels

Re: [2.6 patch] let LOG_BUF_SHIFT default to 17

2008-01-28 Thread Andi Kleen
Adrian Bunk [EMAIL PROTECTED] writes: 16 kB is often no longer enough for a normal boot of an UP system. Better would be to just disable by default/remove noisy messages to make the kernel boot output shorter. I think we got a lot of IMHO useless messages in there. -Andi -- To unsubscribe

Re: [2.6 patch] let LOG_BUF_SHIFT default to 17

2008-01-28 Thread Adrian Bunk
On Tue, Jan 29, 2008 at 07:35:00AM +0100, Andi Kleen wrote: Adrian Bunk [EMAIL PROTECTED] writes: 16 kB is often no longer enough for a normal boot of an UP system. Better would be to just disable by default/remove noisy messages to make the kernel boot output shorter. I think we got a