All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rjw@sisk.pl>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Lin Ming <ming.m.lin@intel.com>, Zhang Rui <rui.zhang@intel.com>,
	Len Brown <lenb@kernel.org>,
	Jeff Chua <jeff.chua.linux@gmail.com>,
	ACPI Devel Maling List <linux-acpi@vger.kernel.org>,
	Linux-pm mailing list <linux-pm@lists.linux-foundation.org>,
	"Moore, Robert" <robert.moore@intel.com>
Subject: Re: [linux-pm] Occasional (too common) suspend problem
Date: Fri, 21 Jan 2011 21:54:16 +0100	[thread overview]
Message-ID: <201101212154.16597.rjw@sisk.pl> (raw)
In-Reply-To: <AANLkTi=1n2YMa=_gcfuTQtT=k388MppCWCsxRkhjj-qz@mail.gmail.com>

On Friday, January 21, 2011, Linus Torvalds wrote:
> On Thu, Jan 20, 2011 at 9:26 PM, Lin Ming <ming.m.lin@intel.com> wrote:
> > On Fri, 2011-01-21 at 12:50, Linus Torvalds wrote:
> >>
> >>  ...
> >>  [   54.628375] PM: Saving platform NVS memory
> >>  [   54.628387] Disabling non-boot CPUs ...
> >>  [   63.554966] ACPI Exception: AE_BAD_PARAMETER, Returned by Handler
> >> for [EmbeddedControl] (20110112/evregion-474)
> >>  [   63.554992] ACPI Error: Method parse/execution failed
> >> [\_SB_.PCI0.SBRG.EC0_.RCTP] (Node f5c2dea0), AE_BAD_PARAMETER
> >> (20110112/psparse-536)
> >>  [   63.555022] ACPI Error: Method parse/execution failed
> >> [\_TZ_.RTMP] (Node f5c32fa8), AE_BAD_PARAMETER (20110112/psparse-536)
> >>  [   63.555047] ACPI Error: Method parse/execution failed
> >> [\_TZ_.TZ00._TMP] (Node f5c34018), AE_BAD_PARAMETER
> >> (20110112/psparse-536)
> >>  [   63.555079] Thermal: failed to read out thermal zone 0
> >>  [   63.556361] CPU 1 is now offline
> >>  [   63.556944] PM: Restoring platform NVS memory
> >>  [   63.556944] Enabling non-boot CPUs ...
> >>  [   63.556944] Booting Node 0 Processor 1 APIC 0x1
> >>  [   63.556279] Initializing CPU#1
> >>  ...
> >>
> >> which really doesn't tell me much, except that clearly something in
> >> ACPI-land is unhappy, and it looks thermal-related (that last error
> >> message comes from thermal_zone_device_update()).
> >>
> >> Any ideas?

Apparently, the problem occurs while CPU1 is being disabled (or at least
the message is printed at that time), which is highly suspicious, because we
shouldn't be doing _anything_ ACPI-related at this point (the SCI should
have been disabled way earlier and the GPEs should have been disabled as well),
so I'm not really sure what's the source of the ACPI messages.

It _looks_ like we may be executing an AML method while CPU1 is disabled,
which would be kind of ... sick.

Rafael

  parent reply	other threads:[~2011-01-21 20:54 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-21  4:50 Occasional (too common) suspend problem Linus Torvalds
     [not found] ` <AANLkTi=LyufFJ-zqMWdGnSnZ-iW+ONbQ8mLfTn1O5WVi@mail.gmail.com>
2011-01-21  5:26   ` [linux-pm] " Lin Ming
2011-01-21 16:28     ` Linus Torvalds
2011-01-21 17:09       ` [linux-pm] " Jeff Chua
2011-01-21 17:09       ` Jeff Chua
2011-01-21 20:54       ` Rafael J. Wysocki [this message]
2011-01-21 20:54       ` Rafael J. Wysocki
2011-01-21  5:26   ` Lin Ming
2011-01-21  7:26 ` Zhang Rui
2011-01-21  7:26 ` Zhang Rui
2011-01-21 21:00 ` Len Brown
2011-01-21 21:08   ` Rafael J. Wysocki
2011-01-21 21:08   ` Rafael J. Wysocki
2011-01-21 22:25   ` Len Brown
2011-01-21 22:33     ` Linus Torvalds
2011-01-21 22:33     ` Linus Torvalds
2011-01-21 22:42       ` Rafael J. Wysocki
2011-01-21 22:42       ` Rafael J. Wysocki
2011-01-21 22:55         ` Linus Torvalds
2011-01-21 23:16           ` Rafael J. Wysocki
2011-01-21 23:16           ` Rafael J. Wysocki
2011-01-21 23:28             ` [linux-pm] " Rafael J. Wysocki
2011-01-21 23:28             ` Rafael J. Wysocki
2011-01-22  0:23             ` Linus Torvalds
2011-01-22  0:23             ` Linus Torvalds
2011-01-22  0:31               ` Rafael J. Wysocki
2011-01-22  0:31               ` Rafael J. Wysocki
2011-01-22  0:56                 ` Linus Torvalds
2011-01-22  0:56                 ` Linus Torvalds
2011-01-22  1:14               ` Linus Torvalds
2011-01-22 10:10                 ` Rafael J. Wysocki
2011-01-22 10:10                 ` Rafael J. Wysocki
2011-01-22 15:11                   ` Linus Torvalds
2011-01-22 16:27                     ` Linus Torvalds
2011-01-22 16:27                     ` Linus Torvalds
2011-01-22 17:13                       ` Jeff Chua
2011-01-22 17:13                       ` Jeff Chua
2011-01-22 18:22                         ` Linus Torvalds
2011-01-22 18:22                         ` Linus Torvalds
2011-01-22 19:17                       ` Rafael J. Wysocki
2011-01-22 19:17                       ` Rafael J. Wysocki
2011-01-22 19:42                         ` Linus Torvalds
2011-01-22 19:42                         ` Linus Torvalds
2011-01-23 21:29                           ` Rafael J. Wysocki
2011-01-23 21:47                             ` [linux-pm] " Rafael J. Wysocki
2011-01-23 21:47                             ` Rafael J. Wysocki
2011-01-24  7:22                             ` Linus Torvalds
2011-01-24  8:09                               ` Zhang Rui
2011-01-24  9:43                                 ` Linus Torvalds
2011-01-24  9:43                                 ` Linus Torvalds
2011-01-24  8:09                               ` Zhang Rui
2011-01-24  7:22                             ` Linus Torvalds
2011-01-23 21:29                           ` Rafael J. Wysocki
2011-01-23  1:02                       ` Dave Airlie
2011-01-23  1:02                       ` Dave Airlie
2011-01-22 15:11                   ` Linus Torvalds
2011-01-22  1:14               ` Linus Torvalds
2011-01-21 22:55         ` Linus Torvalds
2011-01-21 22:25   ` Len Brown
2011-01-21 21:00 ` Len Brown

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=201101212154.16597.rjw@sisk.pl \
    --to=rjw@sisk.pl \
    --cc=jeff.chua.linux@gmail.com \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-pm@lists.linux-foundation.org \
    --cc=ming.m.lin@intel.com \
    --cc=robert.moore@intel.com \
    --cc=rui.zhang@intel.com \
    --cc=torvalds@linux-foundation.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.