Received: with ECARTIS (v1.0.0; list netdev); Thu, 23 Sep 2004 14:38:29 -0700 (PDT) Received: from sapo.pt (relay2.ptmail.sapo.pt [212.55.154.22]) by oss.sgi.com (8.13.0/8.13.0) with SMTP id i8NLcMfN008590 for ; Thu, 23 Sep 2004 14:38:22 -0700 Received: (qmail 15613 invoked from network); 23 Sep 2004 21:38:04 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.151) by relay2 with SMTP; 23 Sep 2004 21:38:04 -0000 Received: (qmail 24338 invoked from network); 23 Sep 2004 21:37:15 -0000 Received: from unknown (HELO [81.193.72.139]) ([81.193.72.139]) (envelope-sender ) by mta1 (qmail-ldap-1.03) with SMTP for ; 23 Sep 2004 21:37:15 -0000 Subject: Re: 2.6.9-rc2-mm2 fn_hash_insert oops From: Nuno Ferreira To: Herbert Xu Cc: akpm@osdl.org, Linux Kernel , netdev@oss.sgi.com In-Reply-To: References: Content-Type: text/plain Organization: Graycell Date: Thu, 23 Sep 2004 22:38:04 +0100 Message-Id: <1095975485.4339.1.camel@taz.graycell.biz> Mime-Version: 1.0 X-Mailer: Evolution 2.0.0 Content-Transfer-Encoding: 7bit X-archive-position: 9381 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: nuno.ferreira@graycell.biz Precedence: bulk X-list: netdev Content-Length: 401 Lines: 14 On Qui, 2004-09-23 at 21:16 +1000, Herbert Xu wrote: > Lukas Hejtmanek wrote: > > > > However there is still the issue with endless loop in fn_hash_delete :( > > Same problem, same fix. Can someone think of a generic fix to > list_for_each_*? > This also fixed the problem I reported earlier with the machine freezing when my Speedtouch USB ADSL modem connected. Thanks