Re: [PATCH] RISC-V: KVM: Change imsic->vsfile_lock from rwlock_t to raw_spinlock_t

From: Jiakai Xu

Date: Mon Feb 23 2026 - 20:03:06 EST


Hi all,

Just a gentle ping on the patch, sent about three weeks ago.

This fixes a "[BUG: Invalid wait context]" issue observed during
fuzz testing, where vsfile_lock is taken with irqsave in vCPU scheduling
paths that already hold scheduler locks.

Any feedback would be appreciated.

Thanks,
Jiakai