mbox series

[GIT,PULL] Crypto Fixes for 5.10

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

Pull-request

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

Message

Herbert Xu Oct. 26, 2020, 1:11 a.m. UTC
Hi Linus:

This push fixes a regression in x86/poly1305.

The following changes since commit 3093e7c16e12d729c325adb3c53dde7308cefbd8:

  X.509: Fix modular build of public_key_sm2 (2020-10-08 16:39:14 +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 c3a98c3ad5c0dc60a1ac66bf91147a3f39cac96b:

  crypto: x86/poly1305 - add back a needed assignment (2020-10-24 09:38:32 +1100)

----------------------------------------------------------------
Eric Biggers (1):
      crypto: x86/poly1305 - add back a needed assignment

 arch/x86/crypto/poly1305_glue.c | 1 +
 1 file changed, 1 insertion(+)

Thanks,

Comments

pr-tracker-bot@kernel.org Oct. 26, 2020, 5:52 p.m. UTC | #1
The pull request you sent on Mon, 26 Oct 2020 12:11:59 +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/41ba50b0572e90ed3d24fe4def54567e9050bc47

Thank you!