Bug 13094
Summary: | Thinkpad X40 randomly hangs while booting. | ||
---|---|---|---|
Product: | ACPI | Reporter: | Daniel Vetter (daniel) |
Component: | Power-Processor | Assignee: | ykzhao (yakui.zhao) |
Status: | CLOSED DUPLICATE | ||
Severity: | normal | CC: | akpm, alex.shi, lenb, rui.zhang, venki, yakui.zhao |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.29-rc2 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Attachments: | my .config |
Description
Daniel Vetter
2009-04-15 21:25:46 UTC
2.6.29-rc2 is a funny kernel version to be testing: -rc2 is always full of regressions. Is the bug also present in 2.6.29 final? Thanks. it is duplicated with bug 13087, but I did not found some ways set this as previous bugzilla. :( Hi, Alex What you said is right. It is the duplicate bug of 13087. Will you please try the boot option of "clocksource=acpi_pm" and see whether the box still hangs? Thanks. Hi, Daniel Will you please try the boot option of "clocksource=acpi_pm" and see whether the box still hangs? Do you mean that the system can be booted normally if the following commit is reverted on the latest git-tree? >ff69f2bba67bd45514923aaedbf40fe351787c59 thanks. *** This bug has been marked as a duplicate of bug 13087 *** On Thu, Apr 16, 2009 at 02:19:48AM +0000, bugzilla-daemon@bugzilla.kernel.org wrote: > --- Comment #4 from ykzhao <yakui.zhao@intel.com> 2009-04-16 02:19:48 --- > Hi, Daniel > Will you please try the boot option of "clocksource=acpi_pm" and see > whether the box still hangs? I've just tested and yes, it works with on 2.6.30-rc2 (sorry for yet again screwing up the version numbers - when bisecting I'm always confused by the fact that the git versions starts with with the old version number (2.6.29) before rc1). > Do you mean that the system can be booted normally if the following > commit > is reverted on the latest git-tree? > >ff69f2bba67bd45514923aaedbf40fe351787c59 Yes, reverting ff69.. on top of 2.6.30-rc2 fixes the hangs, too. Thanks, Daniel |