]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge tag 'kvmarm-fixes-7.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 5 Jun 2026 16:54:37 +0000 (18:54 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 5 Jun 2026 16:54:37 +0000 (18:54 +0200)
KVM/arm64 fixes for 7.1, take #5

- Correctly drop the ITS translation cache reference when it actually
  gets invalidated

- Take the SRCU lock for SW page table walks

- Restore POR_EL0 access to host EL0, avoiding POR_EL0 becoming
  inaccessible from EL0 after running a guest

- Reassign nested_mmus array behind mmu_lock, ensuring that vcpu init
  and MMU notifiers are mutually exclusive

- Correctly handle FEAT_XNX at stage-2


Trivial merge