-
- Downloads
Merge tag 'x86_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Borislav Petkov: - Start checking for -mindirect-branch-cs-prefix clang support too now that LLVM 16 will support it - Fix a NULL ptr deref when suspending with Xen PV - Have a SEV-SNP guest check explicitly for features enabled by the hypervisor and fail gracefully if some are unsupported by the guest instead of failing in a non-obvious and hard-to-debug way - Fix a MSI descriptor leakage under Xen - Mark Xen's MSI domain as supporting MSI-X - Prevent legacy PIC interrupts from being resent in software by marking them level triggered, as they should be, which lead to a NULL ptr deref * tag 'x86_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/build: Move '-mindirect-branch-cs-prefix' out of GCC-only block acpi: Fix suspend with Xen PV x86/sev: Add SEV-SNP guest feature negotiation support x86/pci/xen: Fixup fallout from the PCI/MSI overhaul x86/pci/xen: Set MSI_FLAG_PCI_MSIX support in Xen MSI domain x86/i8259: Mark legacy PIC interrupts with IRQ_LEVEL
Showing
- Documentation/x86/amd-memory-encryption.rst 36 additions, 0 deletionsDocumentation/x86/amd-memory-encryption.rst
- arch/x86/Makefile 1 addition, 1 deletionarch/x86/Makefile
- arch/x86/boot/compressed/ident_map_64.c 6 additions, 0 deletionsarch/x86/boot/compressed/ident_map_64.c
- arch/x86/boot/compressed/misc.h 2 additions, 0 deletionsarch/x86/boot/compressed/misc.h
- arch/x86/boot/compressed/sev.c 70 additions, 0 deletionsarch/x86/boot/compressed/sev.c
- arch/x86/include/asm/acpi.h 8 additions, 0 deletionsarch/x86/include/asm/acpi.h
- arch/x86/include/asm/msr-index.h 20 additions, 0 deletionsarch/x86/include/asm/msr-index.h
- arch/x86/include/uapi/asm/svm.h 6 additions, 0 deletionsarch/x86/include/uapi/asm/svm.h
- arch/x86/kernel/i8259.c 1 addition, 0 deletionsarch/x86/kernel/i8259.c
- arch/x86/kernel/irqinit.c 3 additions, 1 deletionarch/x86/kernel/irqinit.c
- arch/x86/pci/xen.c 2 additions, 0 deletionsarch/x86/pci/xen.c
- drivers/acpi/sleep.c 5 additions, 1 deletiondrivers/acpi/sleep.c
Loading
Please register or sign in to comment