diff options
author | 2021-03-19 02:31:24 -0700 | |
---|---|---|
committer | 2021-03-23 13:01:11 +0100 | |
commit | 02fa4b980245087a04ea34ae7541ebdc56a5daa4 (patch) | |
tree | 0b3dccb3c7393032b1da172af1c009aebb28285e /include/linux/usb.h | |
parent | USB: xhci: drop workaround for forced irq threading (diff) | |
download | wireguard-linux-02fa4b980245087a04ea34ae7541ebdc56a5daa4.tar.xz wireguard-linux-02fa4b980245087a04ea34ae7541ebdc56a5daa4.zip |
usb: dwc3: gadget: Avoid continuing preparing TRBs during teardown
Add checks similar to dwc3_gadget_ep_queue() before kicking off
transfers after getting an endpoint completion event. Since cleaning
up completed requests will momentarily unlock dwc->lock, there is a
chance for a sequence like pullup disable to be executed. This can
lead to preparing a TRB, which will be removed by the pullup disable
routine.
Signed-off-by: Wesley Cheng <wcheng@codeaurora.org>
Link: https://lore.kernel.org/r/1616146285-19149-2-git-send-email-wcheng@codeaurora.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/usb.h')
0 files changed, 0 insertions, 0 deletions