]> www.infradead.org Git - users/willy/pagecache.git/commit
Merge tag 'x86-urgent-2025-03-08' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 8 Mar 2025 19:29:54 +0000 (09:29 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 8 Mar 2025 19:29:54 +0000 (09:29 -1000)
commitb7c90e3e717abff6fe06445b98be306b732bbd2b
tree4396c6a47c89d7f4329b30baee420169c23a0f87
parent2e51e0ac575c2095da869ea62d406f617550e6ed
parent058a6bec37c6c3b826158f6d26b75de43816a880
Merge tag 'x86-urgent-2025-03-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull more x86 fixes from Ingo Molnar:

 - Add more model IDs to the AMD microcode version check, more people
   are hitting these checks

 - Fix a Xen guest boot warning related to AMD northbridge setup

 - Fix SEV guest bugs related to a recent changes in its locking logic

 - Fix a missing definition of PTRS_PER_PMD that assembly builds can hit

* tag 'x86-urgent-2025-03-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/microcode/AMD: Add some forgotten models to the SHA check
  x86/mm: Define PTRS_PER_PMD for assembly code too
  virt: sev-guest: Move SNP Guest Request data pages handling under snp_cmd_mutex
  virt: sev-guest: Allocate request data dynamically
  x86/amd_nb: Use rdmsr_safe() in amd_get_mmconfig_range()