Files
twx-linux/drivers/usb/serial
Jiri Kosina 70ad1f56fd USB: usbserial - fix potential deadlock between write() and IRQ
patch acd2a847e7 in mainline.

USB: usbserial - fix potential deadlock between write() and IRQ

usb_serial_generic_write() doesn't disable interrupts when taking port->lock,
and could therefore deadlock with usb_serial_generic_read_bulk_callback()
being called from interrupt, taking the same lock. Fix it.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Acked-by: Larry Finger <larry.finger@lwfinger.net>
Cc: Marcin Slusarz <marcin.slusarz@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2007-11-16 09:30:23 -08:00
..
2007-07-12 16:34:37 -07:00
2007-08-22 14:27:43 -07:00
2007-08-22 14:27:43 -07:00