From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <45C33DED.8010200@garzik.org> Date: Fri, 02 Feb 2007 08:34:37 -0500 From: Jeff Garzik MIME-Version: 1.0 To: Jens Osterkamp Subject: Re: [PATCH] spidernet : fix memory leak in spider_net_stop References: <200702011207.47421.jens@de.ibm.com> In-Reply-To: <200702011207.47421.jens@de.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: netdev@vger.kernel.org, cbe-oss-dev@ozlabs.org, linuxppc-dev@ozlabs.org, James K Lewis List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Jens Osterkamp wrote: > We forget to call spider_net_free_rx_chain_contents which does the > actual dev_kfree_skb. New skbs are allocated from skbuff_head_cache > on each "ifconfig up" letting the cache grow infinitely. > > This patch fixes it. > > Signed-off-by: Jens Osterkamp applied