[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 0/2] add error handling in multifd_tls_handshake_thread
From: |
Dr. David Alan Gilbert |
Subject: |
Re: [PATCH v2 0/2] add error handling in multifd_tls_handshake_thread |
Date: |
Mon, 15 Mar 2021 17:20:50 +0000 |
User-agent: |
Mutt/2.0.5 (2021-01-21) |
* Hao Wang (wanghao232@huawei.com) wrote:
> If any error happens during multifd send thread creating (e.g. channel broke
> because new domain is destroyed by the dst), multifd_tls_handshake_thread
> may exit silently, leaving main migration thread hanging (ram_save_setup ->
> multifd_send_sync_main -> qemu_sem_wait(&p->sem_sync)).
> Fix that by adding error handling in multifd_tls_handshake_thread.
>
> Hao Wang (2):
> migration/tls: fix inverted semantics in multifd_channel_connect
> migration/tls: add error handling in multifd_tls_handshake_thread
>
> migration/multifd.c | 21 +++++++++++++++------
> 1 file changed, 15 insertions(+), 6 deletions(-)
Queued
>
> --
> 2.23.0
>
>
--
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH v2 0/2] add error handling in multifd_tls_handshake_thread,
Dr. David Alan Gilbert <=