[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] migration: Fix return-path thread exit
From: |
Cédric Le Goater |
Subject: |
[PATCH 0/2] migration: Fix return-path thread exit |
Date: |
Thu, 1 Feb 2024 19:48:51 +0100 |
Hello,
Today, close_return_path_on_source() can perform a shutdown to exit
the return-path thread if an error occured. However, migrate_fd_cleanup()
does cleanups too early and the shutdown in close_return_path_on_source()
fails, leaving the source and destination waiting for an event to occur.
This little series tries to fix that. Comments welcome !
Thanks,
C.
Cédric Le Goater (2):
migration: Add a file_error argument to close_return_path_on_source()
migration: Fix return-path thread exit
migration/migration.c | 33 ++++++++++++++++++---------------
1 file changed, 18 insertions(+), 15 deletions(-)
--
2.43.0
- [PATCH 0/2] migration: Fix return-path thread exit,
Cédric Le Goater <=
Re: [PATCH 0/2] migration: Fix return-path thread exit, Peter Xu, 2024/02/02