Hi Greg I saw you already picked the Mediatek xhci patches. Here are a few additional patches I had pending for usb-next but didn't get around to submit before easter. Mostly fixing potential issues found by fuzzer and other tools. Thanks -Mathias Mathias Nyman (4): xhci: check port array allocation was successful before dereferencing it xhci: check control context is valid before dereferencing it. xhci: fix potential array out of bounds with several interrupters xhci: prevent double-fetch of transfer and transfer event TRBs drivers/usb/host/xhci-mem.c | 3 +++ drivers/usb/host/xhci-ring.c | 42 ++++++++++++++++-------------------- drivers/usb/host/xhci.c | 14 +++++++++++- 3 files changed, 35 insertions(+), 24 deletions(-) -- 2.25.1