Comment 18 for bug 159808

Revision history for this message
arruah (arruah) wrote :

i have a server
root@bas:~# uname -a
Linux bas 2.6.32-24-server #43-Ubuntu SMP Thu Sep 16 16:05:42 UTC 2010 x86_64 GNU/Linux
When the interface is accumulated more than 5 gigabytes tg3 module falls with that messages in dmesg
 6287.012532] WARNING: at /build/buildd/linux-2.6.32/net/sched/sch_generic.c:261 dev_watchdog+0x262/0x270()
[ 6287.012535] Hardware name: To Be Filled By O.E.M.
[ 6287.012537] NETDEV WATCHDOG: eth0 (tg3): transmit queue 0 timed out
[ 6287.012539] Modules linked in: fbcon tileblit font bitblit softcursor vga16fb vgastate lp amd64_edac_mod psmouse i2c_amd756 amd_rng serio_raw edac_core edac_mce_amd k8temp parport i2c_amd8111 shpchp raid10 raid456 async_pq async_xor xor async_memcpy async_raid6_recov raid6_pq async_tx raid1 raid0 multipath linear tg3 sata_sil pata_amd
[ 6287.012565] Pid: 0, comm: swapper Not tainted 2.6.32-24-server #43-Ubuntu
[ 6287.012568] Call Trace:
[ 6287.012570] <IRQ> [<ffffffff81066dcb>] warn_slowpath_common+0x7b/0xc0
[ 6287.012581] [<ffffffff81066e71>] warn_slowpath_fmt+0x41/0x50
[ 6287.012584] [<ffffffff8148d062>] dev_watchdog+0x262/0x270
[ 6287.012589] [<ffffffff8101a0f3>] ? native_sched_clock+0x13/0x60
[ 6287.012593] [<ffffffff8108b095>] ? sched_clock_local+0x25/0x90
[ 6287.012596] [<ffffffff8148ce00>] ? dev_watchdog+0x0/0x270
[ 6287.012600] [<ffffffff8107751b>] run_timer_softirq+0x19b/0x340
[ 6287.012604] [<ffffffff81094730>] ? tick_sched_timer+0x0/0xc0
[ 6287.012608] [<ffffffff8108f393>] ? ktime_get+0x63/0xe0
[ 6287.012611] [<ffffffff8106e317>] __do_softirq+0xb7/0x1e0
[ 6287.012614] [<ffffffff8109431a>] ? tick_program_event+0x2a/0x30
[ 6287.012617] [<ffffffff810142ec>] call_softirq+0x1c/0x30
[ 6287.012619] [<ffffffff81015cb5>] do_softirq+0x65/0xa0
[ 6287.012622] [<ffffffff8106e1b5>] irq_exit+0x85/0x90
[ 6287.012627] [<ffffffff8155fe11>] smp_apic_timer_interrupt+0x71/0x9c
[ 6287.012629] [<ffffffff81013cb3>] apic_timer_interrupt+0x13/0x20
[ 6287.012631] <EOI> [<ffffffff81038acb>] ? native_safe_halt+0xb/0x10
[ 6287.012638] [<ffffffff8101b69d>] ? default_idle+0x3d/0x90
[ 6287.012643] [<ffffffff81011e63>] ? cpu_idle+0xb3/0x110
[ 6287.012647] [<ffffffff81552b33>] ? start_secondary+0xa8/0xaa
[ 6287.012649] ---[ end trace b8bc08163a2d5ba5 ]---
[ 6287.012653] pci 0000:00:0a.0: eth0: transmit timed out, resetting
[ 6287.013170] pci 0000:00:0a.0: eth0: DEBUG: MAC_TX_STATUS[00000008] MAC_RX_STATUS[00000000]
[ 6287.013874] pci 0000:00:0a.0: eth0: DEBUG: RDMAC_STATUS[00000008] WDMAC_STATUS[00000000]
[ 6287.115231] tg3 0000:02:09.0: tg3_stop_block timed out, ofs=2c00 enable_bit=2
[ 6287.216545] tg3 0000:02:09.0: tg3_stop_block timed out, ofs=3400 enable_bit=2
[ 6287.317752] tg3 0000:02:09.0: tg3_stop_block timed out, ofs=2400 enable_bit=2
[ 6287.419280] tg3 0000:02:09.0: tg3_stop_block timed out, ofs=1800 enable_bit=2
[ 6287.520605] tg3 0000:02:09.0: tg3_stop_block timed out, ofs=4800 enable_bit=2

driver version is latest
root@bas:~# modinfo tg3
filename: /lib/modules/2.6.32-24-server/updates/tg3.ko
firmware: tigon/tg3_tso5.bin
firmware: tigon/tg3_tso.bin
firmware: tigon/tg3.bin
version: 3.110g
license: GPL
description: Broadcom Tigon3 ethernet driver
author: David S. Miller (<email address hidden>) and Jeff Garzik (<email address hidden>)
srcversion: ED9EC6352B1ADECBC2F718F

Then after some time the system crashes with kernel panic, please help me with this problem.