Re: [PATCH v8 4/7] sched: Introduce affinity_context structure

From: Waiman Long
Date: Thu Sep 08 2022 - 22:04:44 EST


On 9/8/22 15:41, Waiman Long wrote:
Introduce a new affinity_context structure for passing cpu affinity information
around in core scheduler code. The relevant functions are modified to use
the new structure. There is no functional change.

Suggested-by: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
Signed-off-by: Waiman Long <longman@xxxxxxxxxx>

Sorry, this patch has build problem with non-SMP configs as reported by kernel test robot. Will fix that in the next version.

Cheers,
Longman