[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20251213023018.GB71695@sol>
Date: Fri, 12 Dec 2025 18:30:18 -0800
From: Eric Biggers <ebiggers@...nel.org>
To: Charles Mirabile <cmirabil@...hat.com>
Cc: linux-kernel@...r.kernel.org, linux-crypto@...r.kernel.org,
linux-riscv@...ts.infradead.org, Jason@...c4.com, ardb@...nel.org,
zhihang.shao.iscas@...il.com, zhangchunyan@...as.ac.cn
Subject: Re: [PATCH] crypto: riscv: add poly1305-core.S to .gitignore
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@...hat.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@...r.kernel.org
(Since 6.18 is affected)
- Eric
Powered by blists - more mailing lists