2021-08-20 00:20:54

by Josh Don

[permalink] [raw]
Subject: Re: [PATCH] sched: Fix Core-wide rq->lock for uninitialized CPUs

Hi Peter,

On Thu, Aug 19, 2021 at 4:09 AM Peter Zijlstra <[email protected]> wrote:
>
> - /* shared state */
> + /* shared state -- careful with sched_core_cpu_deactivate() */

Could also throw these fields into a wrapping struct. Either way seems fine.

Reviewed-by: Josh Don <[email protected]>