diff options
author | Alan Stern <stern@rowland.harvard.edu> | 2016-08-05 11:51:30 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-08-09 15:45:59 +0200 |
commit | 07d316a22e119fa301fd7dba7f1e1adfd4f72c05 (patch) | |
tree | 12ec0c6092212430b4355d465c540039ca31e342 /drivers/usb/misc | |
parent | ca5cbc8b02f9b21cc8cd1ab36668763ec34f9ee8 (diff) | |
download | op-kernel-dev-07d316a22e119fa301fd7dba7f1e1adfd4f72c05.zip op-kernel-dev-07d316a22e119fa301fd7dba7f1e1adfd4f72c05.tar.gz |
USB: hub: change the locking in hub_activate
The locking in hub_activate() is not adequate to provide full mutual
exclusion with hub_quiesce(). The subroutine locks the hub's
usb_interface, but the callers of hub_quiesce() (such as
hub_pre_reset() and hub_event()) hold the lock to the hub's
usb_device.
This patch changes hub_activate() to make it acquire the same lock as
those other routines.
Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
CC: <stable@vger.kernel.org> #4.4+
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/misc')
0 files changed, 0 insertions, 0 deletions