[GIT PULL] x86/fpu changes for v6.10
From: Ingo Molnar
Date: Mon May 13 2024 - 03:41:30 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-2024-05-13
# HEAD: af813acf8c06db58c6e21d89d9e45e8cd1512965 x86/fpu: Update fpu_swap_kvm_fpu() uses in comments as well
x86/fpu changes for v6.10:
- Fix asm() constraints & modifiers in restore_fpregs_from_fpstate()
- Update comments
- Robustify the free_vm86() definition
Thanks,
Ingo
------------------>
Ingo Molnar (1):
x86/vm86: Make sure the free_vm86(task) definition uses its parameter even in the !CONFIG_VM86 case
Li RongQing (1):
x86/fpu: Update fpu_swap_kvm_fpu() uses in comments as well
Uros Bizjak (1):
x86/fpu: Fix AMD X86_BUG_FXSAVE_LEAK fixup
arch/x86/include/asm/vm86.h | 2 +-
arch/x86/kernel/fpu/core.c | 4 ++--
arch/x86/kernel/fpu/xstate.c | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)