Re: [PATCH v8 09/19] sched: Introduce task_struct::user_cpus_ptr to track requested affinity
From: Valentin Schneider <hidden>
Date: 2021-06-04 17:12:11
Also in:
linux-arm-kernel, lkml
From: Valentin Schneider <hidden>
Date: 2021-06-04 17:12:11
Also in:
linux-arm-kernel, lkml
On 02/06/21 17:47, Will Deacon wrote:
In preparation for saving and restoring the user-requested CPU affinity mask of a task, add a new cpumask_t pointer to 'struct task_struct'. If the pointer is non-NULL, then the mask is copied across fork() and freed on task exit. Signed-off-by: Will Deacon <will@kernel.org>
Reviewed-by: Valentin Schneider <redacted>