Re: [PATCH] [CRYPTO]: Fix hmac_digest from the SG breakage.

2007-10-26 Thread Jens Axboe
On Fri, Oct 26 2007, Herbert Xu wrote: > On Fri, Oct 26, 2007 at 09:43:31AM -0400, Vlad Yasevich wrote: > > > > Got reported to me because SCTP kept breaking. Wasn't sure which > > way to send it. > > > > As long as it's somewhere, I am happy. > > I'm happy too :) > > Dave has kindly fixed the

Re: [PATCH] [CRYPTO]: Fix hmac_digest from the SG breakage.

2007-10-26 Thread Herbert Xu
On Fri, Oct 26, 2007 at 09:43:31AM -0400, Vlad Yasevich wrote: > > Got reported to me because SCTP kept breaking. Wasn't sure which > way to send it. > > As long as it's somewhere, I am happy. I'm happy too :) Dave has kindly fixed the IPsec stack to initalise the tables properly. I'm currentl

Re: [PATCH] [CRYPTO]: Fix hmac_digest from the SG breakage.

2007-10-26 Thread Vlad Yasevich
David Miller wrote: > From: Vlad Yasevich <[EMAIL PROTECTED]> > Date: Thu, 25 Oct 2007 16:07:17 -0400 > >> Crypto now uses SG helper functions. Fix hmac_digest to use those >> functions correctly and fix the oops associated with it. >> >> Signed-off-by: Vlad Yasevich <[EMAIL PROTECTED]> > > Sinc

Re: [PATCH] [CRYPTO]: Fix hmac_digest from the SG breakage.

2007-10-25 Thread Herbert Xu
On Thu, Oct 25, 2007 at 06:46:54PM -0700, David Miller wrote: > > Since I keep hitting this when I try to test IPSEC on my systems > I'm going to apply this to my net-2.6 tree. > > Herbert, I hope you don't mind :-) It looks good to me. Thanks Dave! -- Visit Openswan at http://www.openswan.org

Re: [PATCH] [CRYPTO]: Fix hmac_digest from the SG breakage.

2007-10-25 Thread David Miller
From: Vlad Yasevich <[EMAIL PROTECTED]> Date: Thu, 25 Oct 2007 16:07:17 -0400 > Crypto now uses SG helper functions. Fix hmac_digest to use those > functions correctly and fix the oops associated with it. > > Signed-off-by: Vlad Yasevich <[EMAIL PROTECTED]> Since I keep hitting this when I try