]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'rds-tcp-sock_graft-leak'
authorDavid S. Miller <davem@davemloft.net>
Sat, 8 Jul 2017 10:16:16 +0000 (11:16 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 8 Jul 2017 10:16:16 +0000 (11:16 +0100)
commit6c4530ef2870a4ea60764283740ea86f62fa5068
tree606445d216e1fb481b1d6e8d5f1fb264d41fa4f9
parentcfa6db2c8dcc8e3fc3122e2faf5462e8d6e6cd54
parente7594dc7ac040540a55e732e9a5dac8753dc6321
Merge branch 'rds-tcp-sock_graft-leak'

Sowmini Varadhan says:

====================
rds-tcp: sock_graft() leak

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 while the test is running.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>