Re: [PATCH 1/2] Staging: android: binder: Fix memory leak on thread/process exit

2012-10-22 Thread Greg KH
On Mon, Oct 22, 2012 at 05:58:08PM -0700, Arve Hj?nnev?g wrote: > On Mon, Oct 22, 2012 at 1:00 PM, Greg KH wrote: > > On Tue, Oct 16, 2012 at 03:45:20PM -0700, Arve Hj?nnev?g wrote: > >> On Tue, Oct 16, 2012 at 12:11 AM, Greg KH > >> wrote: > >> > On Mon, Oct 15, 2012 at 05:32:41PM -0700, Arve H

Re: [PATCH 1/2] Staging: android: binder: Fix memory leak on thread/process exit

2012-10-22 Thread Arve Hjønnevåg
On Mon, Oct 22, 2012 at 1:00 PM, Greg KH wrote: > On Tue, Oct 16, 2012 at 03:45:20PM -0700, Arve Hjønnevåg wrote: >> On Tue, Oct 16, 2012 at 12:11 AM, Greg KH wrote: >> > On Mon, Oct 15, 2012 at 05:32:41PM -0700, Arve Hjønnevåg wrote: >> >> If a thread or process exited while a reply, one-way tra

Re: [PATCH 1/2] Staging: android: binder: Fix memory leak on thread/process exit

2012-10-22 Thread Greg KH
On Tue, Oct 16, 2012 at 03:45:20PM -0700, Arve Hjønnevåg wrote: > On Tue, Oct 16, 2012 at 12:11 AM, Greg KH wrote: > > On Mon, Oct 15, 2012 at 05:32:41PM -0700, Arve Hjønnevåg wrote: > >> If a thread or process exited while a reply, one-way transaction or > >> death notification was pending, the s

Re: [PATCH 1/2] Staging: android: binder: Fix memory leak on thread/process exit

2012-10-16 Thread Arve Hjønnevåg
On Tue, Oct 16, 2012 at 12:11 AM, Greg KH wrote: > On Mon, Oct 15, 2012 at 05:32:41PM -0700, Arve Hjønnevåg wrote: >> If a thread or process exited while a reply, one-way transaction or >> death notification was pending, the struct holding the pending work >> was leaked. >> >> Change-Id: I2eaafaba

Re: [PATCH 1/2] Staging: android: binder: Fix memory leak on thread/process exit

2012-10-16 Thread Greg KH
On Mon, Oct 15, 2012 at 05:32:41PM -0700, Arve Hjønnevåg wrote: > If a thread or process exited while a reply, one-way transaction or > death notification was pending, the struct holding the pending work > was leaked. > > Change-Id: I2eaafaba1c0ecda3ec0872d449dc16d0721c21e7 What is this field? P

[PATCH 1/2] Staging: android: binder: Fix memory leak on thread/process exit

2012-10-15 Thread Arve Hjønnevåg
If a thread or process exited while a reply, one-way transaction or death notification was pending, the struct holding the pending work was leaked. Change-Id: I2eaafaba1c0ecda3ec0872d449dc16d0721c21e7 Signed-off-by: Arve Hjønnevåg --- drivers/staging/android/binder.c | 28 +