Re: [PATCH 3/3] mshv: release mutex on region invalidation failure

From: Wei Liu

Date: Thu Dec 18 2025 - 15:01:25 EST


On Tue, Dec 16, 2025 at 02:20:30PM +0000, Anirudh Rayabharam wrote:
> From: Anirudh Rayabharam (Microsoft) <anirudh@xxxxxxxxxxxxx>
>
> In the region invalidation failure path in
> mshv_region_interval_invalidate(), the region mutex is not released. Fix
> it by releasing the mutex in the failure path.
>
> Signed-off-by: Anirudh Rayabharam (Microsoft) <anirudh@xxxxxxxxxxxxx>

I applied this patch to hyperv-fixes.

Wei