Commit 7ec0360122d8 for kernel

commit 7ec0360122d8f5033177ed0210d5ad71ec5b50c7
Merge: bd2e19cf8f30 17f073f78fc4
Author: Paolo Bonzini <pbonzini@redhat.com>
Date:   Fri Jun 5 18:54:37 2026 +0200

    Merge tag 'kvmarm-fixes-7.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD

    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