From: Rolf Eike Beer <eike-kernel@sf-tec.de>
To: netdev@vger.kernel.org
Subject: [BUG] stacktrace from skb_checksum_help() and skb_gso_segment()
Date: Wed, 26 Jul 2006 08:41:48 +0200 [thread overview]
Message-ID: <200607260841.54017.eike-kernel@sf-tec.de> (raw)
[-- Attachment #1: Type: text/plain, Size: 3487 bytes --]
linux-2.6 git tree from yesterday.
Before this the sky2 network driver was working. After a pseudo hotplug of the
device it was working again (at least if you receive this mail *g*).
What next?
Eike
Jul 26 08:22:51 siso-eb-i34d kernel: BUG: warning
at /home/beer/repos/linux-2.6/net/core/dev.c:1171/skb_checksum_help()
Jul 26 08:22:51 siso-eb-i34d kernel: [<c1003aa9>]
show_trace_log_lvl+0x54/0xfd
Jul 26 08:22:51 siso-eb-i34d kernel: [<c1004915>] show_trace+0xd/0x10
Jul 26 08:22:51 siso-eb-i34d kernel: [<c100492f>] dump_stack+0x17/0x1c
Jul 26 08:22:51 siso-eb-i34d kernel: [<c11a1c92>]
skb_checksum_help+0x55/0x108
Jul 26 08:22:51 siso-eb-i34d kernel: [<f0953303>] ip_nat_fn+0x43/0x183
[iptable_nat]
Jul 26 08:22:51 siso-eb-i34d kernel: [<f0953665>] ip_nat_local_fn+0x36/0xb5
[iptable_nat]
Jul 26 08:22:51 siso-eb-i34d kernel: [<c11b043c>] nf_iterate+0x2e/0x61
Jul 26 08:22:51 siso-eb-i34d kernel: [<c11b04a6>] nf_hook_slow+0x37/0x95
Jul 26 08:22:51 siso-eb-i34d kernel: [<c11bb212>] ip_queue_xmit+0x362/0x3b2
Jul 26 08:22:51 siso-eb-i34d kernel: [<c11c8cd2>]
tcp_transmit_skb+0x5f3/0x615
Jul 26 08:22:51 siso-eb-i34d kernel: [<c11ca1b6>] tcp_push_one+0xb7/0xda
Jul 26 08:22:51 siso-eb-i34d kernel: [<c11c1cc2>] tcp_sendmsg+0x786/0x990
Jul 26 08:22:51 siso-eb-i34d kernel: [<c11d847c>] inet_sendmsg+0x39/0x46
Jul 26 08:22:51 siso-eb-i34d kernel: [<c1199ac7>] do_sock_write+0x93/0x9b
Jul 26 08:22:51 siso-eb-i34d kernel: [<c119a092>] sock_aio_write+0x56/0x64
Jul 26 08:22:51 siso-eb-i34d kernel: [<c10584e6>] do_sync_write+0xaf/0xe4
Jul 26 08:22:51 siso-eb-i34d kernel: [<c105889f>] vfs_write+0x94/0xe8
Jul 26 08:22:51 siso-eb-i34d kernel: [<c105900c>] sys_write+0x3b/0x60
Jul 26 08:22:51 siso-eb-i34d kernel: [<c1002845>] sysenter_past_esp+0x56/0x8d
Jul 26 08:22:51 siso-eb-i34d kernel: BUG: warning
at /home/beer/repos/linux-2.6/net/core/dev.c:1225/skb_gso_segment()
Jul 26 08:22:51 siso-eb-i34d kernel: [<c1003aa9>]
show_trace_log_lvl+0x54/0xfd
Jul 26 08:22:51 siso-eb-i34d kernel: [<c1004915>] show_trace+0xd/0x10
Jul 26 08:22:51 siso-eb-i34d kernel: [<c100492f>] dump_stack+0x17/0x1c
Jul 26 08:22:51 siso-eb-i34d kernel: [<c11a309b>] skb_gso_segment+0x84/0x171
Jul 26 08:22:51 siso-eb-i34d kernel: [<c11a4427>]
dev_hard_start_xmit+0x175/0x202
Jul 26 08:22:51 siso-eb-i34d kernel: [<c11ad119>] __qdisc_run+0xde/0x1a5
Jul 26 08:22:51 siso-eb-i34d kernel: [<c11a45ef>] dev_queue_xmit+0x13b/0x24c
Jul 26 08:22:51 siso-eb-i34d kernel: [<c11a9080>]
neigh_resolve_output+0x1cf/0x1fb
Jul 26 08:22:51 siso-eb-i34d kernel: [<c11bb88d>] ip_output+0x1c4/0x1ff
Jul 26 08:22:51 siso-eb-i34d kernel: [<c11bb223>] ip_queue_xmit+0x373/0x3b2
Jul 26 08:22:51 siso-eb-i34d kernel: [<c11c8cd2>]
tcp_transmit_skb+0x5f3/0x615
Jul 26 08:22:51 siso-eb-i34d kernel: [<c11ca1b6>] tcp_push_one+0xb7/0xda
Jul 26 08:22:51 siso-eb-i34d kernel: [<c11c1cc2>] tcp_sendmsg+0x786/0x990
Jul 26 08:22:51 siso-eb-i34d kernel: [<c11d847c>] inet_sendmsg+0x39/0x46
Jul 26 08:22:51 siso-eb-i34d kernel: [<c1199ac7>] do_sock_write+0x93/0x9b
Jul 26 08:22:51 siso-eb-i34d kernel: [<c119a092>] sock_aio_write+0x56/0x64
Jul 26 08:22:51 siso-eb-i34d kernel: [<c10584e6>] do_sync_write+0xaf/0xe4
Jul 26 08:22:51 siso-eb-i34d kernel: [<c105889f>] vfs_write+0x94/0xe8
Jul 26 08:22:51 siso-eb-i34d kernel: [<c105900c>] sys_write+0x3b/0x60
Jul 26 08:22:51 siso-eb-i34d kernel: [<c1002845>] sysenter_past_esp+0x56/0x8d
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next reply other threads:[~2006-07-26 6:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-26 6:41 Rolf Eike Beer [this message]
2006-07-26 6:44 ` [BUG] stacktrace from skb_checksum_help() and skb_gso_segment() Evgeniy Polyakov
2006-07-26 7:00 ` Rolf Eike Beer
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=200607260841.54017.eike-kernel@sf-tec.de \
--to=eike-kernel@sf-tec.de \
--cc=netdev@vger.kernel.org \
/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).