diff options
| author | Mathias Nyman <mathias.nyman@linux.intel.com> | 2016-09-07 17:26:33 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-09-24 10:07:41 +0200 |
| commit | 6267a54a24331b4ddee59ebf98c76e92cfed6719 (patch) | |
| tree | 3b2d136cdbd13e22501df33a75c48b65fc9a837d /tools/perf/scripts/python/netdev-times.py | |
| parent | 8aa6a2a34fbb8f7a326c50ffc6738461798b5d77 (diff) | |
xhci: fix null pointer dereference in stop command timeout function
commit bcf42aa60c2832510b9be0f30c090bfd35bb172d upstream.
The stop endpoint command has its own 5 second timeout timer.
If the timeout function is triggered between USB3 and USB2 host
removal it will try to call usb_hc_died(xhci_to_hcd(xhci)->primary_hcd)
the ->primary_hcd will be set to NULL at USB3 hcd removal.
Fix this by first checking if the PCI host is being removed, and
also by using only xhci_to_hcd() as it will always return the primary
hcd.
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions
