Hi,
with the double skb_free() issue fixed, I ran some more ip6sic
tests, after a while i hit the following:
[ 346.941000] Oops: [#1]
[ 346.941000] PREEMPT
[ 346.941000] Modules linked in:
[ 346.941000] CPU:0
[ 346.941000] EIP:0060:[]Not tainted VLI
[ 346.941000] EFLAGS: 0
* Herbert Xu ([EMAIL PROTECTED]) wrote:
> Jarek Poplawski <[EMAIL PROTECTED]> wrote:
> >
> > My proposal is: maybe Eric could change this in
> > xfrm6_tunnel_rcv() from xfrm6_tunnel.c e.g. like this:
> >
> > return xfrm6_rcv_spi(skb, spi) > 0 ? : 0;
> >
> > and, if no errors in testing, he could