Re: [PATCH] of: overlay: Stop leaking resources on overlay removal

2018-04-26 Thread Jan Kiszka
On 2018-04-26 02:44, Frank Rowand wrote: > On 04/25/18 17:32, Frank Rowand wrote: >> Hi Jan, >> >> On 04/24/18 13:58, Frank Rowand wrote: >>> On 04/24/18 10:50, Jan Kiszka wrote: On 2018-04-24 19:44, Frank Rowand wrote: > On 04/24/18 09:19, Jan Kiszka wrote: >> Only the overlay

Re: [PATCH] of: overlay: Stop leaking resources on overlay removal

2018-04-26 Thread Jan Kiszka
On 2018-04-26 02:44, Frank Rowand wrote: > On 04/25/18 17:32, Frank Rowand wrote: >> Hi Jan, >> >> On 04/24/18 13:58, Frank Rowand wrote: >>> On 04/24/18 10:50, Jan Kiszka wrote: On 2018-04-24 19:44, Frank Rowand wrote: > On 04/24/18 09:19, Jan Kiszka wrote: >> Only the overlay

Re: [PATCH] of: overlay: Stop leaking resources on overlay removal

2018-04-25 Thread Frank Rowand
On 04/25/18 17:32, Frank Rowand wrote: > Hi Jan, > > On 04/24/18 13:58, Frank Rowand wrote: >> On 04/24/18 10:50, Jan Kiszka wrote: >>> On 2018-04-24 19:44, Frank Rowand wrote: On 04/24/18 09:19, Jan Kiszka wrote: > Only the overlay notifier callbacks have a chance to potentially get

Re: [PATCH] of: overlay: Stop leaking resources on overlay removal

2018-04-25 Thread Frank Rowand
On 04/25/18 17:32, Frank Rowand wrote: > Hi Jan, > > On 04/24/18 13:58, Frank Rowand wrote: >> On 04/24/18 10:50, Jan Kiszka wrote: >>> On 2018-04-24 19:44, Frank Rowand wrote: On 04/24/18 09:19, Jan Kiszka wrote: > Only the overlay notifier callbacks have a chance to potentially get

Re: [PATCH] of: overlay: Stop leaking resources on overlay removal

2018-04-25 Thread Frank Rowand
Hi Jan, On 04/24/18 13:58, Frank Rowand wrote: > On 04/24/18 10:50, Jan Kiszka wrote: >> On 2018-04-24 19:44, Frank Rowand wrote: >>> On 04/24/18 09:19, Jan Kiszka wrote: Only the overlay notifier callbacks have a chance to potentially get hold of references to those two resources, but

Re: [PATCH] of: overlay: Stop leaking resources on overlay removal

2018-04-25 Thread Frank Rowand
Hi Jan, On 04/24/18 13:58, Frank Rowand wrote: > On 04/24/18 10:50, Jan Kiszka wrote: >> On 2018-04-24 19:44, Frank Rowand wrote: >>> On 04/24/18 09:19, Jan Kiszka wrote: Only the overlay notifier callbacks have a chance to potentially get hold of references to those two resources, but

Re: [PATCH] of: overlay: Stop leaking resources on overlay removal

2018-04-24 Thread Frank Rowand
On 04/24/18 10:50, Jan Kiszka wrote: > On 2018-04-24 19:44, Frank Rowand wrote: >> On 04/24/18 09:19, Jan Kiszka wrote: >>> Only the overlay notifier callbacks have a chance to potentially get >>> hold of references to those two resources, but they do not store them. >>> So it is safe to stop the

Re: [PATCH] of: overlay: Stop leaking resources on overlay removal

2018-04-24 Thread Frank Rowand
On 04/24/18 10:50, Jan Kiszka wrote: > On 2018-04-24 19:44, Frank Rowand wrote: >> On 04/24/18 09:19, Jan Kiszka wrote: >>> Only the overlay notifier callbacks have a chance to potentially get >>> hold of references to those two resources, but they do not store them. >>> So it is safe to stop the

Re: [PATCH] of: overlay: Stop leaking resources on overlay removal

2018-04-24 Thread Jan Kiszka
On 2018-04-24 19:44, Frank Rowand wrote: > On 04/24/18 09:19, Jan Kiszka wrote: >> Only the overlay notifier callbacks have a chance to potentially get >> hold of references to those two resources, but they do not store them. >> So it is safe to stop the intentional leaking. >> >> See also

Re: [PATCH] of: overlay: Stop leaking resources on overlay removal

2018-04-24 Thread Jan Kiszka
On 2018-04-24 19:44, Frank Rowand wrote: > On 04/24/18 09:19, Jan Kiszka wrote: >> Only the overlay notifier callbacks have a chance to potentially get >> hold of references to those two resources, but they do not store them. >> So it is safe to stop the intentional leaking. >> >> See also

Re: [PATCH] of: overlay: Stop leaking resources on overlay removal

2018-04-24 Thread Frank Rowand
On 04/24/18 09:19, Jan Kiszka wrote: > Only the overlay notifier callbacks have a chance to potentially get > hold of references to those two resources, but they do not store them. > So it is safe to stop the intentional leaking. > > See also https://lkml.org/lkml/2018/4/23/1063 and following. >

Re: [PATCH] of: overlay: Stop leaking resources on overlay removal

2018-04-24 Thread Frank Rowand
On 04/24/18 09:19, Jan Kiszka wrote: > Only the overlay notifier callbacks have a chance to potentially get > hold of references to those two resources, but they do not store them. > So it is safe to stop the intentional leaking. > > See also https://lkml.org/lkml/2018/4/23/1063 and following. >

[PATCH] of: overlay: Stop leaking resources on overlay removal

2018-04-24 Thread Jan Kiszka
Only the overlay notifier callbacks have a chance to potentially get hold of references to those two resources, but they do not store them. So it is safe to stop the intentional leaking. See also https://lkml.org/lkml/2018/4/23/1063 and following. Signed-off-by: Jan Kiszka

[PATCH] of: overlay: Stop leaking resources on overlay removal

2018-04-24 Thread Jan Kiszka
Only the overlay notifier callbacks have a chance to potentially get hold of references to those two resources, but they do not store them. So it is safe to stop the intentional leaking. See also https://lkml.org/lkml/2018/4/23/1063 and following. Signed-off-by: Jan Kiszka --- Ideally, we sort