Re: [PATCH] Fix memory leak in cleanup_ipv6_mibs()

2007-10-17 Thread David Miller
From: David Stevens <[EMAIL PROTECTED]> Date: Wed, 17 Oct 2007 09:23:39 -0700 > Acked-by: David L Stevens <[EMAIL PROTECTED]> > > > Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> Applied, thanks. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to

Re: [PATCH] Fix memory leak in cleanup_ipv6_mibs()

2007-10-17 Thread David Stevens
Acked-by: David L Stevens <[EMAIL PROTECTED]> > Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> > > --- > > diff --git a/net/ipv6/af_inet6.c b/net/ipv6/af_inet6.c > index bc92938..1b1caf3 100644 > --- a/net/ipv6/af_inet6.c > +++ b/net/ipv6/af_inet6.c > @@ -747,6 +747,7 @@ static void cleanup

[PATCH] Fix memory leak in cleanup_ipv6_mibs()

2007-10-17 Thread Pavel Emelyanov
The icmpv6msg mib statistics is not freed. This is almost not critical for current kernel, since ipv6 module is unloadable, but this can happen on load error and will happen every time we stop the network namespace (when we have one, of course). Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]