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

2012-01-09 Thread Julia Lawall
From: Julia Lawall julia.law...@lip6.fr 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

[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 kim.phill...@freescale.com --- drivers/crypto/caam/ctrl.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

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

2012-01-09 Thread Kim Phillips
From: Hemant Agrawal hem...@freescale.com Signed-off-by: Hemant Agrawal hem...@freescale.com Signed-off-by: Kim Phillips kim.phill...@freescale.com --- drivers/crypto/caam/caamalg.c | 115 + 1 files changed, 115 insertions(+), 0 deletions(-) diff --git