[GIT PULL] x86/fpu changes for v6.3

From: Ingo Molnar
Date: Mon Feb 20 2023 - 08:24:36 EST


Linus,

Please pull the latest x86/fpu git tree from:

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-fpu-2023-02-20

# HEAD: cb3ea4b7671b7cfbac3ee609976b790aebd0bbda x86/fpu: Don't set TIF_NEED_FPU_LOAD for PF_IO_WORKER threads

Updates in this cycle:

- Replace zero-length array in struct xregs_state with flexible-array member,
to help the enabling of stricter compiler checks.

- Don't set TIF_NEED_FPU_LOAD for PF_IO_WORKER threads.

Thanks,

Ingo

------------------>
Gustavo A. R. Silva (1):
x86/fpu: Replace zero-length array in struct xregs_state with flexible-array member

Jens Axboe (1):
x86/fpu: Don't set TIF_NEED_FPU_LOAD for PF_IO_WORKER threads


arch/x86/include/asm/fpu/sched.h | 2 +-
arch/x86/include/asm/fpu/types.h | 2 +-
arch/x86/kernel/fpu/context.h | 2 +-
arch/x86/kernel/fpu/core.c | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)