[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1448024060-20466-1-git-send-email-razor@blackwall.org>
Date: Fri, 20 Nov 2015 13:54:18 +0100
From: Nikolay Aleksandrov <razor@...ckwall.org>
To: netdev@...r.kernel.org
Cc: yoshfuji@...ux-ipv6.org, davem@...emloft.net,
Nikolay Aleksandrov <nikolay@...ulusnetworks.com>
Subject: [PATCH net 0/2] net: ipmr, ip6mr: fix static leaks on netns destruction
From: Nikolay Aleksandrov <nikolay@...ulusnetworks.com>
Hi,
While testing various ipmr scenarios I found that static mfc entries and
static devices get leaked on netns/table destruction because
mroute_clean_tables doesn't delete them. It is fine to leave the static
entries when cleaning up the mrtsock, but when destroying the table they
need to be removed.
Cheers,
Nik
Nikolay Aleksandrov (2):
net: ipmr: fix static mfc/dev leaks on table destruction
net: ip6mr: fix static mfc/dev leaks on table destruction
net/ipv4/ipmr.c | 15 ++++++++-------
net/ipv6/ip6mr.c | 15 ++++++++-------
2 files changed, 16 insertions(+), 14 deletions(-)
--
2.4.3
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists