Bug 5265
Summary: | oops when disconnecting usb-storage device | ||
---|---|---|---|
Product: | Drivers | Reporter: | Greg Kroah-Hartman (greg) |
Component: | USB | Assignee: | Matthew Dharm (mdharm-usb) |
Status: | RESOLVED CODE_FIX | ||
Severity: | high | CC: | rjenster, stern |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.14-rc1 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 5089 | ||
Attachments: |
Full oops with sysfs and driver core debug messages
Fix SCSI device removal SCSI error handler exit patch |
Description
Greg Kroah-Hartman
2005-09-15 11:58:24 UTC
Created attachment 6033 [details]
Full oops with sysfs and driver core debug messages
Here's the full oops, with sysfs and driver core and usb core debug messages
enabled. I'll enable usb-storage debug if you think it would help out any...
Created attachment 6036 [details] Fix SCSI device removal This is a known problem. I sent a patch for it to James Bottomley at the end of July, but he hasn't applied it yet. If you want to read the patch comment, it's http://marc.theaimsgroup.com/?l=linux-scsi&m=112238804301664&w=2 The attached patch for 2.6.14-rc1 fixes this problem plus another newly-introduced bug. There's yet a third bug fixed in the next attachment. Created attachment 6037 [details]
SCSI error handler exit patch
When the SCSI error handler was converted to use the kthread library, the
thread-exit code was botched. This fixes it.
*** Bug 5270 has been marked as a duplicate of this bug. *** Fixed now in 2.6.14-rc3 |