]> Gentwo Git Trees - linux/.git/commit
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 18 Nov 2025 18:02:22 +0000 (10:02 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 18 Nov 2025 18:02:22 +0000 (10:02 -0800)
commit8b690556d8fe074b4f9835075050fba3fb180e93
treec519977a31dfa4645433964bb1e50970a20622fb
parent5bebe8de19264946d398ead4e6c20c229454a552
parent3fa05f96fc08dff5e846c2cc283a249c1bf029a1
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm

Pull kvm fixes from Paolo Bonzini:
 "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"

* tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm:
  KVM: SVM: Fix redundant updates of LBR MSR intercepts
  KVM: arm64: VHE: Compute fgt traps before activating them
  KVM: arm64: Finalize ID registers only once per VM