diff options
author | Johan Hovold <johan@kernel.org> | 2020-12-14 11:30:53 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-12-28 15:47:06 +0100 |
commit | 372c93131998c0622304bed118322d2a04489e63 (patch) | |
tree | 894a4fd7338228e9f269741120e190bda6b6257f /drivers/bus/Makefile | |
parent | usb: chipidea: ci_hdrc_imx: add missing put_device() call in usbmisc_get_init... (diff) | |
download | linux-372c93131998c0622304bed118322d2a04489e63.tar.xz linux-372c93131998c0622304bed118322d2a04489e63.zip |
USB: yurex: fix control-URB timeout handling
Make sure to always cancel the control URB in write() so that it can be
reused after a timeout or spurious CMD_ACK.
Currently any further write requests after a timeout would fail after
triggering a WARN() in usb_submit_urb() when attempting to submit the
already active URB.
Reported-by: syzbot+e87ebe0f7913f71f2ea5@syzkaller.appspotmail.com
Fixes: 6bc235a2e24a ("USB: add driver for Meywa-Denki & Kayac YUREX")
Cc: stable <stable@vger.kernel.org> # 2.6.37
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/bus/Makefile')
0 files changed, 0 insertions, 0 deletions