Discussion:
[Bug 194753] New: Several ACPI Errors in dmesg
b***@bugzilla.kernel.org
2017-03-01 22:18:22 UTC
Permalink
https://bugzilla.kernel.org/show_bug.cgi?id=194753

Bug ID: 194753
Summary: Several ACPI Errors in dmesg
Product: ACPI
Version: 2.5
Kernel Version: 4.9.11
Hardware: All
OS: Linux
Tree: Mainline
Status: NEW
Severity: normal
Priority: P1
Component: Other
Assignee: ***@kernel-bugs.osdl.org
Reporter: ***@gmail.com
Regression: No

Created attachment 255037
--> https://bugzilla.kernel.org/attachment.cgi?id=255037&action=edit
acpidump for HP zBook Studio G3

Hi there,

I’ve recently installed Linux on a brand new HP zBook Studio G3. On every boot,
I see the following messages:
[ 0.982293] ACPI Error: Field [CAP1] at 96 exceeds Buffer [NULL] size 64
(bits) (20160831/dsopcode-236)
[ 0.982300] ACPI Error: Method parse/execution failed [\_SB._OSC] (Node
ffff88089ecde960), AE_AML_BUFFER_LIMIT (20160831/psparse-543)

[ 16.151146] ACPI Error: Needed [Buffer/String/Package], found [Integer]
ffff88089b6086c0 (20160831/exresop-594)
[ 16.151214] ACPI Exception: AE_AML_OPERAND_TYPE, While resolving operands
for [OpcodeName unavailable] (20160831/dswexec-461)
[ 16.151278] ACPI Error:
[ 16.152420] Method parse/execution failed [\_SB.WMIV.WVPO] (Node
ffff88089eca1050), AE_AML_OPERAND_TYPE (20160831/psparse-543)
[ 16.152428] ACPI Error: Method parse/execution failed [\_SB.WMIV.WMPV] (Node
ffff88089eca1668), AE_AML_OPERAND_TYPE (20160831/psparse-543)
[ 16.153471] ACPI Error: Needed [Buffer/String/Package], found [Integer]
ffff88088fde90d8 (20160831/exresop-594)
[ 16.153615] ACPI Exception: AE_AML_OPERAND_TYPE, While resolving operands
for [OpcodeName unavailable] (20160831/dswexec-461)
[ 16.153680] ACPI Error: Method parse/execution failed [\_SB.WMIV.WVPO] (Node
ffff88089eca1050), AE_AML_OPERAND_TYPE (20160831/psparse-543)
[ 16.153753] ACPI Error: Method parse/execution failed [\_SB.WMIV.WMPV] (Node
ffff88089eca1668), AE_AML_OPERAND_TYPE (20160831/psparse-543)
[ 16.154600] ACPI Error: Needed [Buffer/String/Package], found [Integer]
ffff88089b461360 (20160831/exresop-594)
[ 16.154640] ACPI Exception: AE_AML_OPERAND_TYPE, While resolving operands
for [OpcodeName unavailable] (20160831/dswexec-461)
[ 16.154675] ACPI Error: Method parse/execution failed [\_SB.WMIV.WVPO] (Node
ffff88089eca1050), AE_AML_OPERAND_TYPE (20160831/psparse-543)
[ 16.154719] ACPI Error: Method parse/execution failed [\_SB.WMIV.WMPV] (Node
ffff88089eca1668), AE_AML_OPERAND_TYPE (20160831/psparse-543)
[ 16.157179] ACPI Error: Attempt to CreateField of length zero
(20160831/dsopcode-168)
[ 16.157229] ACPI Error: Method parse/execution failed [\_SB.WMIV.WVPI] (Node
ffff88089eca1c58), AE_AML_OPERAND_VALUE (20160831/psparse-543)
[ 16.157304] ACPI Error: Method parse/execution failed [\_SB.WMIV.WMPV] (Node
ffff88089eca1668), AE_AML_OPERAND_VALUE (20160831/psparse-543)

I haven’t encountered issues that could be caused by these, but since they
appear on every boot and are labelled “Error”, I thought it would be a good
idea reporting them nonetheless.

I’m attaching the acpidump.
--
You are receiving this mail because:
You are watching the assignee of the bug.
b***@bugzilla.kernel.org
2017-03-06 06:41:06 UTC
Permalink
https://bugzilla.kernel.org/show_bug.cgi?id=194753

Zhang Rui (***@intel.com) changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |***@intel.com
Assignee|***@kernel-bugs.osdl |***@intel.com
|.org |
--
You are receiving this mail because:
You are watching the assignee of the bug.
b***@bugzilla.kernel.org
2017-06-13 07:54:07 UTC
Permalink
https://bugzilla.kernel.org/show_bug.cgi?id=194753

Lv Zheng (***@intel.com) changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |ASSIGNED
Component|Other |Power-Processor
Assignee|***@intel.com |acpi_power-***@kernel
| |-bugs.osdl.org
--
You are receiving this mail because:
You are watching the assignee of the bug.
b***@bugzilla.kernel.org
2017-07-02 16:10:48 UTC
Permalink
https://bugzilla.kernel.org/show_bug.cgi?id=194753

Zhang Rui (***@intel.com) changed:

What |Removed |Added
----------------------------------------------------------------------------
Component|Power-Processor |Config-Tables
Assignee|acpi_power-***@kernel |***@intel.com
|-bugs.osdl.org |

--- Comment #16 from Zhang Rui (***@intel.com) ---
Lv, this is not how the code runts

[ 0.923375] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked

You're right that this is done in ACPI processor driver. But \_PR.CPU0._OSC is
evaluated successfully!

[ 0.980457] ACPI Error: Field [CAP1] at 96 exceeds Buffer [NULL] size 64
(bits) (20160930/dsopcode-236)
[ 0.980463] ACPI Error: Method parse/execution failed [\_SB._OSC] (Node
ffff88089ece3a78), AE_AML_BUFFER_LIMIT (20160930/psparse-543)

the error actually happens when evaluating \_SB._OSC, I'm not sure but likely
in
acpi_bus_osc_support(), and please keeps on debugging this issue.
--
You are receiving this mail because:
You are watching the assignee of the bug.
Loading...