]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: lib/poly1305 - restore ability to remove modules
authorEric Biggers <ebiggers@google.com>
Fri, 18 Apr 2025 04:00:17 +0000 (21:00 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 19 Apr 2025 03:18:28 +0000 (11:18 +0800)
commitbb9c648b334be581a791c7669abaa594e4b5ebb7
tree88342c376e4af71634743a2ea0a68576387cf8c5
parent8821d26926ea6c1115974a989ec5a467da402f4f
crypto: lib/poly1305 - restore ability to remove modules

Though the module_exit functions are now no-ops, they should still be
defined, since otherwise the modules become unremovable.

Fixes: 1f81c58279c7 ("crypto: arm/poly1305 - remove redundant shash algorithm")
Fixes: f4b1a73aec5c ("crypto: arm64/poly1305 - remove redundant shash algorithm")
Fixes: 378a337ab40f ("crypto: powerpc/poly1305 - implement library instead of shash")
Fixes: 21969da642a2 ("crypto: x86/poly1305 - remove redundant shash algorithm")
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/arm/crypto/poly1305-glue.c
arch/arm64/crypto/poly1305-glue.c
arch/powerpc/crypto/poly1305-p10-glue.c
arch/x86/crypto/poly1305_glue.c