Re: [stable] Crypto Fixes for 2.6.26

2008-07-15 Thread Herbert Xu
On Wed, Jul 16, 2008 at 10:09:38AM +0800, Herbert Xu wrote: > On Tue, Jul 15, 2008 at 10:17:36AM -0700, Greg KH wrote: > > > > Herbert, can you let me know what the git commit id is for this fix? > > > > And do you want it added to the .25 and .26 -stable releases? > > > > Oliver, thanks for the

Re: [stable] Crypto Fixes for 2.6.26

2008-07-15 Thread Herbert Xu
On Tue, Jul 15, 2008 at 10:17:36AM -0700, Greg KH wrote: > > Herbert, can you let me know what the git commit id is for this fix? > > And do you want it added to the .25 and .26 -stable releases? > > Oliver, thanks for the pointer. Sorry, that was meant to say 2.6.27 :) So you don't need it for

Re: [stable] Crypto Fixes for 2.6.26

2008-07-15 Thread Greg KH
On Tue, Jul 15, 2008 at 07:07:47PM +0200, Oliver Pinter wrote: > [CC stable] > > On 7/10/08, Herbert Xu <[EMAIL PROTECTED]> wrote: > > Hi Linus: > > > > Just found a regression introduced back in 2.6.25. This causes > > packet leaks when IPsec is in use. When that leak grows it can > > eventuall

Re: Crypto Fixes for 2.6.26

2008-07-15 Thread Oliver Pinter
[CC stable] On 7/10/08, Herbert Xu <[EMAIL PROTECTED]> wrote: > Hi Linus: > > Just found a regression introduced back in 2.6.25. This causes > packet leaks when IPsec is in use. When that leak grows it can > eventually lead to hung connections (as their send buffers are > used up) or worse. > >

Re: Crypto Fixes for 2.6.26

2008-07-15 Thread Herbert Xu
Hi Linus: This push reverts the CTR-based PRNG as it clearly isn't able to pass Ingo's random config hurdle. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git or master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git Herbert Xu (1): Rever

[2.6 patch] properly indent the CRYPTO_RMD* kconfig entries

2008-07-15 Thread Adrian Bunk
Instead of tabs there were two spaces. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- crypto/Kconfig | 77 + 1 file changed, 40 insertions(+), 37 deletions(-) af2ebd963fc1ab2e2a66852bae9d262ee0a5ea61 diff --git a/crypto/Kconfig b/crypto/Kc