summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAaron Ma <aaron.ma@canonical.com>2018-11-09 17:21:20 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-12-01 09:42:59 +0100
commit2ecab0857ab03cd74bfeeb8946323cf737b12280 (patch)
treef4e81f20938f3d221f7ef65111284e6e4cd25e76 /include
parentb008f3b25588868a89e9e4562b4dc641d1032553 (diff)
usb: xhci: fix uninitialized completion when USB3 port got wrong status
commit 958c0bd86075d4ef1c936998deefe1947e539240 upstream. Realtek USB3.0 Card Reader [0bda:0328] reports wrong port status on Cannon lake PCH USB3.1 xHCI [8086:a36d] after resume from S3, after clear port reset it works fine. Since this device is registered on USB3 roothub at boot, when port status reports not superspeed, xhci_get_port_status will call an uninitialized completion in bus_state[0]. Kernel will hang because of NULL pointer. Restrict the USB2 resume status check in USB2 roothub to fix hang issue. Cc: stable@vger.kernel.org Signed-off-by: Aaron Ma <aaron.ma@canonical.com> Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions