2015-07-06 04:05:01

by Baruch Siach

[permalink] [raw]
Subject: [PATCH] crypto: arm: ignore generated SHA2 assembly files

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 <[email protected]>
Signed-off-by: Baruch Siach <[email protected]>
---
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


2015-07-06 06:56:15

by Ard Biesheuvel

[permalink] [raw]
Subject: Re: [PATCH] crypto: arm: ignore generated SHA2 assembly files

On 6 July 2015 at 06:03, Baruch Siach <[email protected]> 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 <[email protected]>
> Signed-off-by: Baruch Siach <[email protected]>

Acked-by: Ard Biesheuvel <[email protected]>

> ---
> 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
>

2015-07-06 08:34:46

by Herbert Xu

[permalink] [raw]
Subject: Re: [PATCH] crypto: arm: ignore generated SHA2 assembly files

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 <[email protected]>
> Signed-off-by: Baruch Siach <[email protected]>

Applied.
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt