Re: Oops with racoon and linux-2.6.9-rc2-mm1

From: Zilvinas Valinskas
Date: Fri Sep 24 2004 - 06:19:00 EST


Hello,

just verified 2.6.9-rc2-bk8 + patch below no more oopsing. IPsec is
working fine. Please apply.

> #
> diff -Nru a/net/xfrm/xfrm_state.c b/net/xfrm/xfrm_state.c
> --- a/net/xfrm/xfrm_state.c 2004-09-23 06:07:23 +02:00
> +++ b/net/xfrm/xfrm_state.c 2004-09-23 06:07:23 +02:00
> @@ -592,7 +592,6 @@
> list_for_each_entry(x, xfrm_state_bydst+i, bydst) {
> if (x->km.seq == seq) {
> xfrm_state_hold(x);
> - spin_unlock_bh(&xfrm_state_lock);
> return x;
> }
> }

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/