]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'kvm-x86-fixes-7.2-rc4' of https://github.com/kvm-x86/linux into HEAD
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 15 Jul 2026 10:15:17 +0000 (12:15 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 15 Jul 2026 10:15:17 +0000 (12:15 +0200)
commit37694e5dd02c38791092c222ef4acf96a958f8f4
tree538d443ffba81ce8e08cd65ed40bc8d34df4bf4f
parent15f8ba7806f03bf6c9512fc23a7f24f6d76585cb
parent9c66085e6dcfb44b70970aa4e323003fc7f2b738
Merge tag 'kvm-x86-fixes-7.2-rc4' of https://github.com/kvm-x86/linux into HEAD

KVM x86 fixes for 7.2-rcN

 - Fix a bug where KVM will trigger a UAF if updating IOMMU IRTEs fails when
   registering an IRQ-bypass producer.

 - Ignore pending PV EOI instead of BUG()ing the host if the feature was
   disabled by the guest.

 - Fix nVMX bugs where KVM would run L1 with an L1-controlled CR3 after a
   failed "late" consistency check when KVM is NOT using EPT.

 - Disallow intra-host migration/mirroring of SNP VMs as KVM doesn't yet
   support moving/mirroring SNP state.

 - Fix a TOCTOU bug in KVM's handling of the "trusted" CPUID for TDX guests.

 - Fix a NULL pointer deref in trace_kvm_inj_exception() where a change to the
   core infrastructure missed KVM's unique (ab)use of __print_symbolic().