]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
KVM: arm64: Set IL for nested SError injection
authorFuad Tabba <tabba@google.com>
Thu, 18 Jun 2026 12:16:42 +0000 (13:16 +0100)
committerMarc Zyngier <maz@kernel.org>
Mon, 22 Jun 2026 09:44:08 +0000 (10:44 +0100)
commita69412287a33c931dca9e48d30c0dbf8cde0ffe6
treef58ec18aace4d03fb5efa59972cb38e20334c71e
parent7514f1785d526207af8512cc6ccb1c35c5c61767
KVM: arm64: Set IL for nested SError injection

kvm_inject_nested_serror() constructs an SError syndrome without IL.
The architecture mandates IL=1 for SError unconditionally.

Fixes: 77ee70a07357 ("KVM: arm64: nv: Honor SError exception routing / masking")
Signed-off-by: Fuad Tabba <tabba@google.com>
Link: https://patch.msgid.link/20260618121643.4105064-7-tabba@google.com
Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/kvm/emulate-nested.c