summaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/Kconfig
diff options
context:
space:
mode:
authorMatthew Dharm2005-07-28 23:45:50 +0200
committerGreg Kroah-Hartman2005-09-09 01:22:55 +0200
commit26186ba77b493204ae0fadc3c88a67b14f22168f (patch)
tree6fc0d50a4d286df33b18f21e0994b09637d0c6c8 /drivers/usb/storage/Kconfig
parent[PATCH] USB Storage: close a race condition in disconnect near probe (diff)
downloadkernel-qcow2-linux-26186ba77b493204ae0fadc3c88a67b14f22168f.tar.gz
kernel-qcow2-linux-26186ba77b493204ae0fadc3c88a67b14f22168f.tar.xz
kernel-qcow2-linux-26186ba77b493204ae0fadc3c88a67b14f22168f.zip
[PATCH] USB Storage: close a race condition in disconnect near queuecommand
This patch started life as as534, and has been re-diffed against the latest tree. usb-storage has a small loophole, a window between the time queuecommand accepts a new command and the time the control thread starts to execute it. If disconnect is called during that window, the driver won't cancel the pending command -- we've been relying on the SCSI core to cancel it for us during host removal. But it's better for usb-storage to cancel it; this avoids races and reduces reliance on the SCSI core. Fortunately cancelling these commands is easy to do; the key is to do it _before_ calling scsi_remove_host. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Matthew Dharm <mdharm-usb@one-eyed-alien.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/storage/Kconfig')
0 files changed, 0 insertions, 0 deletions