mbox series

[GIT,PULL] Crypto Fixes for 5.11

Message ID 20210118051312.GA26120@gondor.apana.org.au (mailing list archive)
State Not Applicable
Delegated to: Herbert Xu
Headers show
Series [GIT,PULL] Crypto Fixes for 5.11 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus

Message

Herbert Xu Jan. 18, 2021, 5:13 a.m. UTC
Hi Linus:

This push fixes a Kconfig dependency issue with omap-sham and a
divide by zero in xor on some platforms.

The following changes since commit 0aa171e9b267ce7c52d3a3df7bc9c1fc0203dec5:

  crypto: ecdh - avoid buffer overflow in ecdh_set_secret() (2021-01-03 08:35:35 +1100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus 

for you to fetch changes up to 382811940303f7cd01d0f3dcdf432dfd89c5a98e:

  crypto: omap-sham - Fix link error without crypto-engine (2021-01-08 15:37:55 +1100)

----------------------------------------------------------------
Arnd Bergmann (1):
      crypto: omap-sham - Fix link error without crypto-engine

Kirill Tkhai (1):
      crypto: xor - Fix divide error in do_xor_speed()

 crypto/xor.c           | 2 ++
 drivers/crypto/Kconfig | 1 +
 2 files changed, 3 insertions(+)

Thanks,

Comments

pr-tracker-bot@kernel.org Jan. 18, 2021, 9:16 p.m. UTC | #1
The pull request you sent on Mon, 18 Jan 2021 16:13:13 +1100:

> git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/fd3958eac387593d02e4d4287658ba04bcdb235a

Thank you!