]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "net: kernel socket should be released in init_net namespace"
authorHerbert Xu <herbert@gondor.apana.org.au>
Sun, 3 May 2015 00:04:28 +0000 (08:04 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 May 2015 04:13:16 +0000 (00:13 -0400)
commita6697dc8fdafcceec5b4506d3ba1a7aedb1c35ce
tree1b9d5ffb69afadab90c88ef00f50ebe949155b9d
parente8617151f65fed4f7c0210e894b929d2cf9802af
Revert "net: kernel socket should be released in init_net namespace"

This reverts commit 6da733940f82326497253098efafa224a239d55c.

That patch is solving a non-existant problem while creating a
real problem.  Just because a socket is allocated in the init
name space doesn't mean that it gets hashed in the init name space.

When we unhash it the name space must be the same as the one
we had when we hashed it.  So this patch is completely bogus
and causes socket leaks.

Reported-by: Andrey Wagin <avagin@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/sock.c