netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@osdl.org>
To: Reuben Farrelly <reuben-lkml@reub.net>
Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org,
	Herbert Xu <herbert@gondor.apana.org.au>
Subject: Re: 2.6.18-rc1-mm2
Date: Fri, 14 Jul 2006 00:05:51 -0700	[thread overview]
Message-ID: <20060714000551.649ca455.akpm@osdl.org> (raw)
In-Reply-To: <44B73FEE.6040908@reub.net>

On Fri, 14 Jul 2006 18:55:42 +1200
Reuben Farrelly <reuben-lkml@reub.net> wrote:

> On 14/07/2006 5:48 p.m., Andrew Morton wrote:
> > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.18-rc1/2.6.18-rc1-mm2/
> > 
> > - Patches were merged, added, dropped and fixed.  Nothing particularly exciting.
> > 
> > - Added the avr32 architecture.  Review is sought, please.
> 
> Ugh.  This on bootup..
> 
> Starting HAL daemon: BUG: warning at net/core/dev.c:1171/skb_checksum_help()
> 
> Call Trace:
>   [<ffffffff8026963e>] show_trace+0xae/0x265
>   [<ffffffff8026980a>] dump_stack+0x15/0x1b
>   [<ffffffff8043ba7b>] skb_checksum_help+0x61/0x126
>   [<ffffffff8802f35f>] :iptable_nat:ip_nat_fn+0x5f/0x1d2
>   [<ffffffff8802f71b>] :iptable_nat:ip_nat_local_fn+0x33/0xbc
>   [<ffffffff80234c6e>] nf_iterate+0x5a/0x9b
>   [<ffffffff802588d0>] nf_hook_slow+0x60/0xcd
>   [<ffffffff8023511a>] ip_queue_xmit+0x41a/0x490
>   [<ffffffff80221507>] tcp_transmit_skb+0x697/0x6d4
>   [<ffffffff80233b37>] __tcp_push_pending_frames+0x867/0x95b
>   [<ffffffff80226546>] tcp_sendmsg+0xa76/0xba6
>   [<ffffffff80245c49>] inet_sendmsg+0x46/0x53
>   [<ffffffff80247ebf>] sock_aio_write+0x13b/0x15c
>   [<ffffffff8021758c>] do_sync_write+0xec/0x135
>   [<ffffffff802160b5>] vfs_write+0xe5/0x180
>   [<ffffffff80216ade>] sys_write+0x47/0x79
>   [<ffffffff8025f3a2>] system_call+0x7e/0x83
>   [<00002b145e465350>]
> BUG: warning at net/core/dev.c:1225/skb_gso_segment()

int skb_checksum_help(struct sk_buff *skb, int inward)
{
	unsigned int csum;
	int ret = 0, offset = skb->h.raw - skb->data;

	if (inward)
		goto out_set_summed;

	if (unlikely(skb_shinfo(skb)->gso_size)) {
		static int warned;

		WARN_ON(!warned);

That's a mainline problem, I suspect.

  reply	other threads:[~2006-07-14  7:06 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20060713224800.6cbdbf5d.akpm@osdl.org>
2006-07-14  6:55 ` 2.6.18-rc1-mm2 Reuben Farrelly
2006-07-14  7:05   ` Andrew Morton [this message]
2006-07-15  0:04     ` 2.6.18-rc1-mm2 Herbert Xu
2006-07-14  7:33   ` 2.6.18-rc1-mm2 David Miller
2006-07-14 18:48 ` 2.6.18-rc1-mm2: drivers/char/*synclink* compile errors Adrian Bunk
2006-07-14 21:31   ` David Miller
2006-07-15  0:35 ` [-mm patch] remove net/core/skbuff.c:skb_queue_lock_key Adrian Bunk
2006-07-15  5:35   ` Arjan van de Ven

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=20060714000551.649ca455.akpm@osdl.org \
    --to=akpm@osdl.org \
    --cc=herbert@gondor.apana.org.au \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=reuben-lkml@reub.net \
    /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).