diff options
author | Mathias Nyman <mathias.nyman@linux.intel.com> | 2023-01-16 17:22:12 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-01-17 18:37:24 +0300 |
commit | a2bc47c43e70cf904b1af49f76d572326c08bca7 (patch) | |
tree | 66e191f58632b5866665d488301566241f379a99 /drivers/usb/host/xhci.h | |
parent | e8fb5bc76eb86437ab87002d4a36d6da02165654 (diff) | |
download | linux-a2bc47c43e70cf904b1af49f76d572326c08bca7.tar.xz |
xhci: Fix null pointer dereference when host dies
Make sure xhci_free_dev() and xhci_kill_endpoint_urbs() do not race
and cause null pointer dereference when host suddenly dies.
Usb core may call xhci_free_dev() which frees the xhci->devs[slot_id]
virt device at the same time that xhci_kill_endpoint_urbs() tries to
loop through all the device's endpoints, checking if there are any
cancelled urbs left to give back.
hold the xhci spinlock while freeing the virt device
Cc: stable@vger.kernel.org
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Link: https://lore.kernel.org/r/20230116142216.1141605-4-mathias.nyman@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/xhci.h')
0 files changed, 0 insertions, 0 deletions