]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: lib/chacha - restore ability to remove modules
authorEric Biggers <ebiggers@google.com>
Fri, 18 Apr 2025 03:59:09 +0000 (20:59 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 19 Apr 2025 03:18:28 +0000 (11:18 +0800)
commit8821d26926ea6c1115974a989ec5a467da402f4f
tree8f0276b1e7b852ea222f52e8d868bbdb13528976
parent31b20bc22f6897a881059c0c85635966e0fd23a5
crypto: lib/chacha - 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: 08820553f33a ("crypto: arm/chacha - remove the redundant skcipher algorithms")
Fixes: 8c28abede16c ("crypto: arm64/chacha - remove the skcipher algorithms")
Fixes: f7915484c020 ("crypto: powerpc/chacha - remove the skcipher algorithms")
Fixes: ceba0eda8313 ("crypto: riscv/chacha - implement library instead of skcipher")
Fixes: 632ab0978f08 ("crypto: x86/chacha - remove the skcipher algorithms")
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/arm/crypto/chacha-glue.c
arch/arm64/crypto/chacha-neon-glue.c
arch/powerpc/crypto/chacha-p10-glue.c
arch/riscv/crypto/chacha-riscv64-glue.c
arch/x86/crypto/chacha_glue.c