From: Eric Biggers Date: Thu, 19 Jun 2025 19:31:49 +0000 (-0700) Subject: fscrypt: Drop obsolete recommendation to enable optimized SHA-512 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=66271c155d88e9e3a6ad92df946efde6645ec851;p=users%2Fjedix%2Flinux-maple.git fscrypt: Drop obsolete recommendation to enable optimized SHA-512 Since the crypto kconfig options are being fixed to enable optimized SHA-512 automatically (https://lore.kernel.org/linux-crypto/20250616014019.415791-1-ebiggers@kernel.org/), it is no longer necessary to give a recommendation to enable it. Link: https://lore.kernel.org/r/20250619193149.138315-1-ebiggers@kernel.org Signed-off-by: Eric Biggers --- diff --git a/Documentation/filesystems/fscrypt.rst b/Documentation/filesystems/fscrypt.rst index 29e84d125e024..f63791641c1d9 100644 --- a/Documentation/filesystems/fscrypt.rst +++ b/Documentation/filesystems/fscrypt.rst @@ -468,14 +468,6 @@ API, but the filenames mode still does. - Recommended: - AES-CBC acceleration -fscrypt also uses HMAC-SHA512 for key derivation, so enabling SHA-512 -acceleration is recommended: - -- SHA-512 - - Recommended: - - arm64: CONFIG_CRYPTO_SHA512_ARM64_CE - - x86: CONFIG_CRYPTO_SHA512_SSSE3 - Contents encryption -------------------