linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BUG] ACPI Error: Needed type [Reference], found [Integer]
@ 2017-02-28  0:29 Chris Bainbridge
  0 siblings, 0 replies; only message in thread
From: Chris Bainbridge @ 2017-02-28  0:29 UTC (permalink / raw)
  To: linux-acpi, Wysocki, Rafael J, Moore, Robert, LKML, Zheng, Lv

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>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-02-28  1:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-28  0:29 [BUG] ACPI Error: Needed type [Reference], found [Integer] Chris Bainbridge

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).