From: Denis V. Lunev Date: Sat, 19 Jan 2008 07:54:15 +0000 (-0800) Subject: [NETNS]: Memory leak on network namespace stop. X-Git-Tag: v2.6.25-rc1~1162^2~273 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f84d82f7a623f8641af2574425c329431ff158f;p=pandora-kernel.git [NETNS]: Memory leak on network namespace stop. Network namespace allocates 2 kernel netlink sockets, fibnl & rtnl. These sockets should be disposed properly, i.e. by sock_release. Plain sock_put is not enough. Signed-off-by: Denis V. Lunev Tested-by: Alexey Dobriyan Signed-off-by: David S. Miller --- Reading git-diff-tree failed