From: Ralf Baechle <ralf@linux-mips.org>
To: Rodolfo Giometti <giometti@linux.it>
Cc: linux-mips@linux-mips.org
Subject: Re: Problems after merge to 2.6.18-rc1
Date: Tue, 18 Jul 2006 15:36:46 -0400 [thread overview]
Message-ID: <20060718193646.GB16822@linux-mips.org> (raw)
In-Reply-To: <20060718174639.GB6887@enneenne.com>
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
next prev parent reply other threads:[~2006-07-18 19:36 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-13 16:32 Problems after merge to 2.6.18-rc1 Rodolfo Giometti
2006-07-13 19:19 ` Daniel Mack
2006-07-14 1:35 ` Atsushi Nemoto
2006-07-14 7:54 ` Rodolfo Giometti
2006-07-14 10:48 ` Rodolfo Giometti
2006-07-18 17:46 ` Rodolfo Giometti
2006-07-18 19:36 ` Ralf Baechle [this message]
2006-07-19 8:29 ` [PATCH] au1000_eth.c power management and driver registration support Rodolfo Giometti
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060718193646.GB16822@linux-mips.org \
--to=ralf@linux-mips.org \
--cc=giometti@linux.it \
--cc=linux-mips@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox