diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2022-08-31 19:47:06 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2022-08-31 19:47:06 +0300 |
commit | 2361d3841fddffdd4b495a4510c507f0b8f17061 (patch) | |
tree | 869d153685f7a0e600996cb0d84b7052e1652155 /lib | |
parent | 9c9d1896fa92e05e7af5a7a47e335f834aa4248c (diff) | |
parent | 874b301985ef2f89b8b592ad255e03fb6fbfe605 (diff) | |
download | linux-2361d3841fddffdd4b495a4510c507f0b8f17061.tar.xz |
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/Kconfig | 1 |
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 |