Merge tag 'x86_microcode_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 microcode loader updates from Borislav Petkov: - Fix mixed steppings support on AMD which got broken somewhere along the way - Improve revision reporting - Properly check CPUID capabilities after late microcode upgrade to avoid false positives - A garden variety of other small fixes * tag 'x86_microcode_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/microcode/core: Return an error only when necessary x86/microcode/AMD: Fix mixed steppings support x86/microcode/AMD: Add a @cpu parameter to the reloading functions x86/microcode/amd: Remove load_microcode_amd()'s bsp parameter x86/microcode: Allow only "1" as a late reload trigger value x86/microcode/intel: Print old and new revision during early boot x86/microcode/intel: Pass the microcode revision to print_ucode_info() directly x86/microcode: Adjust late loading result reporting message x86/microcode: Check CPU capabilities after late microcode update correctly x86/microcode: Add a parameter to microcode_check() to store CPU capabilities x86/microcode: Use the DEVICE_ATTR_RO() macro x86/microcode/AMD: Handle multiple glued containers properly x86/microcode/AMD: Rename a couple of functions
No related branches found
No related tags found
Showing
- arch/x86/include/asm/microcode.h 2 additions, 2 deletionsarch/x86/include/asm/microcode.h
- arch/x86/include/asm/microcode_amd.h 2 additions, 2 deletionsarch/x86/include/asm/microcode_amd.h
- arch/x86/include/asm/processor.h 2 additions, 1 deletionarch/x86/include/asm/processor.h
- arch/x86/kernel/cpu/common.c 30 additions, 15 deletionsarch/x86/kernel/cpu/common.c
- arch/x86/kernel/cpu/microcode/amd.c 37 additions, 39 deletionsarch/x86/kernel/cpu/microcode/amd.c
- arch/x86/kernel/cpu/microcode/core.c 26 additions, 19 deletionsarch/x86/kernel/cpu/microcode/core.c
- arch/x86/kernel/cpu/microcode/intel.c 18 additions, 26 deletionsarch/x86/kernel/cpu/microcode/intel.c
Loading
Please register or sign in to comment