Merge tag 'x86-urgent-2023-09-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull misc x86 fixes from Ingo Molnar: - Fix a kexec bug - Fix an UML build bug - Fix a handful of SRSO related bugs - Fix a shadow stacks handling bug & robustify related code * tag 'x86-urgent-2023-09-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/shstk: Add warning for shadow stack double unmap x86/shstk: Remove useless clone error handling x86/shstk: Handle vfork clone failure correctly x86/srso: Fix SBPB enablement for spec_rstack_overflow=off x86/srso: Don't probe microcode in a guest x86/srso: Set CPUID feature bits independently of bug or mitigation status x86/srso: Fix srso_show_state() side effect x86/asm: Fix build of UML with KASAN x86/mm, kexec, ima: Use memblock_free_late() from ima_free_kexec_buffer()
Showing
- arch/x86/include/asm/linkage.h 7 additions, 0 deletionsarch/x86/include/asm/linkage.h
- arch/x86/include/asm/mmu_context.h 1 addition, 2 deletionsarch/x86/include/asm/mmu_context.h
- arch/x86/include/asm/processor.h 0 additions, 2 deletionsarch/x86/include/asm/processor.h
- arch/x86/kernel/cpu/amd.c 9 additions, 19 deletionsarch/x86/kernel/cpu/amd.c
- arch/x86/kernel/cpu/bugs.c 3 additions, 14 deletionsarch/x86/kernel/cpu/bugs.c
- arch/x86/kernel/process.c 0 additions, 7 deletionsarch/x86/kernel/process.c
- arch/x86/kernel/setup.c 2 additions, 6 deletionsarch/x86/kernel/setup.c
- arch/x86/kernel/shstk.c 31 additions, 2 deletionsarch/x86/kernel/shstk.c
- arch/x86/lib/memcpy_64.S 1 addition, 1 deletionarch/x86/lib/memcpy_64.S
- arch/x86/lib/memmove_64.S 1 addition, 1 deletionarch/x86/lib/memmove_64.S
- arch/x86/lib/memset_64.S 1 addition, 1 deletionarch/x86/lib/memset_64.S
Please register or sign in to comment