Files
linux/drivers/usb/host
Mathias Nyman 71e5a4a747 xhci: Fix list corruption in urb dequeue at host removal
commit 5c82171167 upstream.

xhci driver frees data for all devices, both usb2 and and usb3 the
first time usb_remove_hcd() is called, including td_list and and xhci_ring
structures.

When usb_remove_hcd() is called a second time for the second xhci bus it
will try to dequeue all pending urbs, and touches td_list which is already
freed for that endpoint.

Reported-by: Joe Lawrence <joe.lawrence@stratus.com>
Tested-by: Joe Lawrence <joe.lawrence@stratus.com>
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-02-25 12:01:22 -08:00
..
2013-12-03 10:34:33 -08:00
2015-04-03 19:03:19 +02:00
2014-11-03 15:26:15 -08:00
2013-12-03 10:34:33 -08:00
2015-04-03 19:03:18 +02:00
2013-12-03 10:34:33 -08:00
2015-04-03 19:03:18 +02:00
2015-10-16 23:44:33 -07:00
2015-10-16 23:44:33 -07:00
2015-04-03 19:03:17 +02:00
2015-01-25 21:01:13 +08:00
2015-06-08 14:26:22 -07:00
2013-12-03 10:34:33 -08:00