Re: Fwd: [PATCH v2] drivers/crypto/nx: fix init race, alignmasks and GCM bug

2013-04-10 Thread Kent Yoder
ed, Mar 20, 2013 at 9:22 AM >> Subject: [PATCH v2] drivers/crypto/nx: fix init race, alignmasks and GCM bug >> To: linux-kernel@vger.kernel.org >> Cc: linux-cry...@vger.kernel.org, Benjamin Herrenschmidt >> >> >> >> Fixes a race on driver init with register

Re: Fwd: [PATCH v2] drivers/crypto/nx: fix init race, alignmasks and GCM bug

2013-03-28 Thread Benjamin Herrenschmidt
te: Wed, Mar 20, 2013 at 9:22 AM > Subject: [PATCH v2] drivers/crypto/nx: fix init race, alignmasks and GCM bug > To: linux-kernel@vger.kernel.org > Cc: linux-cry...@vger.kernel.org, Benjamin Herrenschmidt > > > > Fixes a race on driver init with registering algorithms

Fwd: [PATCH v2] drivers/crypto/nx: fix init race, alignmasks and GCM bug

2013-03-28 Thread Kent Yoder
Hi Ben, will you carry this patch in the linuxppc-dev tree? Thanks, Kent -- Forwarded message -- From: Kent Yoder Date: Wed, Mar 20, 2013 at 9:22 AM Subject: [PATCH v2] drivers/crypto/nx: fix init race, alignmasks and GCM bug To: linux-kernel@vger.kernel.org Cc: linux-cry

[PATCH v2] drivers/crypto/nx: fix init race, alignmasks and GCM bug

2013-03-20 Thread Kent Yoder
Fixes a race on driver init with registering algorithms where the driver status flag wasn't being set before self testing started. Added the cra_alignmask field for CBC and ECB modes. Fixed a bug in GCM where AES block size was being used instead of authsize. Signed-off-by: Kent Yoder ---