KVM: arm64: Ignore HCR_EL2.FIEN set by L1 guest's EL2
authorMarc Zyngier <maz@kernel.org>
Sun, 17 Aug 2025 20:21:55 +0000 (21:21 +0100)
committerOliver Upton <oliver.upton@linux.dev>
Thu, 21 Aug 2025 23:28:46 +0000 (16:28 -0700)
commit9049fb1227a2d1ab8515788c8553232966380248
tree6fd471a4bf4f8caec117e5b1bada37528f181274
parentd7b3e23f945b36aec3938e5ea954bc125f38562e
KVM: arm64: Ignore HCR_EL2.FIEN set by L1 guest's EL2

An EL2 guest can set HCR_EL2.FIEN, which gives access to the RASv1p1
fault injection mechanism. This would allow an EL1 guest to inject
error records into the system, which does sound like a terrible idea.

Prevent this situation by added FIEN to the list of bits we silently
exclude from being inserted into the host configuration.

Signed-off-by: Marc Zyngier <maz@kernel.org>
Reviewed-by: Joey Gouly <joey.gouly@arm.com>
Link: https://lore.kernel.org/r/20250817202158.395078-4-maz@kernel.org
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
arch/arm64/kvm/hyp/vhe/switch.c