Re: Crypto Fixes for 2.6.35

2010-09-04 Thread Herbert Xu
On Sat, Sep 04, 2010 at 06:45:01AM -0400, Chuck Ebbert wrote: > On Fri, 3 Sep 2010 14:00:55 +0800 > Herbert Xu wrote: > > > 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/crypt

Re: Crypto Fixes for 2.6.35

2010-09-04 Thread Chuck Ebbert
On Fri, 3 Sep 2010 14:00:55 +0800 Herbert Xu wrote: > 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 (2): > crypto: testmgr - Fix test disabling opt

Re: Crypto Fixes for 2.6.35

2010-09-02 Thread Herbert Xu
Hi Linus: This push fixes a bug in the new ahash walking code, as well as the self-test disabling option. The self-test disabling options is now enabled by default as requested. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git or master.kernel.org:/pub/sc

Re: Crypto Fixes for 2.6.35

2010-07-23 Thread Lee Nipper
On Fri, Jul 23, 2010 at 02:27, Herbert Xu wrote: > If it causes a crash or has other serious implications then I will > push it.  However, if it simply results in a broken hash computation, > a failure that should be fairly obvious, then it can wait til the > next cycle. > > When I looked at it pr

Re: Crypto Fixes for 2.6.35

2010-07-23 Thread Herbert Xu
On Fri, Jul 23, 2010 at 12:17:59AM -0500, Lee Nipper wrote: > > But I am curious why this patch > > http://www.mail-archive.com/linux-crypto@vger.kernel.org/msg04660.html > > wasn't nudged along too. It also fixed a talitos problem with ahash. > I don't mind if it needs to wait until later; I'm

Re: Crypto Fixes for 2.6.35

2010-07-22 Thread Lee Nipper
On Thu, Jul 22, 2010 at 00:50, Herbert Xu wrote: > Hi Linus: > > This push fixes a bug in the talito hash driver that causes too > much data to be copied. > > > Please pull from > > git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git > > or > > master.kernel.org:/pub/scm/linux/ker

Re: Crypto Fixes for 2.6.35

2010-07-21 Thread Herbert Xu
Hi Linus: This push fixes a bug in the talito hash driver that causes too much data to be copied. 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 Lee Nipper (1): crypto: talitos

Re: Crypto Fixes for 2.6.35

2010-07-15 Thread Herbert Xu
Hi Linus: This push fixes a crash in the new ablkcipher walking code used by async block ciphers. 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 Jiri Slaby (1): crypto: skciphe

Re: Crypto Fixes for 2.6.35

2010-06-03 Thread Herbert Xu
On Thu, Jun 03, 2010 at 09:26:38AM -0700, Linus Torvalds wrote: > > > On Thu, 3 Jun 2010, Herbert Xu wrote: > > > > Please pull from > > > > git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git > > "Already up-to-date." Forgot to push? (I also checked master, so it's not > tha

Re: Crypto Fixes for 2.6.35

2010-06-03 Thread Linus Torvalds
On Thu, 3 Jun 2010, Herbert Xu wrote: > > Please pull from > > git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git "Already up-to-date." Forgot to push? (I also checked master, so it's not that mirroring is slow) Linus -- To unsubscribe from this list: send t

Crypto Fixes for 2.6.35

2010-06-03 Thread Herbert Xu
Hi Linus: This push fixes build failures for of_device drivers as well as a couple of bugs in the n2 driver. 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 Anatolij Gustschin (1):