Hugo Santos <[EMAIL PROTECTED]> wrote:
> 
>   This patch fixes a soft lockup in ip6_tunnel when not using
> xfrm6_tunnel (CONFIG_INET6_TUNNEL). It is triggered when an encapsula-
> ted packet reaches ip6ip6_rcv() and there is no tunnel associated with
> it. The error path returns a positive value (1) which will trigger
> ip6_input to re-submit the packet for processing. As no skb parameters
> have been changed, ip6ip6_rcv() will continue to be called with the
> exact same context. Also, ip6ip6_rcv() should free the skb when
> discarding it.
> 
> Signed-off-by: Hugo Santos <[EMAIL PROTECTED]>

OK this is a bit ugly but will do for now.  Could you please do it for
the ICMP packet and IPv4 as well?

Thanks,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to