Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mptcp: validate TFO_CONNECT with blocking sendmsg
Our CI found a deadlock when validating MSG_FASTOPEN, see: https://cirrus-ci.com/task/6007236538400768 Paolo noticed it can also happen with TCP_CONNECT_FASTOPEN. Here is a new test to reproduce the deadlock. The calltrace is visible when the test is stopped (timeout or CTRL+C). Co-developed-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net> (cherry picked from commit b047d8a) Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
- Loading branch information