On Fri, 14 Jul 2006 18:55:42 +1200
Reuben Farrelly <[email protected]> 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.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]