Bug 199583
Summary: | [Firmware Bug]: TSC ADJUST differs within socket(s), fixing all errors & ACPI Error[SDS0] | ||
---|---|---|---|
Product: | ACPI | Reporter: | kirk (kirk.86) |
Component: | Config-Tables | Assignee: | Zhang Rui (rui.zhang) |
Status: | CLOSED WILL_NOT_FIX | ||
Severity: | normal | CC: | rui.zhang |
Priority: | P1 | ||
Hardware: | Intel | ||
OS: | Linux | ||
Kernel Version: | 4.15.0-20-generic | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | acpidump.txt |
Description
kirk
2018-05-02 00:47:11 UTC
Please confirm the ACPI ERROR messages are gone if you boot with kernel parameter libata.noacpi @Zhang Rui, Thank you for the prompt reply. The only thing that has been removed is the [ 0.004000] [Firmware Bug]: TSC ADJUST differs within socket(s), fixing all errors. Everything else still remains unchanged. Here is a diff between previous errors and errors after booting with "libata.noacpi" parameter. Previous Errors: <<< [ 0.004000] [Firmware Bug]: TSC ADJUST differs within socket(s), fixing all errors [ 0.057329] Error parsing PCC subspaces from PCCT [ 0.126498] ACPI Error: [SDS0] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364) [ 0.126505] ACPI Error: Method parse/execution failed \SHAD._STA, AE_NOT_FOUND (20170831/psparse-550) [ 0.126518] ACPI Error: [SDS0] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364) [ 0.126523] ACPI Error: Method parse/execution failed \SHAD._STA, AE_NOT_FOUND (20170831/psparse-550) [ 0.153748] ACPI Error: [SDS0] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364) [ 0.153755] ACPI Error: Method parse/execution failed \SHAD._STA, AE_NOT_FOUND (20170831/psparse-550) [ 0.189380] ACPI Error: [SDS0] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364) [ 0.189387] ACPI Error: Method parse/execution failed \SHAD._STA, AE_NOT_FOUND (20170831/psparse-550) [ 4.395072] RAS: Correctable Errors collector initialized. <<< Errors after booting with libata.noacpi param: <<< [ 0.057329] Error parsing PCC subspaces from PCCT [ 0.126498] ACPI Error: [SDS0] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364) [ 0.126505] ACPI Error: Method parse/execution failed \SHAD._STA, AE_NOT_FOUND (20170831/psparse-550) [ 0.126518] ACPI Error: [SDS0] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364) [ 0.126523] ACPI Error: Method parse/execution failed \SHAD._STA, AE_NOT_FOUND (20170831/psparse-550) [ 0.153748] ACPI Error: [SDS0] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364) [ 0.153755] ACPI Error: Method parse/execution failed \SHAD._STA, AE_NOT_FOUND (20170831/psparse-550) [ 0.189380] ACPI Error: [SDS0] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364) [ 0.189387] ACPI Error: Method parse/execution failed \SHAD._STA, AE_NOT_FOUND (20170831/psparse-550) [ 4.395072] RAS: Correctable Errors collector initialized. <<< please attach the acpidump output. Created attachment 275809 [details] acpidump.txt Hi Zhang, thanks for getting back to me. I've attached the acpidump output as requested. Please let me know if you need anything else. Regards, K. On 08/05/18 04:28, bugzilla-daemon@bugzilla.kernel.org wrote: > https://bugzilla.kernel.org/show_bug.cgi?id=199583 > > --- Comment #3 from Zhang Rui (rui.zhang@intel.com) --- > please attach the acpidump output. > I have checked your ACPI dump, the ACPI errors are complaining a firmware bug, but it is harmless. And I believe the TSC errors are firmware bug as well. Give that all the errors are either harmless or have already been handled in kernel, I will close this bug report. Please feel free to reopen it if you observe something malfunction. |