[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2] migration: Unlock mutex in error case
|
From: |
Peter Xu |
|
Subject: |
Re: [PATCH v2] migration: Unlock mutex in error case |
|
Date: |
Fri, 3 Nov 2023 10:01:39 -0400 |
On Fri, Nov 03, 2023 at 08:42:45AM +0100, Juan Quintela wrote:
> We were not unlocking bitmap mutex on the error case. To fix it
> forever change to enclose the code with WITH_QEMU_LOCK_GUARD().
> Coverity CID 1523750.
>
> Fixes: a2326705e5 ("migration: Stop migration immediately in RDMA error
> paths")
> Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
--
Peter Xu