Re: [patch V3 21/66] x86/fpu/regset: Move fpu__read_begin() into regset

From: Borislav Petkov
Date: Mon Jun 21 2021 - 09:27:01 EST


On Fri, Jun 18, 2021 at 04:18:44PM +0200, Thomas Gleixner wrote:
> The function can only be used from the regset get() callbacks safely. So
> there is no reason to have it globaly exposed.

"globally"

>
> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
> ---
> arch/x86/include/asm/fpu/internal.h | 1 -
> arch/x86/kernel/fpu/core.c | 20 --------------------
> arch/x86/kernel/fpu/regset.c | 22 +++++++++++++++++++---
> 3 files changed, 19 insertions(+), 24 deletions(-)

...

> --- a/arch/x86/kernel/fpu/regset.c
> +++ b/arch/x86/kernel/fpu/regset.c
> @@ -28,6 +28,22 @@ int regset_xregset_fpregs_active(struct
> return 0;
> }
>
> +/*
> + * The regset get() functions are invoked from:
> + *
> + * - coredump to dump the current task's fpstate. If the current task
> + * owns the FPU then the memory state has to be synchronized and the
> + * FPU register state preserved. Otherwise fpstate is already in sync.
> + *
> + * - ptrace to dump fpstate of a stopped task, in which case the register
^

"registers"

With that:

Reviewed-by: Borislav Petkov <bp@xxxxxxx>

--
Regards/Gruss,
Boris.

SUSE Software Solutions Germany GmbH, GF: Felix Imendörffer, HRB 36809, AG Nürnberg