Bug 15749
Summary: | bisected 2.6.34-rc3+git EC regression - can't boot after fix from bug #14667 | ||
---|---|---|---|
Product: | ACPI | Reporter: | Ricardo Salveti de Araujo (rsalveti) |
Component: | EC | Assignee: | Alexey Starikovskiy (astarikovskiy) |
Status: | CLOSED CODE_FIX | ||
Severity: | high | CC: | astarikovskiy, helbermg, lenb, maciej.rutecki, mikpelinux, rjw, susancragin, toralf.foerster |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.34-rc3+git | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 15310 | ||
Attachments: |
Kernel Call Trace
Working dmesg, after reverting the patch. acpidump Read all bits Limit burst to 64 bit |
Description
Ricardo Salveti de Araujo
2010-04-10 12:06:20 UTC
Created attachment 25937 [details]
Kernel Call Trace
Created attachment 25938 [details]
Working dmesg, after reverting the patch.
Created attachment 25939 [details]
acpidump
First-Bad-Commit : dadf28a10c3eb29421837a2e413ab869ebd9e168 Please go back to the original kernel (ie. with the commit applied) and revert only the changes in that commit affecting drivers/acpi/ec.c . Please report back whether or not that helps. Created attachment 25944 [details]
Read all bits
Please check if this patch helps.
Just tried the patch from comment #5 and still didn't work. However, I was able to boot fine after removing just the changes from dadf28a10c3eb29421837a2e413ab869ebd9e168 to file drivers/acpi/acpica/exprep.c. Created attachment 25962 [details]
Limit burst to 64 bit
Please check if this patch works.
*** Bug 15759 has been marked as a duplicate of this bug. *** (In reply to comment #7) > Created an attachment (id=25962) [details] > Limit burst to 64 bit > > Please check if this patch works. This patch fix the problem. Just tested and was able to boot without any problem. Thanks for the fix. *** Bug 15773 has been marked as a duplicate of this bug. *** My FSC Amilo fails to boot 2.6.34-rc4 with a repeatable oops that looks pretty much identical to the one shown here. Alexey's "Limit burst to 64 bit" patch solves the problem on that machine. patch in comment #7 is applied to acpi tree commit 2060c44576c79086ff24718878d7edaa7384a985 Author: Alexey Starikovskiy <astarikovskiy@suse.de> Date: Fri Apr 16 15:36:40 2010 -0400 ACPI: EC: Limit burst to 64 bits shipped in linux-2.6.34-rc4-git5 closed. *** Bug 15767 has been marked as a duplicate of this bug. *** |