On 2/27/07, Jarek Poplawski <[EMAIL PROTECTED]> wrote:
On 26-02-2007 23:08, Luca Tettamanti wrote:
> Hello,
> I'm running 2.6.21 (current git, at 9654640d0af). kernel blows up at
> startup, when running setkey. Kernel 2.6.20 runs fine. A couple of words
...
> [ cut here ]
On 26-02-2007 23:08, Luca Tettamanti wrote:
> Hello,
> I'm running 2.6.21 (current git, at 9654640d0af). kernel blows up at
> startup, when running setkey. Kernel 2.6.20 runs fine. A couple of words
...
> [ cut here ]
> kernel BUG at /home/kronos/src/linux-2.6.git/net/core/s
From: Luca Tettamanti <[EMAIL PROTECTED]>
Date: Mon, 26 Feb 2007 23:08:41 +0100
> skb_over_panic: text:f1b8a065 len:16 put:16 head:b1a3ba00 data:b1a3ba00
> tail:b1a
> 3ba00 end:b1a3ba90 dev:
This panic message doesn't make any sense, it should not have
triggered. skb_put() calls skb_over_panic(
Il Mon, Feb 26, 2007 at 11:08:41PM +0100, Luca Tettamanti ha scritto:
> .config is attached.
This time for real...
This one is with INET_AH and INET_ESP enabled. Disabling them triggers
the bug.
Luca
--
Se non puoi convincerli, confondili.
#
# Automatically generated make config: don't edit
#
Hello,
I'm running 2.6.21 (current git, at 9654640d0af). kernel blows up at
startup, when running setkey. Kernel 2.6.20 runs fine. A couple of words
on the config: I played a bit with IPSec a while ago, then removed
AH/ESP (INET_AH and INET_ESP) from the kernel; NET_KEY was left enabled.
I think th