Re: Net-device reference lost in net/core/neighbor.c

2005-08-29 Thread David S. Miller
From: Ben Greear <[EMAIL PROTECTED]> Date: Sun, 28 Aug 2005 22:57:38 -0700 > In the meantime, is there any debugging code relating to neighbor > objects that I can use to help debug this? Neighbour table entries are held by routing cache entries. Adding a leak detection layer for neighbour table

Re: Net-device reference lost in net/core/neighbor.c

2005-08-29 Thread Ben Greear
Ben Greear wrote: I was able to reproduce a reference leak with my instrumented code (plus my regular set of network patches, so problem could still be me). The reference lost was acquired here: struct neighbour *neigh_create(struct neigh_table *tbl, const void *pkey, struct

Net-device reference lost in net/core/neighbor.c

2005-08-28 Thread Ben Greear
I was able to reproduce a reference leak with my instrumented code (plus my regular set of network patches, so problem could still be me). The reference lost was acquired here: struct neighbour *neigh_create(struct neigh_table *tbl, const void *pkey, struct net_dev