Message ID | 20200810022510.6516-1-peter.chen@nxp.com (mailing list archive) |
---|---|
Headers | show |
Series | USB: UDC: Fix memory leaks by expanding the API | expand |
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@linuxfoundation.org>
> 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@linuxfoundation.org> Thanks, Greg. The latest revision is at: https://www.spinics.net/lists/linux-usb/msg199291.html Peter