Bug 9948
Summary: | [BUG] 2.6.25-rc1-git1 softlockup while bootup on powerpc | ||
---|---|---|---|
Product: | IO/Storage | Reporter: | Rafael J. Wysocki (rjw) |
Component: | Block Layer | Assignee: | Jens Axboe (axboe) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | axboe, kamalesh |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.25-rc1-git1 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 9832 | ||
Attachments: |
Print some debug info on process exit
Add parallel hlist for tree browsing |
Description
Rafael J. Wysocki
2008-02-13 05:00:40 UTC
References : http://lkml.org/lkml/2008/2/16/10 Handled-By : Jens Axboe <jens.axboe@oracle.com> The softlockup is seen from 2.6.25-rc1-git{1,3} and is visible in the 2.6.24-rc2 kernel, While booting up with the 2.6.25-rc1-git{1,3} and 2.6.25-rc2 kernel(s) on the powerbox. I'm assuming you meant 'is visible in the 2.6.25-rc2 kernel', correct? I'll supply a debug patch for you to try, so we can gather some more info. Created attachment 14887 [details]
Print some debug info on process exit
Please try with this applied - perhaps the printks will make the problem go away, we'll see.
Created attachment 14890 [details]
Add parallel hlist for tree browsing
This should fix the issue seen.
(In reply to comment #6) > Created an attachment (id=14890) [details] > Add parallel hlist for tree browsing > > This should fix the issue seen. > This patch fixes the bootup panic issue. |