Merge tag 'x86_urgent_for_v6.5_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Borislav Petkov: - Do not parse the confidential computing blob on non-AMD hardware as it leads to an EFI config table ending up unmapped - Use the correct segment selector in the 32-bit version of getcpu() in the vDSO - Make sure vDSO and VVAR regions are placed in the 47-bit VA range even on 5-level paging systems - Add models 0x90-0x91 to the range of AMD Zenbleed-affected CPUs * tag 'x86_urgent_for_v6.5_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/cpu/amd: Enable Zenbleed fix for AMD Custom APU 0405 x86/mm: Fix VDSO and VVAR placement on 5-level paging machines x86/linkage: Fix typo of BUILD_VDSO in asm/linkage.h x86/vdso: Choose the right GDT_ENTRY_CPUNODE for 32-bit getcpu() on 64-bit kernel x86/sev: Do not try to parse for the CC blob on non-AMD hardware
No related branches found
No related tags found
Showing
- arch/x86/boot/compressed/idt_64.c 8 additions, 1 deletionarch/x86/boot/compressed/idt_64.c
- arch/x86/boot/compressed/sev.c 35 additions, 2 deletionsarch/x86/boot/compressed/sev.c
- arch/x86/entry/vdso/vma.c 2 additions, 2 deletionsarch/x86/entry/vdso/vma.c
- arch/x86/include/asm/linkage.h 1 addition, 1 deletionarch/x86/include/asm/linkage.h
- arch/x86/include/asm/segment.h 1 addition, 1 deletionarch/x86/include/asm/segment.h
- arch/x86/kernel/cpu/amd.c 1 addition, 0 deletionsarch/x86/kernel/cpu/amd.c
Loading
Please register or sign in to comment