public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Zilvinas Valinskas <zilvinas@gemtek.lt>
To: Patrick McHardy <kaber@trash.net>
Cc: Mathieu B?rard <Mathieu.Berard@crans.org>, linux-kernel@vger.kernel.org
Subject: Re: Oops with racoon and linux-2.6.9-rc2-mm1
Date: Fri, 24 Sep 2004 14:15:53 +0300	[thread overview]
Message-ID: <20040924111553.GA17057@gemtek.lt> (raw)
In-Reply-To: <41524CEE.2020508@trash.net>

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;
>  			}
>  		}


      parent reply	other threads:[~2004-09-24 11:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-22 22:45 Oops with racoon and linux-2.6.9-rc2-mm1 Mathieu Bérard
2004-09-23  4:11 ` Patrick McHardy
2004-09-23 13:26   ` Mathieu Bérard
2004-09-24  9:25   ` Zilvinas Valinskas
2004-09-24 11:26     ` Patrick McHardy
2004-09-24 11:15   ` Zilvinas Valinskas [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040924111553.GA17057@gemtek.lt \
    --to=zilvinas@gemtek.lt \
    --cc=Mathieu.Berard@crans.org \
    --cc=kaber@trash.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox