Re: [PATCH] config option for default loglevel

2005-02-26 Thread Matthias Kunze
Am Sat, 26 Feb 2005 18:15:52 -0800 schrieb Andrew Morton <[EMAIL PROTECTED]>: > I don't see a need for the compile-time option now.. > Well i would prefer to also have a compile-time option, but only a boot paramter will also do the job. diff -Naur linux-2.6.10/Documentation/kernel-parameters.

Re: [PATCH] config option for default loglevel

2005-02-26 Thread Andries Brouwer
On Sun, Feb 27, 2005 at 03:04:31AM +0100, Matthias Kunze wrote: +config DEFAULT_CONSOLE_LOGLEVEL You do not want to add yet another config option. Config options are used to select or deselect major subsystems, or support for specific hardware. Not to tweak variables. Adding more config variable

Re: [PATCH] config option for default loglevel

2005-02-26 Thread Andrew Morton
Matthias Kunze <[EMAIL PROTECTED]> wrote: > > I've added the boot option, it will override the compile-time option. I don't see a need for the compile-time option now.. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majo

Re: [PATCH] config option for default loglevel

2005-02-26 Thread Matthias Kunze
Am Sat, 26 Feb 2005 15:45:05 -0800 schrieb Andrew Morton <[EMAIL PROTECTED]>: > Matthias Kunze <[EMAIL PROTECTED]> wrote: > > > > I've created a little patch to make the default loglevel a configurable > > option. > > It'd be better to make it a kernel boot option, IMO. We already have > `debug

Re: [PATCH] config option for default loglevel

2005-02-26 Thread Andrew Morton
Matthias Kunze <[EMAIL PROTECTED]> wrote: > > I've created a little patch to make the default loglevel a configurable > option. It'd be better to make it a kernel boot option, IMO. We already have `debug' and `quiet' (init/main.c), which are rather silly things. An option to set the initial log

Re: [PATCH] config option for default loglevel

2005-02-26 Thread Matthias-Christian Ott
Matthias Kunze wrote: Hi, I've created a little patch to make the default loglevel a configurable option. Is there a chance that this patch will be included in a future release? diff -Naur linux-2.6.10/drivers/video/console/Kconfig linux-2.6.10-new/drivers/video/console/Kconfig --- linux-2.6.10/dr

[PATCH] config option for default loglevel

2005-02-26 Thread Matthias Kunze
Hi, I've created a little patch to make the default loglevel a configurable option. Is there a chance that this patch will be included in a future release? diff -Naur linux-2.6.10/drivers/video/console/Kconfig linux-2.6.10-new/drivers/video/console/Kconfig --- linux-2.6.10/drivers/video/console/