commit | 42f5cda5eaf4396a939ae9bb43bb8d1d09c1b15c | [log] [tgz] |
---|---|---|
author | Stephen Barber <smbarber@chromium.org> | Fri Jun 14 23:42:37 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Jun 15 14:01:09 2019 -0700 |
tree | 682bf98a5b4c1c4721c9ef5f0ee430b9dcaf13a6 | |
parent | 760c80b70bed2cd01630e8595d1bbde910339f31 [diff] |
vsock/virtio: set SOCK_DONE on peer shutdown Set the SOCK_DONE flag to match the TCP_CLOSING state when a peer has shut down and there is nothing left to read. This fixes the following bug: 1) Peer sends SHUTDOWN(RDWR). 2) Socket enters TCP_CLOSING but SOCK_DONE is not set. 3) read() returns -ENOTCONN until close() is called, then returns 0. Signed-off-by: Stephen Barber <smbarber@chromium.org> Signed-off-by: David S. Miller <davem@davemloft.net>