]> git.ipfire.org Git - thirdparty/linux.git/commit
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)
commit7ec0360122d8f5033177ed0210d5ad71ec5b50c7
tree59dbc9485582ccbaa987471af20e8dd85a8dd420
parentbd2e19cf8f3028620428c698f6783de5306a6342
parent17f073f78fc43280891ecde8f8ec3f84f98bb37c
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