From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <431750BD.2030505@trash.net> Date: Thu, 01 Sep 2005 21:04:29 +0200 From: Patrick McHardy MIME-Version: 1.0 Subject: Re: [Bridge] unregister_netdevice: waiting for br0 to become free. Usage count = 1 (2.6.12.3) References: <8189B9F5-DF6E-4032-8D2D-D5301A02A081@axentra.net> <20050831213749.6bc8dd50@localhost.localdomain> In-Reply-To: <20050831213749.6bc8dd50@localhost.localdomain> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stephen Hemminger Cc: Robert Scott , bridge@lists.osdl.org Stephen Hemminger wrote: > Two other recent reports are: > 1. Buggy applications that hold packets in their input queue forever, > and/or netfilters. The socket buffer's contain a reference for > packets in flight. skb->dev doesn't take a reference and is reset before packets are queued to sockets. dst->dev however does hold a reference and is not reset, perhaps we should change that.