Skip to content

Commit

Permalink
Merge tag 'v6.0-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
Linus Torvalds committed Aug 31, 2022
2 parents 9c9d189 + 874b301 commit 2361d38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2361d38

Please sign in to comment.