diff options
| author | Eric Lescouet <[email protected]> | 2010-04-24 00:55:24 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2010-04-30 16:30:10 +0000 |
| commit | d01f42a22ef381ba973958e977209ac9a8667d57 (patch) | |
| tree | 3e6f4736cda22c6be5d5d77ec489b44cfc53f499 /drivers/mtd/lpddr/lpddr_cmds.c | |
| parent | Staging: rtl8192su: add USB ID for 0bda:8171 (diff) | |
| download | kernel-d01f42a22ef381ba973958e977209ac9a8667d57.tar.gz kernel-d01f42a22ef381ba973958e977209ac9a8667d57.zip | |
staging: usbip: Fix deadlock
When detaching a port from the client side (usbip --detach 0),
the event thread, on the server side, is going to deadlock.
The "eh" server thread is getting USBIP_EH_RESET event and calls:
-> stub_device_reset() -> usb_reset_device()
the USB framework is then calling back _in the same "eh" thread_ :
-> stub_disconnect() -> usbip_stop_eh() -> wait_for_completion()
the "eh" thread is being asleep forever, waiting for its own completion.
This patch checks if "eh" is the current thread, in usbip_stop_eh().
Signed-off-by: Eric Lescouet <[email protected]>
Cc: stable <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/mtd/lpddr/lpddr_cmds.c')
0 files changed, 0 insertions, 0 deletions
