mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Sean Christopherson <seanjc@google.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org,
	 Sean Christopherson <seanjc@google.com>
Subject: [GIT PULL] KVM: x86: Fixes for 7.2-rcN
Date: Tue, 14 Jul 2026 11:03:02 -0700	[thread overview]
Message-ID: <20260714180302.3105706-1-seanjc@google.com> (raw)

Please pull x86 fixes for 7.2.  Nothing in here is super urgent, but all of
these are fixes for high-impact bugs (though the ept=n bugs are agruably not
impactful in practice).

Note, the tag is based on v7.2-rc2.

The following changes since commit 8cdeaa50eae8dad34885515f62559ee83e7e8dda:

  Linux 7.2-rc2 (2026-07-05 14:44:06 -1000)

are available in the Git repository at:

  https://github.com/kvm-x86/linux.git tags/kvm-x86-fixes-7.2-rc4

for you to fetch changes up to 9c66085e6dcfb44b70970aa4e323003fc7f2b738:

  KVM: x86: Fix null pointer deref due to dummy array in trace_kvm_inj_exception() (2026-07-13 06:24:36 -0700)

----------------------------------------------------------------
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().

----------------------------------------------------------------
Atish Patra (2):
      KVM: SEV: Do not allow intra-host migration/mirroring of SNP VMs
      KVM: selftests: Verify SNP VMs are rejected from migration and mirroring

Binbin Wu (1):
      KVM: TDX: Reject concurrent change to CPUID entry count

Daniel Paziyski (1):
      KVM: x86: Fix null pointer deref due to dummy array in trace_kvm_inj_exception()

Sean Christopherson (3):
      KVM: x86: Ignore pending PV EOI if the vCPU has since disabled PV EOIs
      KVM: nVMX: Move vTPR vs. TPR Threshold consistency check into "normal" checks
      KVM: nVMX: Don't use vmcs01.GUEST_CR3 to snapshot L1's CR3 when EPT is disabled

leixiang (1):
      KVM: x86: Nullify irqfd->producer if updating IRTE for bypass fails

 arch/x86/kvm/irq.c                                  |  4 +++-
 arch/x86/kvm/lapic.c                                |  8 ++++++--
 arch/x86/kvm/svm/sev.c                              |  6 ++++--
 arch/x86/kvm/trace.h                                |  2 +-
 arch/x86/kvm/vmx/nested.c                           | 87 +++++++++++++++++++++++++++++++++++++--------------------------------------------------
 arch/x86/kvm/vmx/tdx.c                              |  6 +++++-
 arch/x86/kvm/vmx/vmx.h                              |  7 +++++++
 tools/testing/selftests/kvm/x86/sev_migrate_tests.c | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 110 insertions(+), 57 deletions(-)

             reply	other threads:[~2026-07-14 18:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-14 18:03 Sean Christopherson [this message]
2026-07-15 10:15 ` Paolo Bonzini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260714180302.3105706-1-seanjc@google.com \
    --to=seanjc@google.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pbonzini@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome