On Fri, Jul 14, 2006 at 12:05:51AM -0700, Andrew Morton wrote:
>
> > Call Trace:
> > [] show_trace+0xae/0x265
> > [] dump_stack+0x15/0x1b
> > [] skb_checksum_help+0x61/0x126
> > [] :iptable_nat:ip_nat_fn+0x5f/0x1d2
This is tell you that there is a bug in ip_nat_fn in that it completes
the
From: Adrian Bunk <[EMAIL PROTECTED]>
Date: Fri, 14 Jul 2006 20:48:25 +0200
> Krzysztof, the following compile errors are caused by your commit
> c2ce920468624d87ec5f91f080ea99681dae6d88 in Linus' tree:
Yes, we let Krzysztof know about this yesterday.
If we don't get a fix over the weekend I wi
From: Reuben Farrelly <[EMAIL PROTECTED]>
Date: Fri, 14 Jul 2006 18:55:42 +1200
> Ugh. This on bootup..
>
> Starting HAL daemon: BUG: warning at net/core/dev.c:1171/skb_checksum_help()
It's perfectly normal, and it's there to remind us that
we need to deal with an incremental checksumming issue
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
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 bo