Re: [PATCH net 0/2] rds-tcp: sock_graft() leak

2017-07-08 Thread David Miller
From: Sowmini Varadhan Date: Thu, 6 Jul 2017 08:15:05 -0700 > Following up on the discussion at > https://www.spinics.net/lists/netdev/msg442859.html > - make rds_tcp_accept_one() call sock_create_lite() > - add a WARN_ON() to sock_graft() > > Tested by running an infinite while() loop that

[PATCH net 0/2] rds-tcp: sock_graft() leak

2017-07-06 Thread Sowmini Varadhan
Following up on the discussion at https://www.spinics.net/lists/netdev/msg442859.html - make rds_tcp_accept_one() call sock_create_lite() - add a WARN_ON() to sock_graft() Tested by running an infinite while() loop that does (module-load; rds-stress; module-unload) and monitors TCP slabinfo whi