From: "Rafael J. Wysocki" <rjw@sisk.pl>
To: "YOSHIFUJI Hideaki / 吉藤英明" <yoshfuji@linux-ipv6.org>
Cc: pavel@ucw.cz, akpm@linux-foundation.org,
torvalds@linux-foundation.org, linux-kernel@vger.kernel.org
Subject: Re: [2.6.23-rc1 REGRESSION] ThinkPad T42 poweroff failure by "PM: Introduce pm_power_off_prepare"
Date: Wed, 25 Jul 2007 14:46:55 +0200 [thread overview]
Message-ID: <200707251446.56809.rjw@sisk.pl> (raw)
In-Reply-To: <20070724.171917.30313741.yoshfuji@linux-ipv6.org>
Hi,
On Wednesday, 25 July 2007 00:19, YOSHIFUJI Hideaki / 吉藤英明 wrote:
> Hello.
>
> Linux 2.6.23-rc1 fails to power off my ThinkPad T42.
> Git-bisect told me that the following commit is to blame,
> and by reverting that commit, it works appropriately.
(1) Can you please apply the appended patch and see if the message gets
printed when you try to power off the system?
(2) Can you please post your .config?
Greetings,
Rafael
---
drivers/acpi/sleep/poweroff.c | 1 +
1 file changed, 1 insertion(+)
Index: linux-2.6.23-rc1/drivers/acpi/sleep/poweroff.c
===================================================================
--- linux-2.6.23-rc1.orig/drivers/acpi/sleep/poweroff.c
+++ linux-2.6.23-rc1/drivers/acpi/sleep/poweroff.c
@@ -42,6 +42,7 @@ int acpi_sleep_prepare(u32 acpi_state)
static void acpi_power_off_prepare(void)
{
/* Prepare to power off the system */
+ printk(KERN_EMERG "ACPI: Preparing to power off the system\n");
acpi_sleep_prepare(ACPI_STATE_S5);
}
next prev parent reply other threads:[~2007-07-25 12:39 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-24 22:19 [2.6.23-rc1 REGRESSION] ThinkPad T42 poweroff failure by "PM: Introduce pm_power_off_prepare" YOSHIFUJI Hideaki / 吉藤英明
2007-07-24 23:44 ` Thinkpad ACPI Steven
2007-07-25 12:46 ` Rafael J. Wysocki [this message]
2007-07-25 15:28 ` [2.6.23-rc1 REGRESSION] ThinkPad T42 poweroff failure by "PM: Introduce pm_power_off_prepare" YOSHIFUJI Hideaki / 吉藤英明
2007-07-26 12:12 ` Rafael J. Wysocki
2007-07-26 13:06 ` YOSHIFUJI Hideaki / 吉藤英明
2007-07-26 14:29 ` Rafael J. Wysocki
2007-07-26 14:36 ` YOSHIFUJI Hideaki / 吉藤英明
2007-07-26 20:57 ` [2.6.23-rc1 REGRESSION] ThinkPad T42 poweroff failure by Meelis Roos
2007-07-30 21:51 ` [2.6.23-rc1 REGRESSION] ThinkPad T42 poweroff failure by "PM: Introduce pm_power_off_prepare" Steven
2007-07-30 22:59 ` Bongani Hlope
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=200707251446.56809.rjw@sisk.pl \
--to=rjw@sisk.pl \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pavel@ucw.cz \
--cc=torvalds@linux-foundation.org \
--cc=yoshfuji@linux-ipv6.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