https://github.com/torvalds/linux
Revision 04333393b930370db0cc29fdf0dbbd08ecd43337 authored by James Bottomley on 26 December 2005, 15:58:49 UTC, committed by Linus Torvalds on 26 December 2005, 18:17:43 UTC
The oops is characteristic of the underlying device being removed from
visibility before the class device, and sure enough we do device_del()
before transport_unregister() in the scsi_target_reap() routines.  I've
no idea why this is suddenly showing up, since the code has been in
there since that function was first invented.  However, I've confirmed
this fixes Andrew Vasquez's boot oops.

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent f89f594
History
Tip revision: 04333393b930370db0cc29fdf0dbbd08ecd43337 authored by James Bottomley on 26 December 2005, 15:58:49 UTC
[PATCH] Fix Fibre Channel boot oops
Tip revision: 0433339
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 391 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.5 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 63.8 KB
Makefile -rw-r--r-- 42.8 KB
README -rw-r--r-- 14.7 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top