Re: [PATCH] net/ipsec: don't treat EINPROGRESS as a regular error

2010-05-21 Thread Herbert Xu
On Fri, May 21, 2010 at 07:59:05PM +0100, Martin Michlmayr wrote: > * Sebastian Andrzej Siewior [2010-04-26 20:11]: > > >OK that was my fault. Steffen had all the requisite EINPROGRESS > > >checks in place but I told him to get rid of them. > > > > > >This patch should fix it. > > Excellent job H

Re: [PATCH] net/ipsec: don't treat EINPROGRESS as a regular error

2010-05-21 Thread Martin Michlmayr
* Sebastian Andrzej Siewior [2010-04-26 20:11]: > >OK that was my fault. Steffen had all the requisite EINPROGRESS > >checks in place but I told him to get rid of them. > > > >This patch should fix it. > Excellent job Herbert, it does solve the problem. Herbert, this bug was originally reported

Re: [PATCH] net/ipsec: don't treat EINPROGRESS as a regular error

2010-04-26 Thread Herbert Xu
On Mon, Apr 26, 2010 at 08:11:42PM +0200, Sebastian Andrzej Siewior wrote: > > Excellent job Herbert, it does solve the problem. Thanks for testing. -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.a

Re: [PATCH] net/ipsec: don't treat EINPROGRESS as a regular error

2010-04-26 Thread Sebastian Andrzej Siewior
* Herbert Xu | 2010-04-26 09:17:11 [+0800]: >OK that was my fault. Steffen had all the requisite EINPROGRESS >checks in place but I told him to get rid of them. > >This patch should fix it. Excellent job Herbert, it does solve the problem. Sebastian -- To unsubscribe from this list: send the lin

Re: [PATCH] net/ipsec: don't treat EINPROGRESS as a regular error

2010-04-25 Thread Herbert Xu
On Sun, Apr 25, 2010 at 05:29:28PM +0200, Sebastian Andrzej Siewior wrote: > * Herbert Xu | 2010-04-25 09:18:21 [+0800]: > > >This should only be possible when we use the MAY_BACKLOG flag, > >as otherwise EINPROGRESS should never be used on the completion > >function unless it's a real error. > Ur