Alex Bennée wrote:
> Juan Quintela writes:
>
>> We were not unlocking bitmap mutex on the error case.
>> Coverity discovered the problem.
>>
>> Fixes: a2326705e5 ("migration: Stop migration immediately in RDMA error
>> paths")
>> Signed-off-by: Juan Quintela
>> ---
>> migration/ram.c | 1 +
>>
On Thu, Nov 02, 2023 at 10:12:45AM +0100, Juan Quintela wrote:
> We were not unlocking bitmap mutex on the error case.
> Coverity discovered the problem.
>
> Fixes: a2326705e5 ("migration: Stop migration immediately in RDMA error
> paths")
> Signed-off-by: Juan Quintela
> ---
> migration/ram.c
Juan Quintela writes:
> We were not unlocking bitmap mutex on the error case.
> Coverity discovered the problem.
>
> Fixes: a2326705e5 ("migration: Stop migration immediately in RDMA error
> paths")
> Signed-off-by: Juan Quintela
> ---
> migration/ram.c | 1 +
> 1 file changed, 1 insertion(+)
On Thu, 2 Nov 2023 at 09:13, Juan Quintela wrote:
>
> We were not unlocking bitmap mutex on the error case.
> Coverity discovered the problem.
>
> Fixes: a2326705e5 ("migration: Stop migration immediately in RDMA error
> paths")
> Signed-off-by: Juan Quintela
CID 1523750.
thanks
-- PMM
We were not unlocking bitmap mutex on the error case.
Coverity discovered the problem.
Fixes: a2326705e5 ("migration: Stop migration immediately in RDMA error paths")
Signed-off-by: Juan Quintela
---
migration/ram.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/migration/ram.c b/migration/