From acd2a847e7fee7df11817f67dba75a2802793e5d Mon Sep 17 00:00:00 2001 From: Jiri Kosina Date: Sat, 20 Oct 2007 00:05:19 +0200 Subject: [PATCH] USB: usbserial - fix potential deadlock between write() and IRQ 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 Acked-by: Larry Finger Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed