Bug 199413
Summary: | ACPI Error: No pointer back to namespace node in package 00000000fd2a44cd (20180313/dsargs-303) | ||
---|---|---|---|
Product: | ACPI | Reporter: | Paul Menzel (pmenzel+bugzilla.kernel.org) |
Component: | ACPICA-Core | Assignee: | Erik Kaneda (erik.kaneda) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | pmenzel+bugzilla.kernel.org, Robert.Moore, rui.zhang, vkrevs |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 4.17-rc1 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Attachments: |
Linux 4.17-rc1 messages
Output of `acpidump` add package init for load operator resolve packages for load and tableload |
Description
Paul Menzel
2018-04-16 11:41:52 UTC
Created attachment 275395 [details]
Linux 4.17-rc1 messages
Created attachment 275397 [details]
Output of `acpidump`
this smells like an AML issue to me. Method (ADJP, 1, Serialized) { ... Local6 = \_PR.CPU0._PSS () Local2 = SizeOf (Local6) PSSN = (0x80000000 | Local2) ... } _PSS returns a package, I don't know if we can use AML in this way or not. and Local6 seems to be related with the error messages ACPI Error: No pointer back to namespace node in package 00000000fd2a44cd (20180313/dsargs-303) [ 0.251944] Local6: 00000000fd2a44cd <Obj> Package 00000000fd2a44cd Erik, could you please confirm? We've seen this before and we are trying to reproduce this right now... Hi Paul, Do you see this error when you boot 4.16? (In reply to Erik Schmauss from comment #5) > Do you see this error when you boot 4.16? No, I do not. We are still trying to reproduce this problem. Created attachment 275757 [details]
add package init for load operator
Here's a patch that should fix the issue. Please test it and let us know if it works for you.
Created attachment 275885 [details]
resolve packages for load and tableload
closing as this issue should be fixed by the patch in Comment #9. Feel free to reopen if this does not work. |