]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge tag 'kvmarm-fixes-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 18 Nov 2025 16:38:01 +0000 (17:38 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 18 Nov 2025 16:38:01 +0000 (17:38 +0100)
KVM/arm64 fixes for 6.18, take #3

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


Trivial merge