Merge tag 'x86_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Borislav Petkov: - Make sure single object builds in arch/x86/virt/ ala make ... arch/x86/virt/vmx/tdx/seamcall.o work again - Do not do ROM range scans and memory validation when the kernel is running as a SEV-SNP guest as those can get problematic and, before that, are not really needed in such a guest - Exclude the build-time generated vdso-image-x32.o object from objtool validation and in particular the return sites in there due to a warning which fires when an unpatched return thunk is being used - Improve the NMI CPUs stall message to show additional information about the state of each CPU wrt the NMI handler - Enable gcc named address spaces support only on !KCSAN configs due to compiler options incompatibility - Revert a change which was trying to use GB pages for mapping regions only when the regions would be large enough but that change lead to kexec failing - A documentation fixlet * tag 'x86_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/build: Use obj-y to descend into arch/x86/virt/ x86/sev: Skip ROM range scans and validation for SEV-SNP guests x86/vdso: Fix rethunk patching for vdso-image-x32.o too x86/nmi: Upgrade NMI backtrace stall checks & messages x86/percpu: Disable named address spaces for KCSAN Revert "x86/mm/ident_map: Use gbpages only where full GB page should be mapped." Documentation/x86: Fix title underline length
No related branches found
No related tags found
Showing
- Documentation/arch/x86/resctrl.rst 1 addition, 1 deletionDocumentation/arch/x86/resctrl.rst
- arch/x86/Kbuild 1 addition, 1 deletionarch/x86/Kbuild
- arch/x86/Kconfig 2 additions, 0 deletionsarch/x86/Kconfig
- arch/x86/Makefile 0 additions, 2 deletionsarch/x86/Makefile
- arch/x86/entry/vdso/Makefile 1 addition, 0 deletionsarch/x86/entry/vdso/Makefile
- arch/x86/include/asm/sev.h 2 additions, 2 deletionsarch/x86/include/asm/sev.h
- arch/x86/include/asm/x86_init.h 2 additions, 1 deletionarch/x86/include/asm/x86_init.h
- arch/x86/kernel/eisa.c 2 additions, 1 deletionarch/x86/kernel/eisa.c
- arch/x86/kernel/nmi.c 14 additions, 10 deletionsarch/x86/kernel/nmi.c
- arch/x86/kernel/probe_roms.c 0 additions, 10 deletionsarch/x86/kernel/probe_roms.c
- arch/x86/kernel/setup.c 1 addition, 2 deletionsarch/x86/kernel/setup.c
- arch/x86/kernel/sev.c 12 additions, 15 deletionsarch/x86/kernel/sev.c
- arch/x86/kernel/x86_init.c 2 additions, 0 deletionsarch/x86/kernel/x86_init.c
- arch/x86/mm/ident_map.c 5 additions, 18 deletionsarch/x86/mm/ident_map.c
- arch/x86/mm/mem_encrypt_amd.c 18 additions, 0 deletionsarch/x86/mm/mem_encrypt_amd.c
- arch/x86/virt/Makefile 1 addition, 1 deletionarch/x86/virt/Makefile
Loading
Please register or sign in to comment