[PATCH] crypto: testmgr.c: white space fix-ups on test_aead

2014-07-28 Thread Cristian Stoica
This patch inverts two if conditions and allows removal of one tab-stop in their code-blocks. Only white-space clean-up follows. Signed-off-by: Cristian Stoica cristian.sto...@freescale.com --- crypto/testmgr.c | 498 +++ 1 file changed, 242

[PATCH] crypto: atmel-tdes: Switch to managed version of kzalloc

2014-07-28 Thread pramod . gurav . etc
From: Pramod Gurav pramod.gu...@smartplayin.com This patch switches data allocation from kzalloc to devm_kzalloc. It also removes some kfree() on data that was earlier allocated using devm_kzalloc() from probe as well as remove funtions. CC: Herbert Xu herb...@gondor.apana.org.au CC: David S.

[PATCH] crypto: atmel-sha: Switch to managed version of kzalloc

2014-07-28 Thread pramod . gurav . etc
From: Pramod Gurav pramod.gu...@smartplayin.com This patch switches data allocation from kzalloc to devm_kzalloc. It also removed some kfree() on data that was earlier allocated using devm_kzalloc(). CC: Herbert Xu herb...@gondor.apana.org.au CC: David S. Miller da...@davemloft.net CC: Grant

[PATCH -next] PKCS#7: fix sparse non static symbol warning

2014-07-28 Thread weiyj_lk
From: Wei Yongjun yongjun_...@trendmicro.com.cn Fixes the following sparse warnings: crypto/asymmetric_keys/pkcs7_key_type.c:73:17: warning: symbol 'key_type_pkcs7' was not declared. Should it be static? Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn ---

Crypto Fixes for 3.16

2014-07-28 Thread Herbert Xu
Hi Linus: This push fixes a regression on ARM where odd-sized blocks supplied to AES may cause crashes. 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 Mikulas Patocka (2):

Re: DMA support for mv_cesa

2014-07-28 Thread Jason Cooper
Muran, + free-electron's, mvebu maintainers On Mon, Jul 28, 2014 at 03:24:43PM +0200, Muran Hrun wrote: What is the status of DMA support for mv_cesa? I tried applying the patches at git://nwl.cc/~n0-1/linux.git (cesa-dma branch) on kernel 3.15.6 but the kernel just crashed on my DNS-320,

Re: DMA support for mv_cesa

2014-07-28 Thread Thomas Petazzoni
Jason, Muran, +Cc Tawfik and Lior from Marvell. On Mon, 28 Jul 2014 10:17:57 -0400, Jason Cooper wrote: Muran, + free-electron's, mvebu maintainers On Mon, Jul 28, 2014 at 03:24:43PM +0200, Muran Hrun wrote: What is the status of DMA support for mv_cesa? I tried applying the patches