]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'kvmarm-fixes-6.19-1' of https://git.kernel.org/pub/scm/linux/kernel/git...
authorPaolo Bonzini <pbonzini@redhat.com>
Sat, 24 Jan 2026 07:42:14 +0000 (08:42 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 24 Jan 2026 07:42:14 +0000 (08:42 +0100)
commite89f0e9a0a007e8c3afb8ecd739c0b3255422b00
tree6ffcbd0543e900ff3255d7c8dfbbb72c64d38b8d
parent24d479d26b25bce5faea3ddd9fa8f3a6c3129ea7
parent19cffd16ed6489770272ba383ff3aaec077e01ed
Merge tag 'kvmarm-fixes-6.19-1' of https://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD

KVM/arm64 fixes for 6.19

 - Ensure early return semantics are preserved for pKVM fault handlers

 - Fix case where the kernel runs with the guest's PAN value when
   CONFIG_ARM64_PAN is not set

 - Make stage-1 walks to set the access flag respect the access
   permission of the underlying stage-2, when enabled

 - Propagate computed FGT values to the pKVM view of the vCPU at
   vcpu_load()

 - Correctly program PXN and UXN privilege bits for hVHE's stage-1 page
   tables

 - Check that the VM is actually using VGICv3 before accessing the GICv3
   CPU interface

 - Delete some unused code