summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@kernel.org>2025-12-11 04:18:44 +0300
committerEric Biggers <ebiggers@kernel.org>2026-01-12 22:07:50 +0300
commit0d8e6c0a1178cbe88e38113bf2a4277b4b21a76f (patch)
tree4224c2a3563f463f9bb9dea9633c98e779912c94
parent719316ad8eb0c2cb5120ad6098af22ce73726853 (diff)
downloadlinux-0d8e6c0a1178cbe88e38113bf2a4277b4b21a76f.tar.xz
fscrypt: Drop obsolete recommendation to enable optimized NHPoly1305
CONFIG_CRYPTO_NHPOLY1305_NEON, CONFIG_CRYPTO_NHPOLY1305_SSE2, and CONFIG_CRYPTO_NHPOLY1305_AVX2 no longer exist. The equivalent optimizations are now just enabled automatically when Adiantum support is enabled. Update the fscrypt documentation accordingly. Link: https://lore.kernel.org/r/20251211011846.8179-13-ebiggers@kernel.org Signed-off-by: Eric Biggers <ebiggers@kernel.org>
-rw-r--r--Documentation/filesystems/fscrypt.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/filesystems/fscrypt.rst b/Documentation/filesystems/fscrypt.rst
index 70af896822e1..c0dd35f1af12 100644
--- a/Documentation/filesystems/fscrypt.rst
+++ b/Documentation/filesystems/fscrypt.rst
@@ -455,11 +455,6 @@ API, but the filenames mode still does.
- Adiantum
- Mandatory:
- CONFIG_CRYPTO_ADIANTUM
- - Recommended:
- - arm32: CONFIG_CRYPTO_NHPOLY1305_NEON
- - arm64: CONFIG_CRYPTO_NHPOLY1305_NEON
- - x86: CONFIG_CRYPTO_NHPOLY1305_SSE2
- - x86: CONFIG_CRYPTO_NHPOLY1305_AVX2
- AES-128-CBC-ESSIV and AES-128-CBC-CTS:
- Mandatory: