Re: [PATCH] crypto: UML build fixes

2011-06-08 Thread Herbert Xu
On Wed, Jun 01, 2011 at 04:13:11PM +0200, Richard Weinberger wrote: CRYPTO_GHASH_CLMUL_NI_INTEL and CRYPTO_AES_NI_INTEL cannot be used on UML. Commit 3e02e5cb and 54b6a1b enabled them by accident. Signed-off-by: Richard Weinberger rich...@nod.at Patch applied. Thanks! -- Email: Herbert Xu

Re: [PATCH 00/11] crypto: omap-sham driver fixes

2011-06-08 Thread Herbert Xu
On Thu, Jun 02, 2011 at 09:10:02PM +0300, Dmitry Kasatkin wrote: Hi, Recently we got crashes few times after some other patches to 2.6.32 kernel. This patch set greatly prevents race condition situations. No crashes are noticed any more. Now the driver should be ok for multi core as well.

Re: [PATCH] crypto: caam - fix build warning when DEBUG_FS not configured

2011-06-08 Thread Herbert Xu
On Sun, Jun 05, 2011 at 04:42:54PM -0500, Kim Phillips wrote: drivers/crypto/caam/ctrl.c: In function 'caam_probe': drivers/crypto/caam/ctrl.c:55:23: warning: unused variable 'perfmon' Signed-off-by: Kim Phillips kim.phill...@freescale.com Patch applied. Thanks Kim. -- Email: Herbert Xu

Re: [PATCH] crypto: picoxcell: fix possible invalid pointer dereference

2011-06-08 Thread Herbert Xu
On Mon, Jun 06, 2011 at 12:31:17PM +0100, Jamie Iles wrote: The completion callback will free the request so we must remove it from the completion list before calling the callback. Cc: sta...@kernel.org Cc: Herbert Xu herb...@gondor.apana.org.au Signed-off-by: Jamie Iles ja...@jamieiles.com

Re: [PATCH 00/11] crypto: omap-sham driver fixes

2011-06-08 Thread Dmitry Kasatkin
Thanks! On Wed, Jun 8, 2011 at 4:08 PM, Herbert Xu herb...@gondor.apana.org.au wrote: On Thu, Jun 02, 2011 at 09:10:02PM +0300, Dmitry Kasatkin wrote: Hi, Recently we got crashes few times after some other patches to 2.6.32 kernel. This patch set greatly prevents race condition situations.