Merge tag 'x86-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Ingo Molnar: - Make the CPU_MITIGATIONS=n interaction with conflicting mitigation-enabling boot parameters a bit saner. - Re-enable CPU mitigations by default on non-x86 - Fix TDX shared bit propagation on mprotect() - Fix potential show_regs() system hang when PKE initialization is not fully finished yet. - Add the 0x10-0x1f model IDs to the Zen5 range - Harden #VC instruction emulation some more * tag 'x86-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: cpu: Ignore "mitigations" kernel parameter if CPU_MITIGATIONS=n cpu: Re-enable CPU mitigations by default for !X86 architectures x86/tdx: Preserve shared bit on mprotect() x86/cpu: Fix check for RDPKRU in __show_regs() x86/CPU/AMD: Add models 0x10-0x1f to the Zen5 range x86/sev: Check for MWAITX and MONITORX opcodes in the #VC handler
No related branches found
No related tags found
Showing
- Documentation/admin-guide/kernel-parameters.txt 3 additions, 0 deletionsDocumentation/admin-guide/kernel-parameters.txt
- arch/Kconfig 8 additions, 0 deletionsarch/Kconfig
- arch/x86/Kconfig 12 additions, 7 deletionsarch/x86/Kconfig
- arch/x86/include/asm/coco.h 1 addition, 0 deletionsarch/x86/include/asm/coco.h
- arch/x86/include/asm/pgtable_types.h 2 additions, 1 deletionarch/x86/include/asm/pgtable_types.h
- arch/x86/kernel/cpu/amd.c 1 addition, 2 deletionsarch/x86/kernel/cpu/amd.c
- arch/x86/kernel/process_64.c 1 addition, 1 deletionarch/x86/kernel/process_64.c
- arch/x86/kernel/sev-shared.c 4 additions, 2 deletionsarch/x86/kernel/sev-shared.c
- include/linux/cpu.h 11 additions, 0 deletionsinclude/linux/cpu.h
- kernel/cpu.c 10 additions, 4 deletionskernel/cpu.c
Loading
Please register or sign in to comment