Re: [PATCH 0/4] USB: sierra: memory-leak fixes for v3.7

2012-11-01 Thread Johan Hovold
On Wed, Oct 24, 2012 at 02:53:01PM -0400, Lennart Sorensen wrote: > On Wed, Oct 24, 2012 at 07:24:15PM +0200, Johan Hovold wrote: > > This is an updated series of fixes rebased on the interface-data memory leak > > discovered by Lennart. > > > > One of the reasons that I missed it was that the int

Re: [PATCH 0/4] USB: sierra: memory-leak fixes for v3.7

2012-10-24 Thread Lennart Sorensen
On Wed, Oct 24, 2012 at 07:24:15PM +0200, Johan Hovold wrote: > This is an updated series of fixes rebased on the interface-data memory leak > discovered by Lennart. > > One of the reasons that I missed it was that the interface data was allocated > in probe rather than attach, which in itself is

Re: [PATCH 0/4] USB: sierra: memory-leak fixes for v3.7

2012-10-24 Thread Dan Williams
On Wed, 2012-10-24 at 19:24 +0200, Johan Hovold wrote: > This is an updated series of fixes rebased on the interface-data memory leak > discovered by Lennart. > > One of the reasons that I missed it was that the interface data was allocated > in probe rather than attach, which in itself is a bug a

[PATCH 0/4] USB: sierra: memory-leak fixes for v3.7

2012-10-24 Thread Johan Hovold
This is an updated series of fixes rebased on the interface-data memory leak discovered by Lennart. One of the reasons that I missed it was that the interface data was allocated in probe rather than attach, which in itself is a bug as the memory would not get released if usb-serial probe failes be