Re: [PATCH -tip v2] x86/percpu: Introduce const-qualified const_pcpu_hot

From: Nadav Amit
Date: Sat Oct 21 2023 - 10:41:19 EST




> On Oct 21, 2023, at 5:36 PM, Uros Bizjak <ubizjak@xxxxxxxxx> wrote:
>
> Some variables in pcpu_hot, currently current_task and top_of_stack
> are actually per-thread variables implemented as per-cpu variables
> and thus stable for the duration of the respective task

LGTM!