From: Andrew Morton <akpm@linux-foundation.org>
To: Matt Domsch <Matt_Domsch@dell.com>
Cc: Tim Gardner <rtg@tpi.com>,
linux-kernel@vger.kernel.org, tim.gardner@ubuntu.com,
Andi Kleen <ak@suse.de>,
stable@kernel.org
Subject: Re: [PATCH 1/1] Work around Dell E520 BIOS reboot bug.
Date: Tue, 29 May 2007 15:33:31 -0700 [thread overview]
Message-ID: <20070529153331.7b643698.akpm@linux-foundation.org> (raw)
In-Reply-To: <20070526025809.GA23351@lists.us.dell.com>
On Fri, 25 May 2007 21:58:09 -0500
Matt Domsch <Matt_Domsch@dell.com> wrote:
> On Wed, May 23, 2007 at 01:12:44PM -0600, Tim Gardner wrote:
> > From: Tim Gardner <tim.gardner@ubuntu.com>
> > Subject: [PATCH] Work around Dell E520 BIOS reboot bug.
> >
> > Force Dell E520 to use the BIOS to shutdown/reboot.
> >
> > Signed-off-by: Tim Gardner <tim.gardner@ubuntu.com>
>
> Acked-by: Matt Domsch <Matt_Domsch@dell.com>
>
> Thanks Tim for submitting this.
Do you think this is also required in 2.6.21.x?
Andi: ack for 2.6.22 inclusion?
Thanks.
From: Tim Gardner <tim.gardner@ubuntu.com>
Force Dell E520 to use the BIOS to shutdown/reboot.
I have at least one report that this patch fixes shutdown/reboot
problems on the Dell E520 platform.
Signed-off-by: Tim Gardner <tim.gardner@ubuntu.com>
Cc: Andi Kleen <ak@suse.de>
Acked-by: Matt Domsch <Matt_Domsch@dell.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
arch/i386/kernel/reboot.c | 8 ++++++++
1 files changed, 8 insertions(+)
diff -puN arch/i386/kernel/reboot.c~work-around-dell-e520-bios-reboot-bug arch/i386/kernel/reboot.c
--- a/arch/i386/kernel/reboot.c~work-around-dell-e520-bios-reboot-bug
+++ a/arch/i386/kernel/reboot.c
@@ -89,6 +89,14 @@ static int __init set_bios_reboot(struct
}
static struct dmi_system_id __initdata reboot_dmi_table[] = {
+ { /* Handle problems with rebooting on Dell E520's */
+ .callback = set_bios_reboot,
+ .ident = "Dell E520",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "Dell DM061"),
+ },
+ },
{ /* Handle problems with rebooting on Dell 1300's */
.callback = set_bios_reboot,
.ident = "Dell PowerEdge 1300",
_
next prev parent reply other threads:[~2007-05-29 22:34 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-23 19:12 [PATCH 1/1] Work around Dell E520 BIOS reboot bug Tim Gardner
2007-05-26 2:58 ` Matt Domsch
2007-05-29 22:33 ` Andrew Morton [this message]
2007-05-29 22:52 ` Andi Kleen
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=20070529153331.7b643698.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=Matt_Domsch@dell.com \
--cc=ak@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=rtg@tpi.com \
--cc=stable@kernel.org \
--cc=tim.gardner@ubuntu.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.