linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] crypto: riscv: add poly1305-core.S to .gitignore
@ 2025-12-12 18:47 Charles Mirabile
  2025-12-13  2:30 ` Eric Biggers
  0 siblings, 1 reply; 2+ messages in thread
From: Charles Mirabile @ 2025-12-12 18:47 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-crypto, linux-riscv, ebiggers, Jason, ardb,
	zhihang.shao.iscas, zhangchunyan, Charles Mirabile

poly1305-core.S is an auto-generated file, so it should be ignored.

Fixes: bef9c7559869 ("lib/crypto: riscv/poly1305: Import OpenSSL/CRYPTOGAMS implementation")
Signed-off-by: Charles Mirabile <cmirabil@redhat.com>
---
 lib/crypto/riscv/.gitignore | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 lib/crypto/riscv/.gitignore

diff --git a/lib/crypto/riscv/.gitignore b/lib/crypto/riscv/.gitignore
new file mode 100644
index 000000000000..0d47d4f21c6d
--- /dev/null
+++ b/lib/crypto/riscv/.gitignore
@@ -0,0 +1,2 @@
+# SPDX-License-Identifier: GPL-2.0-only
+poly1305-core.S
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] crypto: riscv: add poly1305-core.S to .gitignore
  2025-12-12 18:47 [PATCH] crypto: riscv: add poly1305-core.S to .gitignore Charles Mirabile
@ 2025-12-13  2:30 ` Eric Biggers
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Biggers @ 2025-12-13  2:30 UTC (permalink / raw)
  To: Charles Mirabile
  Cc: linux-kernel, linux-crypto, linux-riscv, Jason, ardb,
	zhihang.shao.iscas, zhangchunyan

On Fri, Dec 12, 2025 at 01:47:17PM -0500, Charles Mirabile wrote:
> poly1305-core.S is an auto-generated file, so it should be ignored.
> 
> Fixes: bef9c7559869 ("lib/crypto: riscv/poly1305: Import OpenSSL/CRYPTOGAMS implementation")
> Signed-off-by: Charles Mirabile <cmirabil@redhat.com>
> ---
>  lib/crypto/riscv/.gitignore | 2 ++
>  1 file changed, 2 insertions(+)
>  create mode 100644 lib/crypto/riscv/.gitignore
> 
> diff --git a/lib/crypto/riscv/.gitignore b/lib/crypto/riscv/.gitignore
> new file mode 100644
> index 000000000000..0d47d4f21c6d
> --- /dev/null
> +++ b/lib/crypto/riscv/.gitignore
> @@ -0,0 +1,2 @@
> +# SPDX-License-Identifier: GPL-2.0-only
> +poly1305-core.S
> -- 

Applied to https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git/log/?h=libcrypto-fixes

I added:

    Cc: stable@vger.kernel.org

(Since 6.18 is affected)

- Eric

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-12-13  2:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-12 18:47 [PATCH] crypto: riscv: add poly1305-core.S to .gitignore Charles Mirabile
2025-12-13  2:30 ` Eric Biggers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).