Re: [PATCH v10 15/28] x86/arch_prctl: Create ARCH_SET_STATE_ENABLE/ARCH_GET_STATE_ENABLE

From: Bae, Chang Seok
Date: Wed Aug 25 2021 - 12:36:15 EST


On Aug 25, 2021, at 08:54, Bae, Chang Seok <chang.seok.bae@xxxxxxxxx> wrote:
>
> + /*
> + * @state_perm:
> + *
> + * This bitmap indicates the permission for dynamic state
> + * components, which should be the same in a process.

Sorry, with my last minute changes, the text needs update. At least,
s/, which should be the same in a process//

> + *
> + * Always reference group_leader's value via
> + * get_group_dynamic_state_perm() as it readily represents the
> + * process's state permission.
> + */
> + u64 dynamic_state_perm;

Thanks,
Chang