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@xxxxxxxxxx> Reviewed-by: Valentin Schneider <Valentin.Schneider@xxxxxxx>