mbox series

[GIT,PULL] Crypto Fixes for 6.0

Message ID Yw8iAwgcPuBpGiGM@gondor.apana.org.au
State New
Headers show
Series [GIT,PULL] Crypto Fixes for 6.0 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git tags/v6.0-p2

Message

Herbert Xu Aug. 31, 2022, 8:55 a.m. UTC
Hi Linus:

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git tags/v6.0-p2

for you to fetch changes up to 874b301985ef2f89b8b592ad255e03fb6fbfe605:

  crypto: lib - remove unneeded selection of XOR_BLOCKS (2022-08-26 18:40:14 +0800)

----------------------------------------------------------------
This push fixes a boot performance regression due to an unnecessary
dependency on XOR_BLOCKS.

----------------------------------------------------------------
Eric Biggers (1):
      crypto: lib - remove unneeded selection of XOR_BLOCKS

 lib/crypto/Kconfig | 1 -
 1 file changed, 1 deletion(-)

Thanks,