commit | 438957f8d4a84daa7fa5be6978ad5897a2e9e5e5 | [log] [tgz] |
---|---|---|
author | Bart Westgeest <bart@elbrys.com> | Tue Nov 01 15:01:28 2011 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Sat Nov 26 17:37:38 2011 -0800 |
tree | c4a872aae2865395369f1572288cef3ece388c3b | |
parent | caca6a03d365883564885f2c1da3e88dcf65d139 [diff] |
staging: usbip: bugfix for deadlock Interrupts must be disabled prior to calling usb_hcd_unlink_urb_from_ep. If interrupts are not disabled, it can potentially lead to a deadlock. The deadlock is readily reproduceable on a slower (ARM based) device such as the TI Pandaboard. Signed-off-by: Bart Westgeest <bart@elbrys.com> Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>