Linux-RISC-V Archive on lore.kernel.org
 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
  2025-12-31  3:31 ` patchwork-bot+linux-riscv
  0 siblings, 2 replies; 3+ 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


_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

^ permalink raw reply related	[flat|nested] 3+ 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
  2025-12-31  3:31 ` patchwork-bot+linux-riscv
  1 sibling, 0 replies; 3+ 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

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

^ permalink raw reply	[flat|nested] 3+ 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
@ 2025-12-31  3:31 ` patchwork-bot+linux-riscv
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-riscv @ 2025-12-31  3:31 UTC (permalink / raw)
  To: Charles Mirabile
  Cc: linux-riscv, linux-kernel, linux-crypto, ebiggers, Jason, ardb,
	zhihang.shao.iscas, zhangchunyan

Hello:

This patch was applied to riscv/linux.git (fixes)
by Eric Biggers <ebiggers@kernel.org>:

On Fri, 12 Dec 2025 13:47:17 -0500 you 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

Here is the summary with links:
  - crypto: riscv: add poly1305-core.S to .gitignore
    https://git.kernel.org/riscv/c/5a0b18825068

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

end of thread, other threads:[~2025-12-31  3:35 UTC | newest]

Thread overview: 3+ 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
2025-12-31  3:31 ` patchwork-bot+linux-riscv

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox