Merge tag 'x86_urgent_for_v6.0_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Borislav Petkov: "As usually the case, right after a major release, the tip urgent branches accumulate a couple more fixes than normal. And here is the x86, a bit bigger, urgent pile. - Use the correct CPU capability clearing function on the error path in Intel perf LBR - A CFI fix to ftrace along with a simplification - Adjust handling of zero capacity bit mask for resctrl cache allocation on AMD - A fix to the AMD microcode loader to attempt patch application on every logical thread - A couple of topology fixes to handle CPUID leaf 0x1f enumeration info properly - Drop a -mabi=ms compiler option check as both compilers support it now anyway - A couple of fixes to how the initial, statically allocated FPU buffer state is setup and its interaction with dynamic states at runtime" * tag 'x86_urgent_for_v6.0_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/fpu: Fix copy_xstate_to_uabi() to copy init states correctly perf/x86/intel/lbr: Use setup_clear_cpu_cap() instead of clear_cpu_cap() ftrace,kcfi: Separate ftrace_stub() and ftrace_stub_graph() x86/ftrace: Remove ftrace_epilogue() x86/resctrl: Fix min_cbm_bits for AMD x86/microcode/AMD: Apply the patch early on every logical thread x86/topology: Fix duplicated core ID within a package x86/topology: Fix multiple packages shown on a single-package system hwmon/coretemp: Handle large core ID value x86/Kconfig: Drop check for -mabi=ms for CONFIG_EFI_STUB x86/fpu: Exclude dynamic states from init_fpstate x86/fpu: Fix the init_fpstate size check with the actual size x86/fpu: Configure init_fpstate attributes orderly
Showing
- arch/arm64/kernel/entry-ftrace.S 6 additions, 1 deletionarch/arm64/kernel/entry-ftrace.S
- arch/x86/Kconfig 0 additions, 1 deletionarch/x86/Kconfig
- arch/x86/events/intel/lbr.c 1 addition, 1 deletionarch/x86/events/intel/lbr.c
- arch/x86/kernel/cpu/microcode/amd.c 13 additions, 3 deletionsarch/x86/kernel/cpu/microcode/amd.c
- arch/x86/kernel/cpu/resctrl/core.c 2 additions, 6 deletionsarch/x86/kernel/cpu/resctrl/core.c
- arch/x86/kernel/cpu/topology.c 11 additions, 5 deletionsarch/x86/kernel/cpu/topology.c
- arch/x86/kernel/fpu/init.c 0 additions, 8 deletionsarch/x86/kernel/fpu/init.c
- arch/x86/kernel/fpu/xstate.c 23 additions, 19 deletionsarch/x86/kernel/fpu/xstate.c
- arch/x86/kernel/ftrace_64.S 13 additions, 21 deletionsarch/x86/kernel/ftrace_64.S
- drivers/hwmon/coretemp.c 41 additions, 15 deletionsdrivers/hwmon/coretemp.c
- include/asm-generic/vmlinux.lds.h 12 additions, 6 deletionsinclude/asm-generic/vmlinux.lds.h
Loading
Please register or sign in to comment