Bug 5998
Summary: | oops on mount "kernel access of bad area, sig: 11 [#1]" | ||
---|---|---|---|
Product: | Drivers | Reporter: | john stultz (john.stultz) |
Component: | IEEE1394 | Assignee: | Stefan Richter (stefanr) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | ||
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.15-rc5 | Subsystem: | |
Regression: | --- | Bisected commit-id: |
Description
john stultz
2006-02-02 15:03:42 UTC
My working hypothesis are potential race conditions in sbp2 because sbp2 handles lots of the protocol without waiting for 1394 transactions to be complete. (It does so because most of it runs in hardware interrupt or soft IRQ context.) I am planning to rework this but don't expect fast-paced progress... Early in April, there went a patch into 2.6.17-rcX and 2.6.16.2 which cleaned up the locking regime in sbp2scsi_abort. This _may_ have fixed it. http://marc.theaimsgroup.com/?l=linux-kernel&m=114391907428954 Should you see the problem ever again, please reopen this bug or notify me if you have insufficient permissions to reopen it. |