]> git.ipfire.org Git - thirdparty/linux.git/commit
KVM: arm64: Treat vCPU with pending SError as runnable
authorOliver Upton <oliver.upton@linux.dev>
Tue, 8 Jul 2025 17:25:09 +0000 (10:25 -0700)
committerOliver Upton <oliver.upton@linux.dev>
Tue, 8 Jul 2025 17:40:30 +0000 (10:40 -0700)
commitaae35f4ffbf20a09c5a5188ef5ddb3a4b5038df0
tree90fe4f742341a2379a9f5be029117b7f460cce7d
parent1d6fea7663b2d3fc8569cf14c91a49fb9b37067b
KVM: arm64: Treat vCPU with pending SError as runnable

Per R_VRLPB, a pending SError is a WFI wakeup event regardless of
PSTATE.A, meaning that the vCPU is runnable. Sample VSE in addition to
the other IRQ lines.

Reviewed-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20250708172532.1699409-5-oliver.upton@linux.dev
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
arch/arm64/kvm/arm.c