Bug 9884
Summary: | using the attached config hangs the kernel at boot | ||
---|---|---|---|
Product: | Power Management | Reporter: | Plamen Petrov (plamen.sisi) |
Component: | Other | Assignee: | power-management_other |
Status: | CLOSED CODE_FIX | ||
Severity: | blocking | ||
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | linux-2.6.24-git13 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 9832 | ||
Attachments: |
config used
shot of the screen of the crashed kernel |
Description
Plamen Petrov
2008-02-04 03:33:58 UTC
Created attachment 14702 [details]
config used
Created attachment 14703 [details]
shot of the screen of the crashed kernel
Reply-To: akpm@linux-foundation.org On Mon, 4 Feb 2008 03:33:58 -0800 (PST) bugme-daemon@bugzilla.kernel.org wrote: > http://bugzilla.kernel.org/show_bug.cgi?id=9884 > > Summary: using the attached config hangs the kernel at boot > Product: Power Management > Version: 2.5 > KernelVersion: linux-2.6.24-git13 > Platform: All > OS/Version: Linux > Tree: Mainline > Status: NEW > Severity: blocking > Priority: P1 > Component: Other > AssignedTo: power-management_other@kernel-bugs.osdl.org > ReportedBy: plamen.petrov@tk.ru.acad.bg > > > Latest working kernel version: linux-2.6.24-git9 > Earliest failing kernel version: linux-2.6.24-git13 > Distribution: Bluewhite64 12 > Hardware Environment: Sempron 3200+, nForce 450 chipset, 512MB RAM > Software Environment: > Problem Description: kernel hangs at boot > > Steps to reproduce: use linux-2.6.24-git13 with attached config; > (not sure if it is related, but with git9 the nforce NIC appeared to use > PCIe/MSI) hm, I haven't seen that PCIEASPM crash before. I think Greg's going to revert the whole lot. Meanwhile, please set CONFIG_PCIEASPM. On Monday, 4 of February 2008, bugme-daemon@bugzilla.kernel.org wrote: > http://bugzilla.kernel.org/show_bug.cgi?id=9884 > > ------- Comment #3 from anonymous@kernel-bugs.osdl.org 2008-02-04 03:58 > ------- > Reply-To: akpm@linux-foundation.org > > On Mon, 4 Feb 2008 03:33:58 -0800 (PST) bugme-daemon@bugzilla.kernel.org > wrote: > > > http://bugzilla.kernel.org/show_bug.cgi?id=9884 > > > > Summary: using the attached config hangs the kernel at boot > > Product: Power Management > > Version: 2.5 > > KernelVersion: linux-2.6.24-git13 > > Platform: All > > OS/Version: Linux > > Tree: Mainline > > Status: NEW > > Severity: blocking > > Priority: P1 > > Component: Other > > AssignedTo: power-management_other@kernel-bugs.osdl.org > > ReportedBy: plamen.petrov@tk.ru.acad.bg > > > > > > Latest working kernel version: linux-2.6.24-git9 > > Earliest failing kernel version: linux-2.6.24-git13 > > Distribution: Bluewhite64 12 > > Hardware Environment: Sempron 3200+, nForce 450 chipset, 512MB RAM > > Software Environment: > > Problem Description: kernel hangs at boot > > > > Steps to reproduce: use linux-2.6.24-git13 with attached config; > > (not sure if it is related, but with git9 the nforce NIC appeared to use > > PCIe/MSI) > > hm, I haven't seen that PCIEASPM crash before. I think Greg's going to > revert the whole lot. I have. In fact, I can reproduce it myself, on the nx6325. > Meanwhile, please set CONFIG_PCIEASPM. Surely unset? Reply-To: akpm@linux-foundation.org On Mon, 4 Feb 2008 13:04:19 +0100 "Rafael J. Wysocki" <rjw@sisk.pl> wrote: > > Meanwhile, please set CONFIG_PCIEASPM. > > Surely unset? Yup. I meant "please set CONFIG_PCIEASPM=n" Currently running the same kernel with CONFIG_PCIEASPM=n. Everything back to normal. |