From: Herbert Xu Subject: Re: [PATCH 2/3] RFC4106 AES-GCM Driver Using Intel New Instructions Date: Thu, 23 Sep 2010 15:58:40 +0800 Message-ID: <20100923075840.GA30301@gondor.apana.org.au> References: <20100920080752.GA972@gondor.apana.org.au> <24483BA4C9F69C43A7379639D35543D7B6E12F4C@irsmsx502.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "Hoban, Adrian" , "Paoloni, Gabriele" , "O Mahony, Aidan" , "linux-crypto@vger.kernel.org" , "linux-kernel@vger.kernel.org" To: "Struk, Tadeusz" Return-path: Received: from helcar.apana.org.au ([209.40.204.226]:36586 "EHLO fornost.hengli.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750750Ab0IWH6n (ORCPT ); Thu, 23 Sep 2010 03:58:43 -0400 Content-Disposition: inline In-Reply-To: <24483BA4C9F69C43A7379639D35543D7B6E12F4C@irsmsx502.ger.corp.intel.com> Sender: linux-crypto-owner@vger.kernel.org List-ID: On Mon, Sep 20, 2010 at 12:21:54PM +0100, Struk, Tadeusz wrote: > Hello Herbert, > I've reworked the patch 2/3 and successfully applied all of them. > The problem was spaces at EOL. > Please find the reworked patch below. > > >From 06444d8a95458d807ae14699e557739281d0b026 Mon Sep 17 00:00:00 2001 > From: Adrian Hoban > Date: Fri, 10 Sep 2010 18:08:45 +0100 > Subject: [PATCH 2/3] RFC4106 AES-GCM Driver Using Intel New Instructions > > This patch adds an optimized RFC4106 AES-GCM implementation for 64-bit > kernels. It supports 128-bit AES key size. This leverages the crypto > AEAD interface type to facilitate a combined AES & GCM operation to > be implemented in assembly code. The assembly code leverages Intel(R) > AES New Instructions and the PCLMULQDQ instruction. > > Signed-off-by: Adrian Hoban > Signed-off-by: Tadeusz Struk > Signed-off-by: Gabriele Paoloni > Signed-off-by: Aidan O'Mahony > Signed-off-by: Erdinc Ozturk > Signed-off-by: James Guilford > Signed-off-by: Wajdi Feghali Sorry, still doesn't work: $ git apply ~/p fatal: corrupt patch at line 67 $ patch -s -p1 < ~/p patch: **** malformed patch at line 66: ALL_F $ Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt