Received: with ECARTIS (v1.0.0; list netdev); Wed, 02 Mar 2005 04:34:25 -0800 (PST) Received: from kaber.coreworks.de ([62.206.217.67]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j22CYID5001534 for ; Wed, 2 Mar 2005 04:34:21 -0800 Received: from localhost ([127.0.0.1]) by kaber.coreworks.de with esmtp (Exim 4.44) id 1D6T3M-0002As-5Y; Wed, 02 Mar 2005 13:34:12 +0100 Message-ID: <4225B2C4.70902@trash.net> Date: Wed, 02 Mar 2005 13:34:12 +0100 From: Patrick McHardy User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.5) Gecko/20050106 Debian/1.7.5-1 X-Accept-Language: en MIME-Version: 1.0 To: Martin Devera CC: netdev@oss.sgi.com Subject: Re: spin_trylock in qdisc_restart, OOPS, IMQ problem ? References: <42258DC6.9030109@cdi.cz> <4225955E.7030306@trash.net> <42259D08.1060509@cdi.cz> In-Reply-To: <42259D08.1060509@cdi.cz> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.83/737/Mon Feb 28 22:22:18 2005 on oss.sgi.com X-Virus-Status: Clean X-archive-position: 2232 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: kaber@trash.net Precedence: bulk X-list: netdev Martin Devera wrote: > Thanks, it seems so, I'll test it. By the way, have you an idea what is > going with that spinlocking errors I described in the last mail ? netpoll had some locking bugs with printks issued in paths where dev->xmit_lock is already held. IIRC patches to fix this were posted recently. Regards Patrick