[ANNOUNCE] Linux Security Summit 2013 - CFP

2013-05-06 Thread James Morris
== ANNOUNCEMENT AND CALL FOR PARTICIPATION LINUX SECURITY SUMMIT 2013 19-20 SEPTEMBER NEW ORLEANS, USA

Re: [PATCH] drivers/crypto/nx: fixes for multiple issues

2013-05-06 Thread Kent Yoder
Hi Ben, just a friendly reminder to please apply. Thanks, Kent On Fri, Apr 12, 2013 at 12:13:59PM -0500, Kent Yoder wrote: 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

Re: [PATCH] drivers/crypto/nx: fixes for multiple issues

2013-05-06 Thread Benjamin Herrenschmidt
On Mon, 2013-05-06 at 14:24 -0500, Kent Yoder wrote: Hi Ben, just a friendly reminder to please apply. Oh, I assumed that stuff was going via some drivers/crypto maintainer... I can apply. Cheers, Ben. -- To unsubscribe from this list: send the line unsubscribe linux-crypto in the body of a

Re: [PATCH] drivers/crypto/nx: fixes for multiple issues

2013-05-06 Thread Kent Yoder
Thanks! Kent On Mon, May 6, 2013 at 4:53 PM, Benjamin Herrenschmidt b...@kernel.crashing.org wrote: On Mon, 2013-05-06 at 14:24 -0500, Kent Yoder wrote: Hi Ben, just a friendly reminder to please apply. Oh, I assumed that stuff was going via some drivers/crypto maintainer... I can apply.

Re: [PATCH v3 0/4] Patchset to use PCLMULQDQ to accelerate CRC-T10DIF checksum computation

2013-05-06 Thread Tim Chen
On Wed, 2013-05-01 at 12:52 -0700, Tim Chen wrote: Currently the CRC-T10DIF checksum is computed using a generic table lookup algorithm. By switching the checksum to PCLMULQDQ based computation, we can speedup the computation by 8x for checksumming 512 bytes and even more for larger buffer