]> www.infradead.org Git - users/jedix/linux-maple.git/commit
riscv: KVM: Fix hart suspend status check
authorAndrew Jones <ajones@ventanamicro.com>
Mon, 17 Feb 2025 08:45:08 +0000 (09:45 +0100)
committerAnup Patel <anup@brainfault.org>
Mon, 17 Feb 2025 10:58:27 +0000 (16:28 +0530)
commitc7db342e3b4744688be1e27e31254c1d31a35274
tree24d628645d9d4d1a69677177a52616dc0f8ac8a2
parent0ad2507d5d93f39619fc42372c347d6006b64319
riscv: KVM: Fix hart suspend status check

"Not stopped" means started or suspended so we need to check for
a single state in order to have a chance to check for each state.
Also, we need to use target_vcpu when checking for the suspend
state.

Fixes: 763c8bed8c05 ("RISC-V: KVM: Implement SBI HSM suspend call")
Signed-off-by: Andrew Jones <ajones@ventanamicro.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
Link: https://lore.kernel.org/r/20250217084506.18763-8-ajones@ventanamicro.com
Signed-off-by: Anup Patel <anup@brainfault.org>
arch/riscv/kvm/vcpu_sbi_hsm.c