From: Jean Tourrilhes <jt@bougret.hpl.hp.com>
To: Linux kernel mailing list <linux-kernel@vger.kernel.org>,
Thomas Bogendrfer <tsbogend@alpha.franken.de>
Cc: Jeff Garzik <jgarzik@pobox.com>, netdev@oss.sgi.com
Subject: [BUG 2.6.0-test11] pcnet32 oops
Date: Fri, 5 Dec 2003 15:45:10 -0800 [thread overview]
Message-ID: <20031205234510.GA2319@bougret.hpl.hp.com> (raw)
Hi Frank,
Would you mind having a look at the following bugs and forward
as appropriate ?
I'm trying to get an AMD Lance going on my box. It mostly
works, but I get oops when I deconfigure the card or remove the
module. A few samples :
At "ifdown" :
----------------------------------
Badness in local_bh_enable at kernel/softirq.c:121
Call Trace:
[<c011ff91>] local_bh_enable+0x35/0x58
[<c022d19a>] ip_ct_find_proto+0xd2/0xd8
[<c022d923>] destroy_conntrack+0x13/0x19c
[<c01e68c8>] __kfree_skb+0xc8/0xfc
[<d085b160>] pcnet32_purge_tx_ring+0x94/0xc4 [pcnet32]
[<d085b300>] pcnet32_restart+0x14/0x6c [pcnet32]
[<d085c089>] pcnet32_set_multicast_list+0x7d/0x90 [pcnet32]
[<c01ef02e>] __dev_mc_upload+0x1e/0x24
[<c01ef05a>] dev_mc_upload+0x26/0x38
[<c01eb585>] dev_change_flags+0x2d/0x104
[<c0222f53>] devinet_ioctl+0x327/0x64c
[<c0225457>] inet_ioctl+0xbb/0xf8
[<c01e3801>] sock_ioctl+0x29d/0x2cc
[<c015c959>] sys_ioctl+0x21d/0x264
[<c01097ad>] error_code+0x2d/0x38
[<c0108d43>] syscall_call+0x7/0xb
-------------------------------------------------
At "rmmod" :
---------------------------------------------
kernel BUG at include/linux/dcache.h:274!
invalid operand: 0000 [#1]
CPU: 1
EIP: 0060:[sysfs_remove_dir+21/256] Not tainted
EFLAGS: 00010246
EIP is at sysfs_remove_dir+0x15/0x100
eax: 00000000 ebx: d085e760 ecx: c02ccb2c edx: ffff0001
esi: c1983220 edi: d085e744 ebp: 00000880 esp: c1a49f04
ds: 007b es: 007b ss: 0068
Process rmmod (pid: 750, threadinfo=c1a48000 task=ca972060)
Stack: d085e760 c02ccb2c d085e744 00000880 c01858c3 d085e760 d085e760 c01858db
d085e760 c02ccae0 c01aec48 d085e760 d085e744 00000000 00000000 c01aef5c
d085e744 d085e720 00000000 c018b7e6 d085e744 c1875000 d085c88c d085e720
Call Trace:
[kobject_del+75/88] kobject_del+0x4b/0x58
[kobject_unregister+11/24] kobject_unregister+0xb/0x18
[bus_remove_driver+92/108] bus_remove_driver+0x5c/0x6c
[driver_unregister+12/50] driver_unregister+0xc/0x32
[pci_unregister_driver+14/28] pci_unregister_driver+0xe/0x1c
[_end+273681636/1070212184] pcnet32_cleanup_module+0xac/0xc0 [pcnet32]
[sys_delete_module+394/432] sys_delete_module+0x18a/0x1b0
[sys_munmap+69/100] sys_munmap+0x45/0x64
[syscall_call+7/11] syscall_call+0x7/0xb
Code: 0f 0b 12 01 c2 dd 25 c0 f0 ff 06 85 f6 0f 84 d0 00 00 00 8b
---------------------------------------------
Info :
Dual PIII 550 SMP, 2.6.0-test11, many PCI cards, hotplug
02:05.0 Ethernet controller: Advanced Micro Devices [AMD] 79c970 [PCnet LANCE] (rev 36)
Subsystem: Hewlett-Packard Company Ethernet with LAN remote power Adapter
Flags: bus master, medium devsel, latency 64, IRQ 18
I/O ports at 7ce0 [size=32]
Memory at fdfff400 (32-bit, non-prefetchable) [size=32]
Expansion ROM at <unassigned> [disabled] [size=1M]
Capabilities: [40] Power Management version 1
pcnet32.c:v1.27b 01.10.2002 tsbogend@alpha.franken.de
pcnet32: PCnet/FAST+ 79C972 at 0x7ce0, 00 10 83 34 ba e5
tx_start_pt(0x0c00):~220 bytes, BCR18(9861):BurstWrEn BurstRdEn NoUFlow
SRAMSIZE=0x1700, SRAM_BND=0x0800, assigned IRQ 18.
eth0: registered as PCnet/FAST+ 79C972
pcnet32: 1 cards_found.
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
Good luck...
Jean
next reply other threads:[~2003-12-05 23:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-12-05 23:45 Jean Tourrilhes [this message]
2003-12-06 0:59 ` [BUG 2.6.0-test11] pcnet32 oops David S. Miller
2003-12-09 14:15 ` Rask Ingemann Lambertsen
2003-12-10 8:30 ` David S. Miller
2003-12-10 8:32 ` David S. Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20031205234510.GA2319@bougret.hpl.hp.com \
--to=jt@bougret.hpl.hp.com \
--cc=jgarzik@pobox.com \
--cc=jt@hpl.hp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@oss.sgi.com \
--cc=tsbogend@alpha.franken.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).