Re: [PATCH 0/3] selftests: mptcp: Fix various issues in main_loop

2025-01-14 Thread Matthieu Baerts
Hi Cong Liu, On 13/01/2025 09:52, Cong Liu wrote: > Fix several issues in the mptcp connect test's main_loop function. > > - Fix a bug where the wrong file descriptor was being checked for errors > - Fix the input file descriptor lifecycle in the reconnection loop to >prevent use of invalid

[PATCH 0/3] selftests: mptcp: Fix various issues in main_loop

2025-01-13 Thread Cong Liu
Fix several issues in the mptcp connect test's main_loop function. - Fix a bug where the wrong file descriptor was being checked for errors - Fix the input file descriptor lifecycle in the reconnection loop to prevent use of invalid fd - Add proper resource cleanup in error paths Cong Liu (