diff options
author | Alan Stern <stern@rowland.harvard.edu> | 2016-08-05 15:51:30 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-08-09 13:45:59 (GMT) |
commit | 07d316a22e119fa301fd7dba7f1e1adfd4f72c05 (patch) | |
tree | 12ec0c6092212430b4355d465c540039ca31e342 /mm | |
parent | ca5cbc8b02f9b21cc8cd1ab36668763ec34f9ee8 (diff) | |
download | linux-07d316a22e119fa301fd7dba7f1e1adfd4f72c05.tar.xz |
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 'mm')
0 files changed, 0 insertions, 0 deletions