]> www.infradead.org Git - nvme.git/commit
RISC-V: KVM: Redirect AMO load/store access fault traps to guest
authorYu-Wei Hsu <betterman5240@gmail.com>
Mon, 29 Apr 2024 09:21:13 +0000 (09:21 +0000)
committerAnup Patel <anup@brainfault.org>
Wed, 26 Jun 2024 13:07:41 +0000 (18:37 +0530)
commite325618349cdc1fbbe63574080249730e7cff9ea
tree6d03fc8ca85fa152abd3280befc922baadf5f1a4
parentda7b1b525e972b8c5b16640fa5b2ff2497b5c652
RISC-V: KVM: Redirect AMO load/store access fault traps to guest

The KVM RISC-V does not delegate AMO load/store access fault traps to
VS-mode (hedeleg) so typically M-mode takes these traps and redirects
them back to HS-mode. However, upon returning from M-mode, the KVM
RISC-V running in HS-mode terminates VS-mode software.

The KVM RISC-V should redirect AMO load/store access fault traps back
to VS-mode and let the VS-mode trap handler determine the next steps.

Signed-off-by: Yu-Wei Hsu <betterman5240@gmail.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
Link: https://lore.kernel.org/r/20240429092113.70695-1-betterman5240@gmail.com
Signed-off-by: Anup Patel <anup@brainfault.org>
arch/riscv/kvm/vcpu_exit.c