[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH for-2.7 0/2] Fix net socket connect regressions
From: |
Marc-André Lureau |
Subject: |
[Qemu-devel] [PATCH for-2.7 0/2] Fix net socket connect regressions |
Date: |
Tue, 23 Aug 2016 13:45:35 +0400 |
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
- [Qemu-devel] [PATCH for-2.7 0/2] Fix net socket connect regressions,
Marc-André Lureau <=