From: Adam Williamson <awilliam@redhat.com>
To: Ingo Molnar <mingo@kernel.org>
Cc: tianyu.lan@intel.com, Matthew Garrett <mjg@redhat.com>,
hpa@zytor.com, x86@kernel.org, holt@sgi.com,
davej@fedoraproject.org, lenb@kernel.org, rjw@rjwysocki.net,
linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org,
"Rafael J. Wysocki" <rafael.j.wysocki@intel.com>,
Linus Torvalds <torvalds@linux-foundation.org>,
Thomas Gleixner <tglx@linutronix.de>
Subject: Re: [PATCH] x86/ACPI: Make Sony Vaio Z1 series to use "reboot=pci" default
Date: Fri, 25 Oct 2013 09:47:32 -0700 [thread overview]
Message-ID: <1382719652.2445.1.camel@adam.happyassassin.net> (raw)
In-Reply-To: <20131025105352.GA5419@gmail.com>
On Fri, 2013-10-25 at 12:53 +0200, Ingo Molnar wrote:
> * tianyu.lan@intel.com <tianyu.lan@intel.com> wrote:
>
> > From: Lan Tianyu <tianyu.lan@intel.com>
> >
> > Sony Vaio Z1 series require "reboot=pci" for reboot and power off.
> > This patch is to add them machines to quirk table and set pci reboot
> > default.
> >
> > Reference: https://bugzilla.kernel.org/show_bug.cgi?id=61721
> > Reported-and-tested-by: Adam Williamson <awilliam@redhat.com>
> > Signed-off-by: Lan Tianyu <tianyu.lan@intel.com>
> > ---
> > arch/x86/kernel/reboot.c | 8 ++++++++
> > 1 file changed, 8 insertions(+)
> >
> > diff --git a/arch/x86/kernel/reboot.c b/arch/x86/kernel/reboot.c
> > index 7e920bf..083ade7 100644
> > --- a/arch/x86/kernel/reboot.c
> > +++ b/arch/x86/kernel/reboot.c
> > @@ -382,6 +382,14 @@ static struct dmi_system_id __initdata reboot_dmi_table[] = {
> > DMI_MATCH(DMI_PRODUCT_NAME, "C6100"),
> > },
> > },
> > + { /* Handle problems with rebooting on Sony Vaio Z1 series*/
> > + .callback = set_pci_reboot,
> > + .ident = "Sony Vaio Z1",
> > + .matches = {
> > + DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
> > + DMI_MATCH(DMI_PRODUCT_NAME, "VPCZ1"),
> > + },
> > + },
>
> This is becoming somewhat endemic - do we know _why_ the ACPI reboot
> method does not work?
I don't, but one comment I could add is that reboot _used_ to work okay
on the Z1. And I _think_ it's worked OK since the April 2011 commit you
mention (so the introduction of that didn't break it), but I can't
absolutely swear to it.
(And yes, of course, reboot from stock-installed, fully-updated Windows
- IIRC, Win7 - on the same system works OK.)
--
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
http://www.happyassassin.net
next prev parent reply other threads:[~2013-10-25 16:48 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-24 6:49 tianyu.lan
2013-10-25 10:53 ` Ingo Molnar
2013-10-25 12:44 ` Dave Jones
2013-10-25 12:48 ` H. Peter Anvin
2013-10-25 12:54 ` Linus Torvalds
2013-10-25 16:47 ` Adam Williamson [this message]
2013-10-25 17:16 ` Linus Torvalds
2013-10-25 17:43 ` Adam Williamson
2013-10-25 19:44 ` Rafael J. Wysocki
2013-10-26 1:27 ` Adam Williamson
2013-10-26 2:20 ` Adam Williamson
2013-10-26 3:17 ` Dave Jones
2013-10-26 7:22 ` Adam Williamson
2013-10-26 9:15 ` Ingo Molnar
2013-10-26 17:08 ` Adam Williamson
2013-10-26 20:00 ` Linus Torvalds
2013-10-27 7:06 ` Adam Williamson
2013-11-01 14:02 ` Joerg Roedel
2013-11-18 23:43 ` Adam Williamson
2013-11-19 7:03 ` Ingo Molnar
2013-10-26 12:58 ` Lan Tianyu
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=1382719652.2445.1.camel@adam.happyassassin.net \
--to=awilliam@redhat.com \
--cc=davej@fedoraproject.org \
--cc=holt@sgi.com \
--cc=hpa@zytor.com \
--cc=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=mjg@redhat.com \
--cc=rafael.j.wysocki@intel.com \
--cc=rjw@rjwysocki.net \
--cc=tglx@linutronix.de \
--cc=tianyu.lan@intel.com \
--cc=torvalds@linux-foundation.org \
--cc=x86@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome