Re: [PATCH 1/2] Colored kernel output (run3)

2007-10-09 Thread Bill Davidsen
I tried something useful with this, see below. Jan Engelhardt wrote: On Oct 9 2007 07:12, Antonino A. Daplas wrote: References: http://lkml.org/lkml/2007/4/1/162 http://lkml.org/lkml/2007/10/5/199 This is quite a long thread :-) It was a patch series after all. But as Greg puts it,

Re: [PATCH 1/2] Colored kernel output (run3)

2007-10-09 Thread Bill Davidsen
I tried something useful with this, see below. Jan Engelhardt wrote: On Oct 9 2007 07:12, Antonino A. Daplas wrote: References: http://lkml.org/lkml/2007/4/1/162 http://lkml.org/lkml/2007/10/5/199 This is quite a long thread :-) It was a patch series after all. But as Greg puts it,

Re: [PATCH 1/2] Colored kernel output (run3)

2007-10-08 Thread Antonino A. Daplas
On Tue, 2007-10-09 at 01:31 +0200, Jan Engelhardt wrote: > On Oct 9 2007 07:12, Antonino A. Daplas wrote: > >> > >> References: http://lkml.org/lkml/2007/4/1/162 > >>http://lkml.org/lkml/2007/10/5/199 > > > >This is quite a long thread :-) > > It was a patch series after all. But as Greg

Re: [PATCH 1/2] Colored kernel output (run3)

2007-10-08 Thread Jan Engelhardt
On Oct 9 2007 07:12, Antonino A. Daplas wrote: >> >> References: http://lkml.org/lkml/2007/4/1/162 >> http://lkml.org/lkml/2007/10/5/199 > >This is quite a long thread :-) It was a patch series after all. But as Greg puts it, be persistent. >> +config VT_PRINTK_COLOR >> +hex "Colored

Re: [PATCH 1/2] Colored kernel output (run3)

2007-10-08 Thread Antonino A. Daplas
On Sat, 2007-10-06 at 22:09 +0200, Jan Engelhardt wrote: > Colored kernel message output (1/2) > > This patch makes it possible to give kernel messages a selectable > color. It can be chosen at compile time, overridden at boot time, > and changed at run time. > > References:

Re: [PATCH 1/2] Colored kernel output (run3)

2007-10-08 Thread Antonino A. Daplas
On Sat, 2007-10-06 at 22:09 +0200, Jan Engelhardt wrote: Colored kernel message output (1/2) This patch makes it possible to give kernel messages a selectable color. It can be chosen at compile time, overridden at boot time, and changed at run time. References:

Re: [PATCH 1/2] Colored kernel output (run3)

2007-10-08 Thread Jan Engelhardt
On Oct 9 2007 07:12, Antonino A. Daplas wrote: References: http://lkml.org/lkml/2007/4/1/162 http://lkml.org/lkml/2007/10/5/199 This is quite a long thread :-) It was a patch series after all. But as Greg puts it, be persistent. +config VT_PRINTK_COLOR +hex Colored kernel

Re: [PATCH 1/2] Colored kernel output (run3)

2007-10-08 Thread Antonino A. Daplas
On Tue, 2007-10-09 at 01:31 +0200, Jan Engelhardt wrote: On Oct 9 2007 07:12, Antonino A. Daplas wrote: References: http://lkml.org/lkml/2007/4/1/162 http://lkml.org/lkml/2007/10/5/199 This is quite a long thread :-) It was a patch series after all. But as Greg puts it, be

Re: [PATCH 1/2] Colored kernel output (run3)

2007-10-07 Thread Ingo Molnar
* Jan Engelhardt <[EMAIL PROTECTED]> wrote: > > On Oct 7 2007 18:59, Ingo Molnar wrote: > >> > vmlinux: > >> > textdata bss dec hex filename > >> > 7732358 1157269 401408 9291035 8dc51b vmlinux.before > >> > 7732374 1157269 401408 9291051 8dc52b vmlinux.after > >> > >

Re: [PATCH 1/2] Colored kernel output (run3)

2007-10-07 Thread Jan Engelhardt
On Oct 7 2007 18:59, Ingo Molnar wrote: >> > vmlinux: >> > textdata bss dec hex filename >> > 7732358 1157269 401408 9291035 8dc51b vmlinux.before >> > 7732374 1157269 401408 9291051 8dc52b vmlinux.after >> > >> >16 bytes, or 0.0002% of the total text size. So there's

Re: [PATCH 1/2] Colored kernel output (run3)

2007-10-07 Thread Ingo Molnar
* Jan Engelhardt <[EMAIL PROTECTED]> wrote: > > vmlinux: > > textdata bss dec hex filename > > 7732358 1157269 401408 9291035 8dc51b vmlinux.before > > 7732374 1157269 401408 9291051 8dc52b vmlinux.after > > > >16 bytes, or 0.0002% of the total text size. So there's in

Re: [PATCH 1/2] Colored kernel output (run3)

2007-10-07 Thread Jan Engelhardt
On Oct 7 2007 18:44, Ingo Molnar wrote: >> This patch makes it possible to give kernel messages a selectable >> color. It can be chosen at compile time, overridden at boot time, and >> changed at run time. > >here's some (good) text footprint data: > >with the feature disabled (which is the

Re: [PATCH 1/2] Colored kernel output (run3)

2007-10-07 Thread Jan Engelhardt
On Oct 7 2007 18:38, Ingo Molnar wrote: > >minor fix: i had to use the slightly modified patch below instead of the >one you posted, so that the second patch applies fine. What is it that you changed? The printk patches are right at the front, so there should not be any fuzz or offsets (might

Re: [PATCH 1/2] Colored kernel output (run3)

2007-10-07 Thread Ingo Molnar
Jan, > This patch makes it possible to give kernel messages a selectable > color. It can be chosen at compile time, overridden at boot time, and > changed at run time. here's some (good) text footprint data: with the feature disabled (which is the default), the text size difference with

Re: [PATCH 1/2] Colored kernel output (run3)

2007-10-07 Thread Ingo Molnar
* Jan Engelhardt <[EMAIL PROTECTED]> wrote: > Colored kernel message output (1/2) > > This patch makes it possible to give kernel messages a selectable > color. It can be chosen at compile time, overridden at boot time, and > changed at run time. minor fix: i had to use the slightly modified

Re: [PATCH 1/2] Colored kernel output (run3)

2007-10-07 Thread Ingo Molnar
* Jan Engelhardt [EMAIL PROTECTED] wrote: Colored kernel message output (1/2) This patch makes it possible to give kernel messages a selectable color. It can be chosen at compile time, overridden at boot time, and changed at run time. minor fix: i had to use the slightly modified patch

Re: [PATCH 1/2] Colored kernel output (run3)

2007-10-07 Thread Jan Engelhardt
On Oct 7 2007 18:38, Ingo Molnar wrote: minor fix: i had to use the slightly modified patch below instead of the one you posted, so that the second patch applies fine. What is it that you changed? The printk patches are right at the front, so there should not be any fuzz or offsets (might vary

Re: [PATCH 1/2] Colored kernel output (run3)

2007-10-07 Thread Ingo Molnar
Jan, This patch makes it possible to give kernel messages a selectable color. It can be chosen at compile time, overridden at boot time, and changed at run time. here's some (good) text footprint data: with the feature disabled (which is the default), the text size difference with patch

Re: [PATCH 1/2] Colored kernel output (run3)

2007-10-07 Thread Jan Engelhardt
On Oct 7 2007 18:44, Ingo Molnar wrote: This patch makes it possible to give kernel messages a selectable color. It can be chosen at compile time, overridden at boot time, and changed at run time. here's some (good) text footprint data: with the feature disabled (which is the default), the

Re: [PATCH 1/2] Colored kernel output (run3)

2007-10-07 Thread Ingo Molnar
* Jan Engelhardt [EMAIL PROTECTED] wrote: vmlinux: textdata bss dec hex filename 7732358 1157269 401408 9291035 8dc51b vmlinux.before 7732374 1157269 401408 9291051 8dc52b vmlinux.after 16 bytes, or 0.0002% of the total text size. So there's in essence no

Re: [PATCH 1/2] Colored kernel output (run3)

2007-10-07 Thread Jan Engelhardt
On Oct 7 2007 18:59, Ingo Molnar wrote: vmlinux: textdata bss dec hex filename 7732358 1157269 401408 9291035 8dc51b vmlinux.before 7732374 1157269 401408 9291051 8dc52b vmlinux.after 16 bytes, or 0.0002% of the total text size. So there's in essence no

Re: [PATCH 1/2] Colored kernel output (run3)

2007-10-07 Thread Ingo Molnar
* Jan Engelhardt [EMAIL PROTECTED] wrote: On Oct 7 2007 18:59, Ingo Molnar wrote: vmlinux: textdata bss dec hex filename 7732358 1157269 401408 9291035 8dc51b vmlinux.before 7732374 1157269 401408 9291051 8dc52b vmlinux.after 16 bytes, or 0.0002% of

Re: [PATCH 1/2] Colored kernel output (run3)

2007-10-06 Thread Alan Cox
On Sat, 6 Oct 2007 22:09:52 +0200 (CEST) Jan Engelhardt <[EMAIL PROTECTED]> wrote: > > Colored kernel message output (1/2) > > This patch makes it possible to give kernel messages a selectable > color. It can be chosen at compile time, overridden at boot time, > and changed at run time. As the

[PATCH 1/2] Colored kernel output (run3)

2007-10-06 Thread Jan Engelhardt
Colored kernel message output (1/2) This patch makes it possible to give kernel messages a selectable color. It can be chosen at compile time, overridden at boot time, and changed at run time. References: http://lkml.org/lkml/2007/4/1/162 http://lkml.org/lkml/2007/10/5/199

[PATCH 1/2] Colored kernel output (run3)

2007-10-06 Thread Jan Engelhardt
Colored kernel message output (1/2) This patch makes it possible to give kernel messages a selectable color. It can be chosen at compile time, overridden at boot time, and changed at run time. References: http://lkml.org/lkml/2007/4/1/162 http://lkml.org/lkml/2007/10/5/199

Re: [PATCH 1/2] Colored kernel output (run3)

2007-10-06 Thread Alan Cox
On Sat, 6 Oct 2007 22:09:52 +0200 (CEST) Jan Engelhardt [EMAIL PROTECTED] wrote: Colored kernel message output (1/2) This patch makes it possible to give kernel messages a selectable color. It can be chosen at compile time, overridden at boot time, and changed at run time. As the nearest