Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751586Ab0HVGfT (ORCPT ); Sun, 22 Aug 2010 02:35:19 -0400 Received: from mail-iw0-f174.google.com ([209.85.214.174]:38020 "EHLO mail-iw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751283Ab0HVGfP (ORCPT ); Sun, 22 Aug 2010 02:35:15 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=pAP9F8zINeMigoT7N2iABgdbdRezqv6lyjmdLu0HEPp/6ND5nCMTTWCKB5UJpLXO+R 8lMr5fTEBFhbdE2TlKmPB/5KixPNHsfZixqXCkHY8LaXGVkeitk3sqUmCXW3Uy+5O12A alrESC8jSuopOq0ZzJnwvP00SflZ5Eczjm+P8= Message-ID: <4C70C516.5020404@gmail.com> Date: Sun, 22 Aug 2010 02:35:02 -0400 From: Doug Nazar User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: linux-kernel , netdev@vger.kernel.org Subject: WARN with 3c905 boomerang NIC Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2432 Lines: 56 Since de85d99eb7b595f6751550184b94c1e2f74a828b (netpoll: Fix RCU usage) I've been getting the follow warning: Aug 20 22:33:26 dryad kernel: [ 64.263065] ------------[ cut here ]------------ Aug 20 22:33:26 dryad kernel: [ 64.263089] WARNING: at /usr/src/linux/kernel/softirq.c:143 local_bh_enable+0x58/0x82() Aug 20 22:33:26 dryad kernel: [ 64.263095] Hardware name: OptiPlex GX240 Aug 20 22:33:26 dryad kernel: [ 64.263099] Modules linked in: rpcsec_gss_krb5 softdog snd_intel8x0 snd_ac97_codec 8250_pnp ac97_bu Aug 20 22:33:26 dryad kernel: [ 64.263234] Pid: 5892, comm: runscript.sh Not tainted 2.6.36-rc1-00133-g47ade1d #43 Aug 20 22:33:26 dryad kernel: [ 64.263238] Call Trace: Aug 20 22:33:26 dryad kernel: [ 64.263251] [] ? printk+0x18/0x1a Aug 20 22:33:26 dryad kernel: [ 64.263263] [] warn_slowpath_common+0x67/0x8e Aug 20 22:33:26 dryad kernel: [ 64.263271] [] ? local_bh_enable+0x58/0x82 Aug 20 22:33:26 dryad kernel: [ 64.263277] [] ? local_bh_enable+0x58/0x82 Aug 20 22:33:26 dryad kernel: [ 64.263285] [] warn_slowpath_null+0x1d/0x1f Aug 20 22:33:26 dryad kernel: [ 64.263292] [] local_bh_enable+0x58/0x82 Aug 20 22:33:26 dryad kernel: [ 64.263301] [] netif_rx+0x14f/0x172 Aug 20 22:33:26 dryad kernel: [ 64.263315] [] boomerang_rx+0x27a/0x42f [3c59x] Aug 20 22:33:26 dryad kernel: [ 64.263328] [] ? path_put+0x20/0x23 Aug 20 22:33:26 dryad kernel: [ 64.263342] [] boomerang_interrupt+0xd9/0x2b7 [3c59x] Aug 20 22:33:26 dryad kernel: [ 64.263361] [] handle_IRQ_event+0x3e/0x13e Aug 20 22:33:26 dryad kernel: [ 64.263369] [] handle_fasteoi_irq+0x3c/0x89 Aug 20 22:33:26 dryad kernel: [ 64.263378] [] handle_irq+0x18/0x30 Aug 20 22:33:26 dryad kernel: [ 64.263385] [] do_IRQ+0x34/0x97 Aug 20 22:33:26 dryad kernel: [ 64.263392] [] common_interrupt+0x29/0x30 Aug 20 22:33:26 dryad kernel: [ 64.263398] ---[ end trace 511646352388ce9c ]--- The card is an: 02:0c.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78) Doug -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/