From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753669Ab1E3CeW (ORCPT ); Sun, 29 May 2011 22:34:22 -0400 Received: from mail-wy0-f174.google.com ([74.125.82.174]:50639 "EHLO mail-wy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751929Ab1E3CeU (ORCPT ); Sun, 29 May 2011 22:34:20 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=uFz/xhCVTjc+BzOYCfdq1seLTS7tJGlTAhnL+ylekxgqmskvA+7egdK6spAnS7VD6P xH9IFqHwLKFMgXX6gKNIgde3Bq3xPOJ9YuEcBCa7BUL3zB3lE8x7HPwEt57SbvXdyErM R0Njn9vipqGAIVFqRIVw3JF+ercmAyFgGhKUo= Subject: Re: Ooops with 2.6.39 From: Eric Dumazet To: Andrew Morton Cc: Robert Goldner , linux-kernel@vger.kernel.org, netdev@vger.kernel.org In-Reply-To: <20110529154542.add2a308.akpm@linux-foundation.org> References: <4DE1E013.6010300@au-79.de> <20110529154542.add2a308.akpm@linux-foundation.org> Content-Type: text/plain; charset="UTF-8" Date: Mon, 30 May 2011 04:34:16 +0200 Message-ID: <1306722856.30021.28.camel@edumazet-laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le dimanche 29 mai 2011 à 15:45 -0700, Andrew Morton a écrit : > (cc netdev) > > On Sun, 29 May 2011 07:56:35 +0200 Robert Goldner wrote: > > Hi, > > > > sometimes I got an Ooops while the system is starting: > > > > [ 15.824365] ------------[ cut here ]------------ > > [ 15.824616] WARNING: at net/sched/sch_generic.c:256 > > dev_watchdog+0x1d6/0x1e0() > > [ 15.824868] Hardware name: > > [ 15.825098] NETDEV WATCHDOG: eth0 (sis900): transmit queue 0 timed out > > [ 15.825333] Modules linked in: coretemp qt1010 af9013 dvb_pll mt2060 > > dvb_usb_nova_t_usb2 dvb_usb_dibusb_common dib3000mc psmouse > > dibx000_common pcspkr dvb_usb_af9015 ohci_hcd > > [ 15.829066] Pid: 1462, comm: startpar Not tainted 2.6.39-agathe #2 > > [ 15.829301] Call Trace: > > [ 15.829534] [] warn_slowpath_common+0x6d/0xa0 > > [ 15.829948] [] ? dev_watchdog+0x1d6/0x1e0 > > [ 15.830183] [] ? dev_watchdog+0x1d6/0x1e0 > > [ 15.830417] [] warn_slowpath_fmt+0x2e/0x30 > > [ 15.830828] [] dev_watchdog+0x1d6/0x1e0 > > [ 15.831241] [] ? __queue_work+0xb8/0x300 > > [ 15.831476] [] ? handle_irq+0x18/0x90 > > [ 15.831889] [] ? irq_exit+0x37/0x80 > > [ 15.832127] [] ? do_IRQ+0x46/0xb0 > > [ 15.832541] [] ? rcu_start_gp+0x149/0x1d0 > > [ 15.832954] [] run_timer_softirq+0xe4/0x200 > > [ 15.833189] [] ? local_bh_enable+0x80/0x80 > > [ 15.833426] [] ? common_interrupt+0x29/0x30 > > [ 15.833838] [] ? qdisc_reset+0x40/0x40 > > [ 15.834250] [] __do_softirq+0x78/0x100 > > [ 15.834841] [] ? local_bh_enable+0x80/0x80 > > [ 15.835097] [] ? irq_exit+0x6e/0x80 > > [ 15.835188] [] ? smp_apic_timer_interrupt+0x56/0x90 > > [ 15.835247] [] ? apic_timer_interrupt+0x2a/0x30 > > [ 15.835305] [] ? resume_userspace+0x14/0x14 > > [ 15.835360] ---[ end trace 519c5412e162986a ]--- > > > > > > The level of pain is very low, because the system is still running very > > well. > > > > If somebody needs some more information, please let me know. > > > > Which net device driver is being used? Seems to be sis900 Maybe its TX_TIMEOUT is too low. Robert, is your NIC in full or half duplex mode ?