Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

-5
-5
Documentation/filesystems/fscrypt.rst
··· 455 455 - Adiantum 456 456 - Mandatory: 457 457 - CONFIG_CRYPTO_ADIANTUM 458 - - Recommended: 459 - - arm32: CONFIG_CRYPTO_NHPOLY1305_NEON 460 - - arm64: CONFIG_CRYPTO_NHPOLY1305_NEON 461 - - x86: CONFIG_CRYPTO_NHPOLY1305_SSE2 462 - - x86: CONFIG_CRYPTO_NHPOLY1305_AVX2 463 458 464 459 - AES-128-CBC-ESSIV and AES-128-CBC-CTS: 465 460 - Mandatory: