]> git.ipfire.org Git - thirdparty/linux.git/commit
KVM: arm64: nv: Expose FEAT_DF2 to NV-enabled VMs
authorOliver Upton <oliver.upton@linux.dev>
Fri, 12 Sep 2025 21:22:50 +0000 (14:22 -0700)
committerMarc Zyngier <maz@kernel.org>
Fri, 19 Sep 2025 13:01:35 +0000 (14:01 +0100)
commitfac4ee7abe47a078a790ad2a9dd777257a186acc
treeb8c6e71d03a6f32d46a2e6b41a6a14b562869627
parent49da9872a6a6fa943c02448eeae6db5e7f479283
KVM: arm64: nv: Expose FEAT_DF2 to NV-enabled VMs

The supporting infrastructure in KVM's abort injection code was merged a
while ago, but the author (me!) forgot to relax the NV limitation when
FEAT_DF2 got exposed to non-NV VMs. Fix it.

Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/kvm/nested.c