Merge tag 'x86-urgent-2025-05-17' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 17 May 2025 15:43:51 +0000 (08:43 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 17 May 2025 15:43:51 +0000 (08:43 -0700)
commit56b2b1fc907d3ec3e9d5c56539758847c596f31f
tree5a08bacf73f78790e8872e4b64f8d5fa4d9c2bfb
parent4bcaa590098cee78b3fbe118df1cfc3e614b3ee0
parent03680913744de17fa49e62b1d8f71bab42b0b721
Merge tag 'x86-urgent-2025-05-17' of git://git./linux/kernel/git/tip/tip

Pull misc x86 fixes from Ingo Molnar:

 - 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

* tag 'x86-urgent-2025-05-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/mm: Remove duplicated word in warning message
  x86/CPU/AMD: Add X86_FEATURE_ZEN6
  x86/sev: Make sure pages are not skipped during kdump
  x86/sev: Do not touch VMSA pages during SNP guest memory kdump
  MAINTAINERS: Update Alexey Makhalov's email address
  x86/sev: Fix operator precedence in GHCB_MSR_VMPL_REQ_LEVEL macro
MAINTAINERS
arch/x86/include/asm/cpufeatures.h
arch/x86/mm/init_32.c