Andrew Morton <[EMAIL PROTECTED]> wrote:
> On Mon, 19 Jun 2006 23:46:08 -0700
> [EMAIL PROTECTED] wrote:
> 
>> http://bugzilla.kernel.org/show_bug.cgi?id=6688
> 
> This is looking like a net memory leak in 2.6.16.  1/3rd is in ip_fib_alias
> and 2/3rds is in size-64.  I've asked the reporter to apply the leak
> detector patch so we can find out who is using the size-64 part.

I had a look at fib_trie.c and found a bug.  This is probably not the
cause of the leak since it looks more likely to cause a crash than
anything.  However, please retest with this applied just to be sure.

[IPV4]: Fix error handling for fib_insert_node call

The error handling around fib_insert_node was broken because we always
zeroed the error before checking it.

Signed-off-by: Herbert Xu <[EMAIL PROTECTED]>

Cheers,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to