Re: [PATCH] drm/scheduler: only kill entity if last user is killed

2018-07-30 Thread Nayan Deshmukh
On Thu, Jul 26, 2018 at 5:16 PM Christian König < ckoenig.leichtzumer...@gmail.com> wrote: > Note which task is using the entity and only kill it if the last user of > the entity is killed. This should prevent problems when entities are > leaked to > child processes. > > Signed-off-by: Christian K

Re: [PATCH] drm/scheduler: only kill entity if last user is killed

2018-07-29 Thread Huang Rui
On Thu, Jul 26, 2018 at 01:45:54PM +0200, Christian König wrote: > Note which task is using the entity and only kill it if the last user of > the entity is killed. This should prevent problems when entities are leaked to > child processes. > > Signed-off-by: Christian König I am not very familia

[PATCH] drm/scheduler: only kill entity if last user is killed

2018-07-26 Thread Christian König
Note which task is using the entity and only kill it if the last user of the entity is killed. This should prevent problems when entities are leaked to child processes. Signed-off-by: Christian König --- drivers/gpu/drm/scheduler/gpu_scheduler.c | 6 +- include/drm/gpu_scheduler.h