Bug 10204
Summary: | WARNING trace for ACPI ECDT | ||
---|---|---|---|
Product: | ACPI | Reporter: | Alan Jenkins (alan-jenkins) |
Component: | Config-Tables | Assignee: | Alexey Starikovskiy (astarikovskiy) |
Status: | CLOSED DUPLICATE | ||
Severity: | normal | CC: | akpm, arjan, bunk, mingo |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.25-rc4 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 9832 | ||
Attachments: |
Complete boot log, including WARNING
Kernel configuration acpidump output |
Description
Alan Jenkins
2008-03-09 04:35:24 UTC
Created attachment 15185 [details]
Complete boot log, including WARNING
Created attachment 15186 [details]
Kernel configuration
You don't have ECDT, so not parsing of EC table is possible. Warning happens then we do scan of DSDT for EC device. Please send output from acpidump. Created attachment 15191 [details]
acpidump output
Here it is
Looks like fcea424d31868a78366ad5ee0cb3cc2a4cbe689b is to be blamed. It also looks possible to just drop changes to ioremap.c to return to pre-patch behavior of ACPI/EC. (In reply to comment #5) > Looks like fcea424d31868a78366ad5ee0cb3cc2a4cbe689b is to be blamed. commit fcea424d31868a78366ad5ee0cb3cc2a4cbe689b Author: Arjan van dev Ven <arjan@linux.intel.com> Date: Wed Feb 6 05:16:00 2008 +0100 fix historic ioremap() abuse in AGP Arjan, Ingo, Andrew, are we going to fix that somehow before 2.6.25? |