diff options
| author | Lorenzo Colitti <[email protected]> | 2015-12-22 00:03:44 +0900 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2015-12-22 16:01:47 -0500 |
| commit | 2010b93e9317cc12acd20c4aed385af7f9d1681e (patch) | |
| tree | 739641a02d6d007daf790d87500a662777e46616 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py | |
| parent | e7bc73cbb522c1704aafc428d5d9763c44666e38 (diff) | |
net: tcp: deal with listen sockets properly in tcp_abort.
When closing a listen socket, tcp_abort currently calls
tcp_done without clearing the request queue. If the socket has a
child socket that is established but not yet accepted, the child
socket is then left without a parent, causing a leak.
Fix this by setting the socket state to TCP_CLOSE and calling
inet_csk_listen_stop with the socket lock held, like tcp_close
does.
Tested using net_test. With this patch, calling SOCK_DESTROY on a
listen socket that has an established but not yet accepted child
socket results in the parent and the child being closed, such
that they no longer appear in sock_diag dumps.
Reported-by: Eric Dumazet <[email protected]>
Signed-off-by: Lorenzo Colitti <[email protected]>
Acked-by: Eric Dumazet <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions