Description of problem: Unable to handle kernel paging request at virtual address 80388274 EIP is at acpi_os_read_memory Version-Release number of selected component (if applicable): ACPI How reproducible: boot kernel with ACPI enabled on IBM ThinkPad T23 Steps to Reproduce: 1. Override ECDT ( http://www.poupinou.org/acpi/ibm_ecdt.html) 2. Build kernel 3. reboot Actual results: Kernel oops with after message "Initializing RT netlink socket" and hang. Expected results: boot up Additional info:
Created attachment 93775 [details] override ECDT and workaround for the oops This patch includes: 1. override ECDT ( from http://www.poupinou.org/acpi/ibm_ecdt.html) 2. workaround for the oops. The virtual address 80388274 causes oops is calculated by c0388274 + c0000000 = (1)80388274 I'm investigating who pass the c0388274 as physical address to acpi_os_read_memory.
still a problem with current release ?