]> Gentwo Git Trees - linux/.git/commit
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)
commitb82ebaf298643cad497ef8daf263c0652d486eec
tree3e1962da668d09bc748fbb9b3ac55398842243bd
parent6a23ae0a96a600d1d12557add110e0bb6e32730c
parent85592114ffda568b507bc2b04f5e9afbe7c13b62
Merge tag 'kvmarm-fixes-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD

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.