From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: panic with 2.6.37-rc1 Date: Wed, 03 Nov 2010 18:54:52 -0700 (PDT) Message-ID: <20101103.185452.39170079.davem@davemloft.net> References: <1288822281.2718.30.camel@edumazet-laptop> Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: eric.dumazet@gmail.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org To: teg@jklm.no Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:45554 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754389Ab0KDBy3 convert rfc822-to-8bit (ORCPT ); Wed, 3 Nov 2010 21:54:29 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: =46rom: Tom Gundersen Date: Wed, 3 Nov 2010 23:42:02 +0100 > On Wed, Nov 3, 2010 at 11:11 PM, Eric Dumazet wrote: >> Le mercredi 03 novembre 2010 =E0 23:02 +0100, Tom Gundersen a =E9cri= t : >>> I get panic during boot both with 2.6.37-rc1 and with current head. >>> >>> Here is the error message: >>> . My >>> .config is below. >>> >>> Let me know if you want more info. If you want I can test patches o= r >>> bisect (if no one has any better suggestions). >>> >> >> Please test following patch, thanks >> >> [PATCH] atl1 : fix panic on load >> >> Its now illegal to call netif_stop_queue() before register_netdev() >> >> Reported-by: Tom Gundersen >> Signed-off-by: Eric Dumazet ... > The patch solves the problem. Thanks! Applied, thanks everyone.