Re: [PATCH] RISC-V: KVM: Serialize IMSIC attributes with vCPU migration
From: Xie Bo
Date: Thu Aug 20 2026 - 23:29:01 EST
Hi Anup,
The issue reported by Sashiko has been addressed in v2 by using
mutex_lock_killable() and returning -EINTR when the lock acquisition is
interrupted.
v2:
https://lore.kernel.org/r/20260810-imsic-attr-race-v2-1-00ed95ad321e@xxxxxxxxxxxxx
Regards,
Xie Bo