Re: [PATCH v2 1/4] USB: mxu11x0: fix memory leak on usb_serial private data

From: Johan Hovold
Date: Mon Jan 25 2016 - 07:02:30 EST


On Mon, Jan 04, 2016 at 07:49:36PM +0100, Mathieu OTHACEHE wrote:
> On nominal execution, private data allocated on port_probe and attach
> are never freed. Add port_remove and release callbacks to free them
> respectively.
>
> Signed-off-by: Mathieu OTHACEHE <m.othacehe@xxxxxxxxx>

I've applied this one for 4.5-rc2 now.

I want to take a closer look at the last three patches and it seems they
should wait for 4.6 anyway. I did notice that the vendor driver also
sends double START/OPEN commands at open by the way. Perhaps ask Moxa
why that is before we remove them?

Thanks,
Johan