2020-02-03 23:41:07

by Matteo Croce

[permalink] [raw]
Subject: [PATCH] crypto: arm64/poly1305: ignore build files

Add arch/arm64/crypto/poly1305-core.S to .gitignore
as it's built from poly1305-core.S_shipped

Fixes: f569ca164751 ("crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation")
Signed-off-by: Matteo Croce <[email protected]>
---
arch/arm64/crypto/.gitignore | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm64/crypto/.gitignore b/arch/arm64/crypto/.gitignore
index 879df8781ed5..e403b1343328 100644
--- a/arch/arm64/crypto/.gitignore
+++ b/arch/arm64/crypto/.gitignore
@@ -1,2 +1,3 @@
sha256-core.S
sha512-core.S
+poly1305-core.S
--
2.24.1


2020-02-13 09:24:20

by Herbert Xu

[permalink] [raw]
Subject: Re: [PATCH] crypto: arm64/poly1305: ignore build files

On Tue, Feb 04, 2020 at 12:39:33AM +0100, Matteo Croce wrote:
> Add arch/arm64/crypto/poly1305-core.S to .gitignore
> as it's built from poly1305-core.S_shipped
>
> Fixes: f569ca164751 ("crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation")
> Signed-off-by: Matteo Croce <[email protected]>
> ---
> arch/arm64/crypto/.gitignore | 1 +
> 1 file changed, 1 insertion(+)

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

2020-02-13 10:35:08

by Jason A. Donenfeld

[permalink] [raw]
Subject: Re: [PATCH] crypto: arm64/poly1305: ignore build files

On Thu, Feb 13, 2020 at 05:23:55PM +0800, Herbert Xu wrote:
> On Tue, Feb 04, 2020 at 12:39:33AM +0100, Matteo Croce wrote:
> > Add arch/arm64/crypto/poly1305-core.S to .gitignore
> > as it's built from poly1305-core.S_shipped
> >
> > Fixes: f569ca164751 ("crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation")
> > Signed-off-by: Matteo Croce <[email protected]>
> > ---
> > arch/arm64/crypto/.gitignore | 1 +
> > 1 file changed, 1 insertion(+)
>
> Patch applied. Thanks.

Probably makes sense for 5.6, no?

2020-02-13 10:39:15

by Herbert Xu

[permalink] [raw]
Subject: Re: [PATCH] crypto: arm64/poly1305: ignore build files

On Thu, Feb 13, 2020 at 11:34:44AM +0100, Jason A. Donenfeld wrote:
> On Thu, Feb 13, 2020 at 05:23:55PM +0800, Herbert Xu wrote:
> > On Tue, Feb 04, 2020 at 12:39:33AM +0100, Matteo Croce wrote:
> > > Add arch/arm64/crypto/poly1305-core.S to .gitignore
> > > as it's built from poly1305-core.S_shipped
> > >
> > > Fixes: f569ca164751 ("crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation")
> > > Signed-off-by: Matteo Croce <[email protected]>
> > > ---
> > > arch/arm64/crypto/.gitignore | 1 +
> > > 1 file changed, 1 insertion(+)
> >
> > Patch applied. Thanks.
>
> Probably makes sense for 5.6, no?

No this is too minor. Only critical bug fixes (e.g., user
triggerable crashes) or build issues are routinely accepted.

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