Re: [IPSEC]: Return EOVERFLOW when output sequence number overflows

2008-01-02 Thread Herbert Xu
On Tue, Jan 01, 2008 at 11:53:42PM -0800, David Miller wrote: > > It seems this was a regression added by Paul's patch in net-2.6.25 and > not something that needs fixing in 2.6.24 and stable? Yes this is brand new so we don't need it for 2.6.24. Thanks, -- Visit Openswan at http://www.openswan.

Re: [IPSEC]: Return EOVERFLOW when output sequence number overflows

2008-01-01 Thread David Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Wed, 2 Jan 2008 18:16:20 +1100 > [IPSEC]: Return EOVERFLOW when output sequence number overflows > > Previously we made it an error on the output path if the sequence number > overflowed. However we did not set the err variable

[IPSEC]: Return EOVERFLOW when output sequence number overflows

2008-01-01 Thread Herbert Xu
Hi Dave: [IPSEC]: Return EOVERFLOW when output sequence number overflows Previously we made it an error on the output path if the sequence number overflowed. However we did not set the err variable accordingly. This patch sets err to -EOVERFLOW in that case. Signed-off-by: Herbert Xu <[EM