linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Chris Bainbridge <chris.bainbridge@gmail.com>
To: linux-acpi@vger.kernel.org, "Wysocki,
	Rafael J" <rafael.j.wysocki@intel.com>,
	"Moore, Robert" <robert.moore@intel.com>,
	LKML <linux-kernel@vger.kernel.org>,
	"Zheng, Lv" <lv.zheng@intel.com>
Subject: [BUG] ACPI Error: Needed type [Reference], found [Integer]
Date: Tue, 28 Feb 2017 00:29:12 +0000	[thread overview]
Message-ID: <20170228002912.GA5546@localhost> (raw)

Latest Linux git has ACPI errors on Macbook IVB:

[    0.333133] ACPI Error: Needed type [Reference], found [Integer] ffff880261656f30 (20170119/exresop-103)
[    0.333141] ACPI Exception: AE_AML_OPERAND_TYPE, While resolving operands for [Store] (20170119/dswexec-461)
[    0.333150] ACPI Error: Method parse/execution failed [\_PR.CPU0._PDC] (Node ffff8802628c60c8), AE_AML_OPERAND_TYPE (20170119/psparse-543)

[    0.517073] ACPI Error: [\_PR_.CPU0._CST] Namespace lookup failure, AE_NOT_FOUND (20170119/psargs-363)
[    0.517084] ACPI Error: Method parse/execution failed [\_PR.CPU1._CST] (Node ffff88026173b618), AE_NOT_FOUND (20170119/psparse-543)
[    0.517267] ACPI Error: [\_PR_.CPU0._CST] Namespace lookup failure, AE_NOT_FOUND (20170119/psargs-363)
[    0.517279] ACPI Error: Method parse/execution failed [\_PR.CPU2._CST] (Node ffff88026173b640), AE_NOT_FOUND (20170119/psparse-543)
[    0.517464] ACPI Error: [\_PR_.CPU0._CST] Namespace lookup failure, AE_NOT_FOUND (20170119/psargs-363)
[    0.517474] ACPI Error: Method parse/execution failed [\_PR.CPU3._CST] (Node ffff88026173b668), AE_NOT_FOUND (20170119/psparse-543)

Bisect leads to:

ce87e09dd88c61f9088768a7708828423549725c is the first bad commit
commit ce87e09dd88c61f9088768a7708828423549725c
Author: Bob Moore <robert.moore@intel.com>
Date:   Wed Dec 28 15:29:43 2016 +0800

    ACPICA: Parser: Allow method invocations as target operands
    
    ACPICA commit a6cca7a4786cdbfd29cea67e84b5b01a8ae6ff1c
    
    Method invocations as target operands are allowed as target
    operands in the ASL grammar. This change implements support
    for this. Method must return a reference for this to work
    properly at runtime, however.
    
    Link: https://github.com/acpica/acpica/commit/a6cca7a4
    Signed-off-by: Bob Moore <robert.moore@intel.com>
    Signed-off-by: Lv Zheng <lv.zheng@intel.com>
    Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

                 reply	other threads:[~2017-02-28  0:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20170228002912.GA5546@localhost \
    --to=chris.bainbridge@gmail.com \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lv.zheng@intel.com \
    --cc=rafael.j.wysocki@intel.com \
    --cc=robert.moore@intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).