]> git.baikalelectronics.ru Git - kernel.git/commit
usbip: Fix USB device hang due to wrong enabling of scatter-gather
authorYuyang Du <yuyang.du@intel.com>
Thu, 30 Nov 2017 02:22:40 +0000 (10:22 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 Nov 2017 16:40:01 +0000 (16:40 +0000)
commitfd3ca6a5bd4025e2d32b9eee469a6bd15bf9e38a
treee45e1eefcff7a2ec281962c3c993c2c8e709ac42
parent5fc98e544255ca7727cab787c66efa29c5f57715
usbip: Fix USB device hang due to wrong enabling of scatter-gather

The previous USB3 SuperSpeed enabling patches mistakenly enabled
URB scatter-gather chaining, which is actually not supported by
the VHCI HCD. This patch fixes that.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=197867
Fixes: e5a4e7b4929a43e ("usbip: vhci-hcd: Set the vhci structure up to work")
Reported-by: Juan Zea <juan.zea@qindel.com>
Signed-off-by: Yuyang Du <yuyang.du@intel.com>
Cc: stable <stable@vger.kernel.org>
Acked-by: Shuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/usbip/vhci_hcd.c