Re: [PATCH 8/9] crypto: x86/chacha - remove the skcipher algorithms
From: Herbert Xu
Date: Thu Apr 17 2025 - 23:24:18 EST
Eric Biggers <ebiggers@xxxxxxxxxx> wrote:
>
> -static void __exit chacha_simd_mod_fini(void)
> -{
> - if (IS_REACHABLE(CONFIG_CRYPTO_SKCIPHER) && boot_cpu_has(X86_FEATURE_SSSE3))
> - crypto_unregister_skciphers(algs, ARRAY_SIZE(algs));
> -}
> -
> arch_initcall(chacha_simd_mod_init);
> -module_exit(chacha_simd_mod_fini);
Why did you remove the ability to remove the module?
Cheers,
--
Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt