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

Re: Crypto Fixes for 2.6.26

2008-07-10 Thread Herbert Xu
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. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypt

Re: Crypto Fixes for 2.6.26

2008-07-08 Thread Herbert Xu
Hi Linus: This push fixes a memory leak in the crypto testing module. Since this module is designed to be used repeatedly, the leak could add up quickly. 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/herber

Re: Crypto Fixes for 2.6.26

2008-06-02 Thread Herbert Xu
Hi Linus: This push fixes a crash in CTS when SG debugging is enabled as it doesn't set the debugging markers. 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 Alexey Dobriyan (1):

Re: Crypto Fixes for 2.6.26

2008-05-09 Thread Herbert Xu
Hi Linus: This push fixes a bug in HMAC that has been exposed by recent changes in tcrypt. However, it may well affect other crypto users that put the key in places where virt_to_page doesn't work. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git or master