This patch series addresses request sockets leaks and listener dismantle phase. This survives a stress test with listeners being added/removed quite randomly.
Eric Dumazet (3): Revert "inet: fix double request socket freeing" tcp/dccp: add inet_csk_reqsk_queue_drop_and_put() helper tcp/dccp: fix race at listener dismantle phase include/net/inet_connection_sock.h | 10 ++--- include/net/request_sock.h | 19 --------- net/dccp/ipv4.c | 4 +- net/dccp/ipv6.c | 2 +- net/ipv4/inet_connection_sock.c | 81 +++++++++++++++++++++++++++----------- net/ipv4/tcp_ipv4.c | 6 +-- net/ipv6/tcp_ipv6.c | 2 +- 7 files changed, 67 insertions(+), 57 deletions(-) -- 2.6.0.rc2.230.g3dd15c0 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html