summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic
diff options
context:
space:
mode:
authorStefan Hajnoczi <stefanha@redhat.com>2015-11-04 12:58:42 +0000
committerDavid S. Miller <davem@davemloft.net>2015-11-04 22:03:10 -0500
commit7362945aea72fccc9df4f4e7643c971e0a8c33dc (patch)
tree778462f9edd824275b8fe7469d9a860800e87ac1 /drivers/net/ethernet/qlogic
parentf63ce5b6fa5e9a0faf7a0e1ef2993a502878c78a (diff)
downloadop-kernel-dev-7362945aea72fccc9df4f4e7643c971e0a8c33dc.zip
op-kernel-dev-7362945aea72fccc9df4f4e7643c971e0a8c33dc.tar.gz
VSOCK: call sk->sk_data_ready() on accept()
When a listen socket enqueues a connection for userspace to accept(), the sk->sk_data_ready() callback should be invoked. In-kernel socket users rely on this callback to detect when incoming connections are available. Currently the sk->sk_state_change() callback is invoked by vmci_transport.c. This happens to work for userspace applications since sk->sk_state_change = sock_def_wakeup() and sk->sk_data_ready = sock_def_readable() both wake up the accept() waiter. In-kernel socket users, on the other hand, fail to detect incoming connections. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/qlogic')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud