summaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock
diff options
context:
space:
mode:
authorErik Hugne2015-03-09 10:43:42 +0100
committerDavid S. Miller2015-03-09 20:42:19 +0100
commit143fe22f50a8be855bba77b5b2dc9dd1a5982b1c (patch)
treeff4c064cb226d455ad2273770dec7432a58357ba /net/vmw_vsock
parentMerge tag 'iwlwifi-next-for-kalle-2015-03-07' of https://git.kernel.org/pub/s... (diff)
downloadkernel-qcow2-linux-143fe22f50a8be855bba77b5b2dc9dd1a5982b1c.tar.gz
kernel-qcow2-linux-143fe22f50a8be855bba77b5b2dc9dd1a5982b1c.tar.xz
kernel-qcow2-linux-143fe22f50a8be855bba77b5b2dc9dd1a5982b1c.zip
tipc: fix inconsistent signal handling regression
Commit 9bbb4ecc6819 ("tipc: standardize recvmsg routine") changed the sleep/wakeup behaviour for sockets entering recv() or accept(). In this process the order of reporting -EAGAIN/-EINTR was reversed. This caused problems with wrong errno being reported back if the timeout expires. The same problem happens if the socket is nonblocking and recv()/accept() is called when the process have pending signals. If there is no pending data read or connections to accept, -EINTR will be returned instead of -EAGAIN. Signed-off-by: Erik Hugne <erik.hugne@ericsson.com> Reviewed-by: Ying Xue <ying.xue@windriver.com> Reviewed-by: Jon Maloy <jon.maloy@ericsson.com> Reported-by László Benedek <laszlo.benedek@ericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/vmw_vsock')
0 files changed, 0 insertions, 0 deletions