From: Eric Biggers Date: Tue, 4 Mar 2025 20:55:01 +0000 (-0800) Subject: fscrypt: drop obsolete recommendation to enable optimized ChaCha20 X-Git-Tag: v6.15-rc1~185^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eea957d8db1d1764c9c4b3c7fc5c86dbccb71fdc;p=thirdparty%2Fkernel%2Flinux.git fscrypt: drop obsolete recommendation to enable optimized ChaCha20 Since the crypto kconfig options are being fixed to enable optimized ChaCha20 automatically (https://lore.kernel.org/r/Z8AY16EIqAYpfmRI@gondor.apana.org.au/), it is no longer necessary to give a recommendation to enable it. Link: https://lore.kernel.org/r/20250304205501.13797-1-ebiggers@kernel.org Signed-off-by: Eric Biggers --- diff --git a/Documentation/filesystems/fscrypt.rst b/Documentation/filesystems/fscrypt.rst index 04eaab01314bc..004f7fa48a469 100644 --- a/Documentation/filesystems/fscrypt.rst +++ b/Documentation/filesystems/fscrypt.rst @@ -428,11 +428,8 @@ API, but the filenames mode still does. - Mandatory: - CONFIG_CRYPTO_ADIANTUM - Recommended: - - arm32: CONFIG_CRYPTO_CHACHA20_NEON - arm32: CONFIG_CRYPTO_NHPOLY1305_NEON - - arm64: CONFIG_CRYPTO_CHACHA20_NEON - arm64: CONFIG_CRYPTO_NHPOLY1305_NEON - - x86: CONFIG_CRYPTO_CHACHA20_X86_64 - x86: CONFIG_CRYPTO_NHPOLY1305_SSE2 - x86: CONFIG_CRYPTO_NHPOLY1305_AVX2