]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
KVM: arm64: nv: Inject a SEA if failed to read the descriptor
authorZenghui Yu (Huawei) <zenghui.yu@linux.dev>
Wed, 25 Feb 2026 17:35:15 +0000 (01:35 +0800)
committerMarc Zyngier <maz@kernel.org>
Thu, 5 Mar 2026 15:46:48 +0000 (15:46 +0000)
commiteb54fa1025f8b520f0e83a807d76e35e4587c5ff
tree3e52152bbe9383cdbbead06404eab38a1293d6ba
parent99a339377f3c1bdf6edd5614d36893ab1806f9e6
KVM: arm64: nv: Inject a SEA if failed to read the descriptor

Failure to read the descriptor (because it is outside of a memslot) should
result in a SEA being injected in the guest.

Suggested-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/86ms1m9lp3.wl-maz@kernel.org
Signed-off-by: Zenghui Yu (Huawei) <zenghui.yu@linux.dev>
Link: https://patch.msgid.link/20260225173515.20490-4-zenghui.yu@linux.dev
Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/kvm/nested.c