Hi, Commit 7e8449594c929 introduced multiple regressions. The most important is that the socket is actually not the one connected, due to wrong usage of socket_connect(). I fixed that along with some leak fixes, that could eventually be splitted.
Secondly, connect is no longer non-blocking. The second patch is my attempt to fix it. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1368447 Please review asap Marc-André Lureau (2): net: fix socket connect net: make socket connect non-blocking again net/socket.c | 102 ++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 59 insertions(+), 43 deletions(-) -- 2.9.0