Re: [PATCH -tip 24/32] sched: Release references to the per-task cookie on exit

2020-11-25 Thread Peter Zijlstra
On Tue, Nov 17, 2020 at 06:19:54PM -0500, Joel Fernandes (Google) wrote: > During exit, we have to free the references to a cookie that might be shared > by > many tasks. This commit therefore ensures when the task_struct is released, > any > references to cookies that it holds are also released.

[PATCH -tip 24/32] sched: Release references to the per-task cookie on exit

2020-11-17 Thread Joel Fernandes (Google)
During exit, we have to free the references to a cookie that might be shared by many tasks. This commit therefore ensures when the task_struct is released, any references to cookies that it holds are also released. Reviewed-by: Chris Hyser Tested-by: Julien Desfossez Signed-off-by: Joel Fernande