From: Rodolfo Giometti <giometti@linux.it>
To: linux-mips@linux-mips.org
Subject: Re: Problems after merge to 2.6.18-rc1
Date: Tue, 18 Jul 2006 19:46:39 +0200 [thread overview]
Message-ID: <20060718174639.GB6887@enneenne.com> (raw)
In-Reply-To: <20060714075441.GE7186@gundam.enneenne.com>
[-- Attachment #1: Type: text/plain, Size: 1245 bytes --]
On Fri, Jul 14, 2006 at 09:54:41AM +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
Ciao,
Rodolfo
--
GNU/Linux Solutions e-mail: giometti@enneenne.com
Linux Device Driver giometti@gnudd.com
Embedded Systems giometti@linux.it
UNIX programming phone: +39 349 2432127
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2006-07-18 17:46 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 [this message]
2006-07-18 19:36 ` Ralf Baechle
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=20060718174639.GB6887@enneenne.com \
--to=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