Merge tag 'x86_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Borislav Petkov: "I hope this is the last batch of x86/urgent updates for this round: - Remove superfluous EFI PGD range checks which lead to those assertions failing with certain kernel configs and LLVM. - Disable setting breakpoints on facilities involved in #DB exception handling to avoid infinite loops. - Add extra serialization to non-serializing MSRs (IA32_TSC_DEADLINE and x2 APIC MSRs) to adhere to SDM's recommendation and avoid any theoretical issues. - Re-add the EPB MSR reading on turbostat so that it works on older kernels which don't have the corresponding EPB sysfs file. - Add Alder Lake to the list of CPUs which support split lock. - Fix %dr6 register handling in order to be able to set watchpoints with gdb again. - Disable CET instrumentation in the kernel so that gcc doesn't add ENDBR64 to kernel code and thus confuse tracing" * tag 'x86_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/efi: Remove EFI PGD build time checks x86/debug: Prevent data breakpoints on cpu_dr7 x86/debug: Prevent data breakpoints on __per_cpu_offset x86/apic: Add extra serialization for non-serializing MSRs tools/power/turbostat: Fallback to an MSR read for EPB x86/split_lock: Enable the split lock feature on another Alder Lake CPU x86/debug: Fix DR6 handling x86/build: Disable CET instrumentation in the kernel
No related branches found
No related tags found
Showing
- Makefile 0 additions, 6 deletionsMakefile
- arch/x86/Makefile 3 additions, 0 deletionsarch/x86/Makefile
- arch/x86/include/asm/apic.h 0 additions, 10 deletionsarch/x86/include/asm/apic.h
- arch/x86/include/asm/barrier.h 18 additions, 0 deletionsarch/x86/include/asm/barrier.h
- arch/x86/kernel/apic/apic.c 4 additions, 0 deletionsarch/x86/kernel/apic/apic.c
- arch/x86/kernel/apic/x2apic_cluster.c 4 additions, 2 deletionsarch/x86/kernel/apic/x2apic_cluster.c
- arch/x86/kernel/apic/x2apic_phys.c 6 additions, 3 deletionsarch/x86/kernel/apic/x2apic_phys.c
- arch/x86/kernel/cpu/intel.c 1 addition, 0 deletionsarch/x86/kernel/cpu/intel.c
- arch/x86/kernel/hw_breakpoint.c 40 additions, 21 deletionsarch/x86/kernel/hw_breakpoint.c
- arch/x86/platform/efi/efi_64.c 0 additions, 19 deletionsarch/x86/platform/efi/efi_64.c
- tools/power/x86/turbostat/turbostat.c 9 additions, 1 deletiontools/power/x86/turbostat/turbostat.c
Loading
Please register or sign in to comment