aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2022-08-31 09:47:06 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2022-08-31 09:47:06 -0700
commit2361d3841fddffdd4b495a4510c507f0b8f17061 (patch)
tree869d153685f7a0e600996cb0d84b7052e1652155 /lib
parentMerge tag 'lsm-pr-20220829' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm (diff)
parentcrypto: lib - remove unneeded selection of XOR_BLOCKS (diff)
downloadlinux-dev-2361d3841fddffdd4b495a4510c507f0b8f17061.tar.xz
linux-dev-2361d3841fddffdd4b495a4510c507f0b8f17061.zip
Merge tag 'v6.0-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Pull crypto fix from Herbert Xu: "Fix a boot performance regression due to an unnecessary dependency on XOR_BLOCKS" * tag 'v6.0-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: crypto: lib - remove unneeded selection of XOR_BLOCKS
Diffstat (limited to 'lib')
-rw-r--r--lib/crypto/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/crypto/Kconfig b/lib/crypto/Kconfig
index 9ff549f63540..47816af9a9d7 100644
--- a/lib/crypto/Kconfig
+++ b/lib/crypto/Kconfig
@@ -33,7 +33,6 @@ config CRYPTO_ARCH_HAVE_LIB_CHACHA
config CRYPTO_LIB_CHACHA_GENERIC
tristate
- select XOR_BLOCKS
help
This symbol can be depended upon by arch implementations of the
ChaCha library interface that require the generic code as a