Merge tag 'x86_urgent_for_v6.9_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Borislav Petkov: - Fix CPU feature dependencies of GFNI, VAES, and VPCLMULQDQ - Print the correct error code when FRED reports a bad event type - Add a FRED-specific INT80 handler without the special dances that need to happen in the current one - Enable the using-the-default-return-thunk-but-you-should-not warning only on configs which actually enable those special return thunks - Check the proper feature flags when selecting BHI retpoline mitigation * tag 'x86_urgent_for_v6.9_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQ x86/fred: Fix incorrect error code printout in fred_bad_type() x86/fred: Fix INT80 emulation for FRED x86/retpolines: Enable the default thunk warning only on relevant configs x86/bugs: Fix BHI retpoline check
No related branches found
No related tags found
Showing
- arch/x86/entry/common.c 65 additions, 0 deletionsarch/x86/entry/common.c
- arch/x86/entry/entry_fred.c 5 additions, 5 deletionsarch/x86/entry/entry_fred.c
- arch/x86/kernel/cpu/bugs.c 7 additions, 4 deletionsarch/x86/kernel/cpu/bugs.c
- arch/x86/kernel/cpu/cpuid-deps.c 3 additions, 3 deletionsarch/x86/kernel/cpu/cpuid-deps.c
- arch/x86/lib/retpoline.S 7 additions, 0 deletionsarch/x86/lib/retpoline.S
Loading
Please register or sign in to comment