diff options
| author | Alexey Kuznetsov <[email protected]> | 2009-11-17 22:10:11 +0000 |
|---|---|---|
| committer | James Bottomley <[email protected]> | 2009-11-26 16:04:22 +0000 |
| commit | 4e46bf89972b9d98a9f282a9fed2359756a5e34e (patch) | |
| tree | 7e55e191d74412735f8e9cd96e50dd50f34b9a5e /net/lapb/lapb_in.c | |
| parent | [SCSI] fix async scan add/remove race resulting in an oops (diff) | |
| download | kernel-4e46bf89972b9d98a9f282a9fed2359756a5e34e.tar.gz kernel-4e46bf89972b9d98a9f282a9fed2359756a5e34e.zip | |
[SCSI] fix crash when disconnecting usb storage
__scsi_remove_device() in scsi_forget_host() is executed out of scan_mutex
and races with scsi_destroy_sdev() <- scsi_sysfs_add_devices() <-
scsi_finish_async_scan(). The result is use after free and/or double
free, oops.
The fix is simple, move scsi_forget_host() under scan_mutex.
scsi_forget_host() is just sequence of __scsi_remove_device(). All
another calls of __scsi_remove_device() are made under scan_mutex. So
that it is safe.
Signed-off-by: Alexey Kuznetsov <[email protected]>
Signed-off-by: Denis V. Lunev <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions
