Message ID | e9fad4b90e8d3aac883e2a5ac99b330653bcc354.1436155417.git.baruch@tkos.co.il (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Herbert Xu |
Headers | show |
On 6 July 2015 at 06:03, Baruch Siach <baruch@tkos.co.il> wrote: > These files are generated since commits f2f770d74a8d (crypto: arm/sha256 - Add > optimized SHA-256/224, 2015-04-03) and c80ae7ca3726 (crypto: arm/sha512 - > accelerated SHA-512 using ARM generic ASM and NEON, 2015-05-08). > > Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> > Signed-off-by: Baruch Siach <baruch@tkos.co.il> Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> > --- > arch/arm/crypto/.gitignore | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/crypto/.gitignore b/arch/arm/crypto/.gitignore > index 6231d36b3635..31e1f538df7d 100644 > --- a/arch/arm/crypto/.gitignore > +++ b/arch/arm/crypto/.gitignore > @@ -1 +1,3 @@ > aesbs-core.S > +sha256-core.S > +sha512-core.S > -- > 2.1.4 > -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Mon, Jul 06, 2015 at 07:03:37AM +0300, Baruch Siach wrote: > These files are generated since commits f2f770d74a8d (crypto: arm/sha256 - Add > optimized SHA-256/224, 2015-04-03) and c80ae7ca3726 (crypto: arm/sha512 - > accelerated SHA-512 using ARM generic ASM and NEON, 2015-05-08). > > Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> > Signed-off-by: Baruch Siach <baruch@tkos.co.il> Applied.
diff --git a/arch/arm/crypto/.gitignore b/arch/arm/crypto/.gitignore index 6231d36b3635..31e1f538df7d 100644 --- a/arch/arm/crypto/.gitignore +++ b/arch/arm/crypto/.gitignore @@ -1 +1,3 @@ aesbs-core.S +sha256-core.S +sha512-core.S
These files are generated since commits f2f770d74a8d (crypto: arm/sha256 - Add optimized SHA-256/224, 2015-04-03) and c80ae7ca3726 (crypto: arm/sha512 - accelerated SHA-512 using ARM generic ASM and NEON, 2015-05-08). Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Baruch Siach <baruch@tkos.co.il> --- arch/arm/crypto/.gitignore | 2 ++ 1 file changed, 2 insertions(+)