Crypto Fixes for 4.3

2015-10-26 Thread Herbert Xu
Hi Linus: This push fixes a problem in the Crypto API that may cause spurious errors when signals are received by the process that made the orignal system call into the kernel. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus Herbert Xu (1):

Crypto Fixes for 4.3

2015-10-26 Thread Herbert Xu
Hi Linus: This push fixes a problem in the Crypto API that may cause spurious errors when signals are received by the process that made the orignal system call into the kernel. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus Herbert Xu (1):

Re: Crypto Fixes for 4.3

2015-10-13 Thread Herbert Xu
On Tue, Oct 13, 2015 at 07:00:20PM -0700, Linus Torvalds wrote: > > You might try to start using signed tags for your pull requests. That > lessens this kind of issue, because now only will you write the tag > message and then your signing key pass phrase etc, the tag would > specify one very

Re: Crypto Fixes for 4.3

2015-10-13 Thread Linus Torvalds
On Tue, Oct 13, 2015 at 6:03 PM, Herbert Xu wrote: > > Oops, I should've waited for you to pull the previous one before > pushing this one out. You might try to start using signed tags for your pull requests. That lessens this kind of issue, because now only will you write the tag message and

Re: Crypto Fixes for 4.3

2015-10-13 Thread Herbert Xu
On Tue, Oct 13, 2015 at 10:23:39AM -0700, Linus Torvalds wrote: > > Hmm. It looks like you also quietly added a ahash fix this morning. > > I took it despite it not being described or in the diffstat. But > please send new pull requests when you update a branch you asked me to > pull. Oops, I

Re: Crypto Fixes for 4.3

2015-10-13 Thread Linus Torvalds
On Tue, Oct 13, 2015 at 5:17 AM, Herbert Xu wrote: > > This push fixes the following issues: > > * Fix AVX detection to prevent use of non-existent AESNI. > * Some SPARC ciphers did not set their IV size which may lead > to memory corruption. Hmm. It looks like you also quietly added a ahash

Crypto Fixes for 4.3

2015-10-13 Thread Herbert Xu
Hi Linus: This push fixes the following issues: * Fix AVX detection to prevent use of non-existent AESNI. * Some SPARC ciphers did not set their IV size which may lead to memory corruption. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git Ben Hutchings

Re: Crypto Fixes for 4.3

2015-10-13 Thread Linus Torvalds
On Tue, Oct 13, 2015 at 6:03 PM, Herbert Xu wrote: > > Oops, I should've waited for you to pull the previous one before > pushing this one out. You might try to start using signed tags for your pull requests. That lessens this kind of issue, because now only will you

Re: Crypto Fixes for 4.3

2015-10-13 Thread Herbert Xu
On Tue, Oct 13, 2015 at 07:00:20PM -0700, Linus Torvalds wrote: > > You might try to start using signed tags for your pull requests. That > lessens this kind of issue, because now only will you write the tag > message and then your signing key pass phrase etc, the tag would > specify one very

Crypto Fixes for 4.3

2015-10-13 Thread Herbert Xu
Hi Linus: This push fixes the following issues: * Fix AVX detection to prevent use of non-existent AESNI. * Some SPARC ciphers did not set their IV size which may lead to memory corruption. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git Ben Hutchings

Re: Crypto Fixes for 4.3

2015-10-13 Thread Linus Torvalds
On Tue, Oct 13, 2015 at 5:17 AM, Herbert Xu wrote: > > This push fixes the following issues: > > * Fix AVX detection to prevent use of non-existent AESNI. > * Some SPARC ciphers did not set their IV size which may lead > to memory corruption. Hmm. It looks like you

Re: Crypto Fixes for 4.3

2015-10-13 Thread Herbert Xu
On Tue, Oct 13, 2015 at 10:23:39AM -0700, Linus Torvalds wrote: > > Hmm. It looks like you also quietly added a ahash fix this morning. > > I took it despite it not being described or in the diffstat. But > please send new pull requests when you update a branch you asked me to > pull. Oops, I

Crypto Fixes for 4.3

2015-09-26 Thread Herbert Xu
Hi Linus: This push fixes the following issues: * Check the return value of platform_get_irq as signed int in xgene. * Skip adf_dev_restore on virtual functions in qat. * Fix double-free with backlogged requests in marvell_cesa. Please pull from

Crypto Fixes for 4.3

2015-09-26 Thread Herbert Xu
Hi Linus: This push fixes the following issues: * Check the return value of platform_get_irq as signed int in xgene. * Skip adf_dev_restore on virtual functions in qat. * Fix double-free with backlogged requests in marvell_cesa. Please pull from

Crypto Fixes for 4.3

2015-09-16 Thread Herbert Xu
Hi Linus: This push fixes the following issues: * The selftest overreads the IV test vector. * Fix potential infinite loop in sunxi-ss driver. * Fix powerpc build failure when VMX is set without VSX. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git

Crypto Fixes for 4.3

2015-09-16 Thread Herbert Xu
Hi Linus: This push fixes the following issues: * The selftest overreads the IV test vector. * Fix potential infinite loop in sunxi-ss driver. * Fix powerpc build failure when VMX is set without VSX. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git

Crypto Fixes for 4.3

2015-09-08 Thread Herbert Xu
Hi Linus: This push fixes a memory corruption bug in ghash-clmulni-intel due to insufficient memory allocation. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git Andrey Ryabinin (1): crypto: ghash-clmulni: specify context size for ghash async

Crypto Fixes for 4.3

2015-09-08 Thread Herbert Xu
Hi Linus: This push fixes a memory corruption bug in ghash-clmulni-intel due to insufficient memory allocation. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git Andrey Ryabinin (1): crypto: ghash-clmulni: specify context size for ghash async