Re: [Suspend-devel] [PATCH, 3rd try] make disable_console_suspend runtime configurable

2007-06-21 Thread Stefan Seyfried
On Thu, Jun 21, 2007 at 03:20:08PM +0200, Pavel Machek wrote: > Hi! > > No, i don't agree at all. > > > > In this case, "no config needed" == "not possible to debug suspend > > problems". > > No, sorry. > > My proposed solution is "figure out which console drivers can survive > being on while

Re: [Suspend-devel] [PATCH, 3rd try] make disable_console_suspend runtime configurable

2007-06-21 Thread Pavel Machek
Hi! > > > Sorry for not screaming when CONFIG_DISABLE_CONSOLE_SUSPEND went in, > > > but please lets solve this correctly > > > > Ouch and sorry for not screaming at "try 1" time. But it still does > > not make the patch right, and I believe that even patch authors agree > > that "no-config-n

Re: [Suspend-devel] [PATCH, 3rd try] make disable_console_suspend runtime configurable

2007-06-17 Thread Stefan Seyfried
On Sun, Jun 17, 2007 at 11:49:40PM +0200, Pavel Machek wrote: > Hi! > > > > > I hate having to recompile the kernel, just to be able to debug suspend. > > > > Remove CONFIG_DISABLE_CONSOLE_SUSPEND, replace it by a tunable in > > > > /sys/power/disable_console_suspend. > > > > > > > > > > > > Sig

Re: [Suspend-devel] [PATCH, 3rd try] make disable_console_suspend runtime configurable

2007-06-17 Thread Pavel Machek
Hi! > > > I hate having to recompile the kernel, just to be able to debug suspend. > > > Remove CONFIG_DISABLE_CONSOLE_SUSPEND, replace it by a tunable in > > > /sys/power/disable_console_suspend. > > > > > > > > > Signed-off-by: Stefan Seyfried <[EMAIL PROTECTED]> > > > Signed-off-by: Frank Sei

Re: [Suspend-devel] [PATCH, 3rd try] make disable_console_suspend runtime configurable

2007-06-17 Thread Pavel Machek
On Fri 2007-06-15 00:20:28, Rafael J. Wysocki wrote: > On Thursday, 14 June 2007 15:59, Frank Seidel wrote: > > From: Stefan Seyfried <[EMAIL PROTECTED]> > > > > I hate having to recompile the kernel, just to be able to debug suspend. > > Remove CONFIG_DISABLE_CONSOLE_SUSPEND, replace it by a tuna

Re: [Suspend-devel] [PATCH, 3rd try] make disable_console_suspend runtime configurable

2007-06-14 Thread Rafael J. Wysocki
On Thursday, 14 June 2007 15:59, Frank Seidel wrote: > From: Stefan Seyfried <[EMAIL PROTECTED]> > > I hate having to recompile the kernel, just to be able to debug suspend. > Remove CONFIG_DISABLE_CONSOLE_SUSPEND, replace it by a tunable in > /sys/power/disable_console_suspend. > > > Signed-off

Re: [Suspend-devel] [PATCH, 3rd try] make disable_console_suspend runtime configurable

2007-06-14 Thread Frank Seidel
From: Stefan Seyfried <[EMAIL PROTECTED]> I hate having to recompile the kernel, just to be able to debug suspend. Remove CONFIG_DISABLE_CONSOLE_SUSPEND, replace it by a tunable in /sys/power/disable_console_suspend. Signed-off-by: Stefan Seyfried <[EMAIL PROTECTED]> Signed-off-by: Frank Seidel