]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: mips/poly1305 - enable for all MIPS processors
authorMaciej W. Rozycki <macro@orcam.me.uk>
Wed, 3 Mar 2021 01:16:04 +0000 (02:16 +0100)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Mon, 8 Mar 2021 10:52:17 +0000 (11:52 +0100)
commit5c51f25e18a6433ff75cd080e554c82b7026a5fd
tree1da92ab8ef40132a6feb6d578359d18f60a93311
parentaf0a68f39e28ab67fab92854783898cc669b5e7c
crypto: mips/poly1305 - enable for all MIPS processors

The MIPS Poly1305 implementation is generic MIPS code written such as to
support down to the original MIPS I and MIPS III ISA for the 32-bit and
64-bit variant respectively.  Lift the current limitation then to enable
code for MIPSr1 ISA or newer processors only and have it available for
all MIPS processors.

Signed-off-by: Maciej W. Rozycki <macro@orcam.me.uk>
Fixes: cffeb5e9afb9 ("crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementation")
Cc: stable@vger.kernel.org # v5.5+
Acked-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/crypto/Makefile
crypto/Kconfig
drivers/net/Kconfig