On Tue, Jul 18, 2006 at 07:46:39PM +0200, Rodolfo Giometti wrote: > > The first strange thing is that this time the kernel messages stop > > after "au1xxx_pm_prepare: state = 3" and not after "au_sleep: Zzz..." > > as before the merge! Maybe something as changed in serial console > > magement? > > Yes, something as changed... here the patch to remove the problem. > > diff --git a/kernel/power/main.c b/kernel/power/main.c > index 6d295c7..10bf859 100644 > --- a/kernel/power/main.c > +++ b/kernel/power/main.c > @@ -86,7 +86,9 @@ static int suspend_prepare(suspend_state > goto Thaw; > } > > +#ifndef CONFIG_DEBUG_KERNEL > suspend_console(); > +#endif > if ((error = device_suspend(PMSG_SUSPEND))) { > printk(KERN_ERR "Some devices failed to suspend\n"); > goto Finish; > > I'd like also sending this patch to the Linux main tree, where should > I send it? I found nothing useful in MAINTAINERS file... :-o You missed the last entry in MAINTAINERS ;-) Send such stuff to linux-kernel@xxxxxxxxxxxxxxxx Ralf