[PATCH 3/4] drivers/crypto/ixp4xx_crypto.c: convert GFP_KERNEL to GFP_ATOMIC

2012-01-09 Thread Julia Lawall
From: Julia Lawall The function is called with locks held and thus should not use GFP_KERNEL. The semantic patch that makes this report is available in scripts/coccinelle/locks/call_kern.cocci. More information about semantic patching is available at http://coccinelle.lip6.fr/ Signed-off-by: J

[PATCH] crypto: caam - fix gcc 4.6 warning

2012-01-09 Thread Kim Phillips
drivers/crypto/caam/ctrl.c: In function 'caam_probe': drivers/crypto/caam/ctrl.c:49:6: warning: unused variable 'd' [-Wunused-variable] Signed-off-by: Kim Phillips --- drivers/crypto/caam/ctrl.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/crypto/caam/ctrl.c

[PATCH 1/2] crypto: caam - add sha224 and sha384 variants to existing AEAD algorithms

2012-01-09 Thread Kim Phillips
From: Hemant Agrawal Signed-off-by: Hemant Agrawal Signed-off-by: Kim Phillips --- drivers/crypto/caam/caamalg.c | 115 + 1 files changed, 115 insertions(+), 0 deletions(-) diff --git a/drivers/crypto/caam/caamalg.c b/drivers/crypto/caam/caamalg.c inde

[PATCH 2/2] crypto: caam - be less noisy on startup

2012-01-09 Thread Kim Phillips
sha224 and 384 support extends caam noise to 21 lines. Do the same as commit 5b859b6 "crypto: talitos - be less noisy on startup", but for caam, and display: caam ffe30.crypto: fsl,sec-v4.0 algorithms registered in /proc/crypto Signed-off-by: Kim Phillips --- drivers/crypto/caam/caamalg.c

Re: [PATCH v8 2/2] crypto: driver for Tegra AES hardware

2012-01-09 Thread Mark Brown
On Mon, Jan 09, 2012 at 10:57:05AM +0530, Varun Wadekar wrote: > Is this patch good to go? I did not receive any comments, so I am > assuming that this patch is good but might have slipped from the > maintainers' list of patches to review. > Can some one please review/ack these changes so that we