[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251118175819.753688-1-pbonzini@redhat.com>
Date: Tue, 18 Nov 2025 18:58:19 +0100
From: Paolo Bonzini <pbonzini@...hat.com>
To: torvalds@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org,
kvm@...r.kernel.org
Subject: [GIT PULL] KVM changes for Linux 6.18-rc7
Linus,
The following changes since commit 6a23ae0a96a600d1d12557add110e0bb6e32730c:
Linux 6.18-rc6 (2025-11-16 14:25:38 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus
for you to fetch changes up to 3fa05f96fc08dff5e846c2cc283a249c1bf029a1:
KVM: SVM: Fix redundant updates of LBR MSR intercepts (2025-11-18 17:52:20 +0100)
----------------------------------------------------------------
Arm:
- Only adjust the ID registers when no irqchip has been created once
per VM run, instead of doing it once per vcpu, as this otherwise
triggers a pretty bad conbsistency check failure in the sysreg code.
- Make sure the per-vcpu Fine Grain Traps are computed before we load
the system registers on the HW, as we otherwise start running without
anything set until the first preemption of the vcpu.
x86:
- Fix selftests failure on AMD, checking for an optimization that was not
happening anymore.
----------------------------------------------------------------
Alexandru Elisei (1):
KVM: arm64: VHE: Compute fgt traps before activating them
Marc Zyngier (1):
KVM: arm64: Finalize ID registers only once per VM
Paolo Bonzini (1):
Merge tag 'kvmarm-fixes-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Yosry Ahmed (1):
KVM: SVM: Fix redundant updates of LBR MSR intercepts
arch/arm64/kvm/arm.c | 2 +-
arch/arm64/kvm/sys_regs.c | 6 +++++-
arch/x86/kvm/svm/svm.c | 9 ++++++++-
arch/x86/kvm/svm/svm.h | 1 +
4 files changed, 15 insertions(+), 3 deletions(-)
Powered by blists - more mailing lists