Re: Crypto Fixes for 2.6.37

2010-12-15 Thread Herbert Xu
On Thu, Dec 16, 2010 at 08:49:38AM +0800, Herbert Xu wrote: > On Wed, Dec 15, 2010 at 12:40:48PM -0800, Linus Torvalds wrote: > > > > There's a few other objects like that too. How do you push to your > > repo, and what changed? > > Oops, I've fixed that now. I use rsync to copy files across so >

Re: Crypto Fixes for 2.6.37

2010-12-15 Thread Herbert Xu
On Wed, Dec 15, 2010 at 12:40:48PM -0800, Linus Torvalds wrote: > > There's a few other objects like that too. How do you push to your > repo, and what changed? Oops, I've fixed that now. I use rsync to copy files across so it's my end that has changed. And indeed I've just done an upgrade. Sorr

Re: Crypto Fixes for 2.6.37

2010-12-15 Thread Linus Torvalds
On Wed, Dec 15, 2010 at 3:50 AM, Herbert Xu wrote: > > This push fixes a build problem under certain configurations due > to a missing include. > > Please pull from > > git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git You have a bad repo. Git says: fatal: loose object 52f6c

Crypto Fixes for 2.6.37

2010-12-15 Thread Herbert Xu
Hi Linus: This push fixes a build problem under certain configurations due to a missing include. 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 Randy Dunlap (1): crypto: ghash-

Crypto Fixes for 2.6.37

2010-11-13 Thread Herbert Xu
Hi Linus: This push fixes a couple of bugs in hardware crypto support: * VIA Padlock had a serious problem dealing with odd-block-sized input for AES-CBC which causes memory overwrites beyond the end of the output buffer. Luckily the main user which is IPsec has plenty of padding that avoi