Hi Greg A few small patches for usb-next. There's one double free fix here as well that I normally would send to usb-linus, but we're late in the cycle and this issue should be rare. It has been there since 5.6 and requires system to be out of memory, so I thought it can be added this way. Thanks -Mathias Mathias Nyman (3): xhci: Remove unused defines for ERST_SIZE and ERST_ENTRIES xhci: Add adaptive interrupt rate for isoch TRBs with XHCI_AVOID_BEI quirk xhci: handle failed buffer copy to URB sg list and fix a W=1 copiler warning Zhangjiantao (Kirin, nanjing) (1): xhci: solve a double free problem while doing s4 drivers/usb/host/xhci-mem.c | 3 +++ drivers/usb/host/xhci-ring.c | 7 ++++++- drivers/usb/host/xhci.c | 9 +++++++-- drivers/usb/host/xhci.h | 11 +++++++---- 4 files changed, 23 insertions(+), 7 deletions(-) -- 2.25.1