[GIT PULL] x86 fixes
From: Ingo Molnar
Date: Sat May 17 2025 - 09:32:05 EST
Linus,
Please pull the latest x86/urgent Git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-urgent-2025-05-17
# HEAD: 03680913744de17fa49e62b1d8f71bab42b0b721 x86/mm: Remove duplicated word in warning message
Misc x86 fixes:
- Fix SEV-SNP kdump bugs
- Update the email address of Alexey Makhalov in MAINTAINERS
- Add the CPU feature flag for the Zen6 microarchitecture
- Fix typo in system message
Thanks,
Ingo
------------------>
Alexey Makhalov (1):
MAINTAINERS: Update Alexey Makhalov's email address
Ashish Kalra (2):
x86/sev: Do not touch VMSA pages during SNP guest memory kdump
x86/sev: Make sure pages are not skipped during kdump
Lukas Bulwahn (1):
x86/mm: Remove duplicated word in warning message
Seongman Lee (1):
x86/sev: Fix operator precedence in GHCB_MSR_VMPL_REQ_LEVEL macro
Yazen Ghannam (1):
x86/CPU/AMD: Add X86_FEATURE_ZEN6
MAINTAINERS | 6 +-
arch/x86/coco/sev/core.c | 255 ++++++++++++++++++++++++-------------
arch/x86/include/asm/cpufeatures.h | 2 +-
arch/x86/include/asm/sev-common.h | 2 +-
arch/x86/kernel/cpu/amd.c | 5 +
arch/x86/mm/init_32.c | 2 +-
6 files changed, 176 insertions(+), 96 deletions(-)