| To: | Rodolfo Giometti <giometti@linux.it> |
|---|---|
| Subject: | Re: Problems after merge to 2.6.18-rc1 |
| From: | Ralf Baechle <ralf@linux-mips.org> |
| Date: | Tue, 18 Jul 2006 15:36:46 -0400 |
| Cc: | linux-mips@linux-mips.org |
| In-reply-to: | <20060718174639.GB6887@enneenne.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20060713163200.GA7186@gundam.enneenne.com> <20060714.103521.25910483.nemoto@toshiba-tops.co.jp> <20060714075441.GE7186@gundam.enneenne.com> <20060718174639.GB6887@enneenne.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.4.2.1i |
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@vger.kernel.org.
Ralf
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Problems after merge to 2.6.18-rc1, Rodolfo Giometti |
|---|---|
| Next by Date: | [PATCH] au1000_eth.c power management and driver registration support, Rodolfo Giometti |
| Previous by Thread: | Re: Problems after merge to 2.6.18-rc1, Rodolfo Giometti |
| Next by Thread: | [PATCH] au1000_eth.c power management and driver registration support, Rodolfo Giometti |
| Indexes: | [Date] [Thread] [Top] [All Lists] |