]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'kvmarm-fixes-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 15 Jul 2026 10:13:30 +0000 (12:13 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 15 Jul 2026 10:13:30 +0000 (12:13 +0200)
commit15f8ba7806f03bf6c9512fc23a7f24f6d76585cb
treec745b2efc5651897106345232729cbb0faf420ed
parent5b0d0464f640333c15e94f6f32f9bf246c3fc979
parent8d187d4b33c262c0f3e44842553521151d8629e8
Merge tag 'kvmarm-fixes-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD

KVM/arm64 fixes for 7.2, take #2

- Move locking for kvm_io_bus_get_dev() into the caller, ensuring
  race-free checks that the returned object is of the correct type

- Fix initialisation of the page-table walk level when relaxing
  permissions

- Correctly update the XN attribute when relaxing permissions

- Fix the sign extension of loads from emulated MMIO regions

- Assorted collection of fixes for pKVM's FFA proxy, together with a
  couple of FFA driver adjustments
arch/arm64/kvm/hyp/pgtable.c
arch/arm64/kvm/vgic/vgic-its.c
drivers/firmware/arm_ffa/driver.c
include/linux/arm_ffa.h
tools/testing/selftests/kvm/Makefile.kvm
virt/kvm/kvm_main.c