From: Greg KH <greg@kroah.com>
To: Anisse Astier <anisse@astier.eu>
Cc: linux-acpi@vger.kernel.org, stable@kernel.org,
Lin Ming <ming.m.lin@intel.com>, Len Brown <lenb@kernel.org>
Subject: Re: [stable] [PATCH] ACPI: Add Toshiba Satellite C650D to DMI blacklist for corrupting DSDT
Date: Wed, 11 Aug 2010 12:50:41 -0700 [thread overview]
Message-ID: <20100811195041.GE23566@kroah.com> (raw)
In-Reply-To: <20100806190618.78d061bd@destiny.ordissimo>
On Fri, Aug 06, 2010 at 07:06:18PM +0200, Anisse Astier wrote:
> On Fri, 6 Aug 2010 18:40:18 +0200, Anisse Astier <anisse@astier.eu>
> wrote :
>
> > This machine has a BIOS that corrupts the DSDT, and adding
> > acpi=copy_dsdt on cmdline fixes it. This feature and the corresponding
> > blacklist was added in commit aa2110cb1a7510f9b834adfb39b05d4843a35d35
> >
> > Cc: Len Brown <lenb@kernel.org>
> > Cc: Lin Ming <ming.m.lin@intel.com>
> > ---
> > drivers/acpi/bus.c | 8 ++++++++
> > 1 files changed, 8 insertions(+), 0 deletions(-)
> >
> > diff --git a/drivers/acpi/bus.c b/drivers/acpi/bus.c
> > index c1d23cd..fe7d7b9 100644
> > --- a/drivers/acpi/bus.c
> > +++ b/drivers/acpi/bus.c
> > @@ -99,6 +99,14 @@ static struct dmi_system_id dsdt_dmi_table[] __initdata = {
> > DMI_MATCH(DMI_PRODUCT_NAME, "Satellite L505D"),
> > },
> > },
> > + {
> > + .callback = set_copy_dsdt,
> > + .ident = "TOSHIBA Satellite C650D",
> > + .matches = {
> > + DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
> > + DMI_MATCH(DMI_PRODUCT_NAME, "Satellite C650D"),
> > + },
> > + },
> > {}
> > };
> > #else
>
> Other users experiencing problems as reference:
> https://bugs.launchpad.net/ubuntu/+bug/612341
>
> Also, I'm cc-ing stable as it might interest Greg for 35.1 (not earlier
> versions since the feature was added by Lin Ming in .35).
What is the git commit id of this patch in Linus's tree?
thanks,
greg k-h
next prev parent reply other threads:[~2010-08-11 19:59 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-06 16:40 [PATCH] ACPI: Add Toshiba Satellite C650D to DMI blacklist for corrupting DSDT Anisse Astier
2010-08-06 17:06 ` Anisse Astier
2010-08-11 19:50 ` Greg KH [this message]
2010-08-11 20:13 ` [stable] " Anisse Astier
2010-08-11 20:27 ` Greg KH
2010-08-11 20:55 ` Anisse Astier
2010-08-12 0:29 ` Lin Ming
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=20100811195041.GE23566@kroah.com \
--to=greg@kroah.com \
--cc=anisse@astier.eu \
--cc=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=ming.m.lin@intel.com \
--cc=stable@kernel.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 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.