Merge tag 'x86_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Borislav Petkov: - Make sure 32-bit syscall registers are properly sign-extended - Add detection for AMD's Zen5 generation CPUs and Intel's Clearwater Forest CPU model number - Make a stub function export non-GPL because it is part of the paravirt alternatives and that can be used by non-GPL code * tag 'x86_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/CPU/AMD: Add more models to X86_FEATURE_ZEN5 x86/entry/ia32: Ensure s32 is sign extended to s64 x86/cpu: Add model number for Intel Clearwater Forest processor x86/CPU/AMD: Add X86_FEATURE_ZEN5 x86/paravirt: Make BUG_func() usable by non-GPL modules
Showing
- arch/x86/include/asm/cpufeatures.h 1 addition, 3 deletionsarch/x86/include/asm/cpufeatures.h
- arch/x86/include/asm/intel-family.h 2 additions, 0 deletionsarch/x86/include/asm/intel-family.h
- arch/x86/include/asm/syscall_wrapper.h 21 additions, 4 deletionsarch/x86/include/asm/syscall_wrapper.h
- arch/x86/kernel/alternative.c 1 addition, 1 deletionarch/x86/kernel/alternative.c
- arch/x86/kernel/cpu/amd.c 24 additions, 4 deletionsarch/x86/kernel/cpu/amd.c
- include/linux/syscalls.h 1 addition, 0 deletionsinclude/linux/syscalls.h
Please register or sign in to comment