Re: [PATCH] clean up kernel messages

2005-04-02 Thread Denis Vlasenko
On Saturday 02 April 2005 01:08, Richard B. Johnson wrote: > >> Looking at your other patches, I'm assuming that this is just another > >> April 1st type of patch. Is it? > > > > Arg! I'm too tired. I took another look at your other patches and they > > look more legit now. On first glance, I thou

Re: [PATCH] clean up kernel messages

2005-04-01 Thread Richard B. Johnson
On Fri, 1 Apr 2005, Steven Rostedt wrote: On Fri, 2005-04-01 at 16:18 -0500, Steven Rostedt wrote: On Fri, 2005-04-01 at 12:46 -0800, Matt Mackall wrote: On Fri, Apr 01, 2005 at 12:26:41PM -0800, Andrew Morton wrote: Matt Mackall <[EMAIL PROTECTED]> wrote: This patch tidies up those annoying kernel

Re: [PATCH] clean up kernel messages

2005-04-01 Thread Matt Mackall
On Fri, Apr 01, 2005 at 04:18:42PM -0500, Steven Rostedt wrote: > On Fri, 2005-04-01 at 12:46 -0800, Matt Mackall wrote: > > On Fri, Apr 01, 2005 at 12:26:41PM -0800, Andrew Morton wrote: > > > Matt Mackall <[EMAIL PROTECTED]> wrote: > > > > > > > > This patch tidies up those annoying kernel messag

Re: [PATCH] clean up kernel messages

2005-04-01 Thread Steven Rostedt
On Fri, 2005-04-01 at 16:18 -0500, Steven Rostedt wrote: > On Fri, 2005-04-01 at 12:46 -0800, Matt Mackall wrote: > > On Fri, Apr 01, 2005 at 12:26:41PM -0800, Andrew Morton wrote: > > > Matt Mackall <[EMAIL PROTECTED]> wrote: > > > > > > > > This patch tidies up those annoying kernel messages. A t

Re: [PATCH] clean up kernel messages

2005-04-01 Thread Steven Rostedt
On Fri, 2005-04-01 at 12:46 -0800, Matt Mackall wrote: > On Fri, Apr 01, 2005 at 12:26:41PM -0800, Andrew Morton wrote: > > Matt Mackall <[EMAIL PROTECTED]> wrote: > > > > > > This patch tidies up those annoying kernel messages. A typical kernel > > > boot now looks like this: > > > > > > Loadin

Re: [PATCH] clean up kernel messages

2005-04-01 Thread Matt Mackall
On Fri, Apr 01, 2005 at 12:26:41PM -0800, Andrew Morton wrote: > Matt Mackall <[EMAIL PROTECTED]> wrote: > > > > This patch tidies up those annoying kernel messages. A typical kernel > > boot now looks like this: > > > > Loading Linux... Uncompressing kernel... > > # > > > > See? Much nicer.

Re: [PATCH] clean up kernel messages

2005-04-01 Thread Jan-Benedict Glaw
On Fri, 2005-04-01 12:08:51 -0800, Matt Mackall <[EMAIL PROTECTED]> wrote in message <[EMAIL PROTECTED]>: > This patch tidies up those annoying kernel messages. A typical kernel > boot now looks like this: > > Loading Linux... Uncompressing kernel... > # > > See? Much nicer. This patch saves abou

Re: [PATCH] clean up kernel messages

2005-04-01 Thread Andrew Morton
Matt Mackall <[EMAIL PROTECTED]> wrote: > > This patch tidies up those annoying kernel messages. A typical kernel > boot now looks like this: > > Loading Linux... Uncompressing kernel... > # > > See? Much nicer. This patch saves about 375k on my laptop config and > nearly 100k on minimal con

[PATCH] clean up kernel messages

2005-04-01 Thread Matt Mackall
This patch tidies up those annoying kernel messages. A typical kernel boot now looks like this: Loading Linux... Uncompressing kernel... # See? Much nicer. This patch saves about 375k on my laptop config and nearly 100k on minimal configs. Signed-off-by: Matt Mackall <[EMAIL PROTECTED]> Index: