kernel-5.4: backport latest patches for wireguard
[openwrt/openwrt.git] / target / linux / generic / backport-5.4 / 080-wireguard-0125-crypto-mips-add-poly1305-core.S-to-.gitignore.patch
1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2 From: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
3 Date: Sat, 27 Mar 2021 19:39:43 -0700
4 Subject: [PATCH] crypto: mips: add poly1305-core.S to .gitignore
5
6 commit dc92d0df51dc61de88bf6f4884a17bf73d5c6326 upstream.
7
8 poly1305-core.S is an auto-generated file, so it should be ignored.
9
10 Fixes: a11d055e7a64 ("crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementation")
11 Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
12 Cc: Ard Biesheuvel <ardb@kernel.org>
13 Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
14 Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
15 ---
16 arch/mips/crypto/.gitignore | 2 ++
17 1 file changed, 2 insertions(+)
18 create mode 100644 arch/mips/crypto/.gitignore
19
20 --- /dev/null
21 +++ b/arch/mips/crypto/.gitignore
22 @@ -0,0 +1,2 @@
23 +# SPDX-License-Identifier: GPL-2.0-only
24 +poly1305-core.S