Re: [PATCH net] ipv6: fix typo in fib6_net_exit()

2017-09-08 Thread Sabrina Dubroca
2017-09-08, 15:48:47 -0700, Eric Dumazet wrote: > From: Eric Dumazet > > IPv6 FIB should use FIB6_TABLE_HASHSZ, not FIB_TABLE_HASHSZ. > > Fixes: ba1cc08d9488 ("ipv6: fix memory leak with multiple tables during netns > destruction") > Signed-off-by: Eric Dumazet Ouch, yes :( Thanks for the fix

Re: [PATCH net] ipv6: fix typo in fib6_net_exit()

2017-09-08 Thread David Miller
From: Eric Dumazet Date: Fri, 08 Sep 2017 15:48:47 -0700 > From: Eric Dumazet > > IPv6 FIB should use FIB6_TABLE_HASHSZ, not FIB_TABLE_HASHSZ. > > Fixes: ba1cc08d9488 ("ipv6: fix memory leak with multiple tables during netns > destruction") > Signed-off-by: Eric Dumazet Applied.

[PATCH net] ipv6: fix typo in fib6_net_exit()

2017-09-08 Thread Eric Dumazet
From: Eric Dumazet IPv6 FIB should use FIB6_TABLE_HASHSZ, not FIB_TABLE_HASHSZ. Fixes: ba1cc08d9488 ("ipv6: fix memory leak with multiple tables during netns destruction") Signed-off-by: Eric Dumazet --- net/ipv6/ip6_fib.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git