]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge tag 'kvmarm-fixes-6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 24 Feb 2025 18:20:00 +0000 (13:20 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 24 Feb 2025 18:20:00 +0000 (13:20 -0500)
commit4647c822764d7baaa064cf97c43cfad64e953763
tree22e36cfb8bb22d22e8b5d387583b6a63d8ee18ca
parent0ad2507d5d93f39619fc42372c347d6006b64319
parentfa808ed4e199ed17d878eb75b110bda30dd52434
Merge tag 'kvmarm-fixes-6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD

KVM/arm64 fixes for 6.14, take #3

- Fix TCR_EL2 configuration to not use the ASID in TTBR1_EL2
  and not mess-up T1SZ/PS by using the HCR_EL2.E2H==0 layout.

- Bring back the VMID allocation to the vcpu_load phase, ensuring
  that we only setup VTTBR_EL2 once on VHE. This cures an ugly
  race that would lead to running with an unallocated VMID.