Eric Biggers <ebiggers@xxxxxxxxxx> wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > 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@xxxxxxxxxx> > --- > arch/arm/crypto/chacha-glue.c | 5 +++++ > arch/arm64/crypto/chacha-neon-glue.c | 5 +++++ > arch/powerpc/crypto/chacha-p10-glue.c | 5 +++++ > arch/riscv/crypto/chacha-riscv64-glue.c | 5 +++++ > arch/x86/crypto/chacha_glue.c | 5 +++++ > 5 files changed, 25 insertions(+) Patch applied. Thanks. -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt