mbox series

[0/2] xhci fixes for usb-linus

Message ID 1535725483-27051-1-git-send-email-mathias.nyman@linux.intel.com (mailing list archive)
Headers show
Series xhci fixes for usb-linus | expand

Message

Mathias Nyman Aug. 31, 2018, 2:24 p.m. UTC
Hi Greg

A couple of xhci fixes, one finding all quirks for platform xhci devices,
and another fixing use-after-free case if stale URBs are cancelled on
already re-allocated endpoints.

-Mathias

Anurag Kumar Vulisha (1):
  usb: host: xhci-plat: Iterate over parent nodes for finding quirks

Mathias Nyman (1):
  xhci: Fix use after free for URB cancellation on a reallocated
    endpoint

 drivers/usb/host/xhci-plat.c | 27 ++++++++++++++++-----------
 drivers/usb/host/xhci.c      | 30 ++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+), 11 deletions(-)