Bug 11346
Summary: | kernel BUG at arch/x86/mm/pat.c:233! | ||
---|---|---|---|
Product: | ACPI | Reporter: | Jean Delvare (jdelvare) |
Component: | Power-Processor | Assignee: | acpi_power-processor |
Status: | CLOSED CODE_FIX | ||
Severity: | high | CC: | acpi-bugzilla, andi-bz, bunk, mingo, rjw, Robert.Moore |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.27-rc3-git2 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 11167 | ||
Attachments: |
Stack trace
Kernel configuration acpidump output dmesg output for kernel 2.6.26.1 ioremap debug patch dmesg output with debug patch dmesg output for kernel 2.6.27-rc3-git2 with debug patch Pass 64bit address to reserve_memtype |
Description
Jean Delvare
2008-08-15 02:10:46 UTC
Created attachment 17261 [details]
Stack trace
With CONFIG_FRAME_POINTER=y.
Created attachment 17262 [details]
Kernel configuration
Created attachment 17263 [details]
acpidump output
Created attachment 17264 [details]
dmesg output for kernel 2.6.26.1
Created attachment 17266 [details]
ioremap debug patch
Can you add the dmesg output with this patch applied please?
Created attachment 17268 [details] dmesg output with debug patch With debug patch from comment #5. What happened to the WARN_ON? Or does it not happen every boot? I would like have wanted to see the WARN_ON in the log with the debug patch. s/WARN_ON/BUG/ Oh, sorry. I patched kernel 2.6.26.1, not 2.6.27-rc3. I'll do it now, stay tuned. Created attachment 17269 [details]
dmesg output for kernel 2.6.27-rc3-git2 with debug patch
Created attachment 17270 [details]
Pass 64bit address to reserve_memtype
Please test this patch.
Yes, this patch solves the problem. My system boots again and things appear to work fine. Thanks Andi! Handled-By : Andi Kleen <andi@firstfloor.org> Patch : http://bugzilla.kernel.org/attachment.cgi?id=17270&action=view Upstream commit is e213e87785. |