On Mon, Aug 10, 2020 at 10:25:04AM +0800, Peter Chen wrote: > This series expands the UDC API to fix some long-standing memory leaks > in the net2280 and net2272 drivers. And with expanding APIs, it could > manage cdns3 and dwc3 gadget device memory better without the hacks > at UDC core. > > Alan Stern (3): > USB: UDC: Expand device model API interface > USB: UDC: net2280: Fix memory leaks > USB: UDC: net2272: Fix memory leaks > > Peter Chen (3): > usb: cdns3: gadget: fix possible memory leak > usb: dwc3: allocate gadget structure dynamically > Revert "usb: udc: allow adding and removing the same gadget device" > Reviewed-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>