mbox series

[GIT,PULL] Crypto Fixes for 5.9

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

Pull-request

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

Message

Herbert Xu Aug. 14, 2020, 1:18 p.m. UTC
Hi Linus:

This push fixes a regression in af_alg.

The following changes since commit 3cbfe80737c18ac6e635421ab676716a393d3074:

  crypto: sa2ul - Fix inconsistent IS_ERR and PTR_ERR (2020-07-31 18:25:29 +1000)

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 21dfbcd1f5cbff9cf2f9e7e43475aed8d072b0dd:

  crypto: algif_aead - fix uninitialized ctx->init (2020-08-13 17:09:32 +1000)

----------------------------------------------------------------
Ondrej Mosnacek (1):
      crypto: algif_aead - fix uninitialized ctx->init

 crypto/algif_aead.c     | 6 ------
 crypto/algif_skcipher.c | 7 +------
 2 files changed, 1 insertion(+), 12 deletions(-)

Thanks,

Comments

pr-tracker-bot@kernel.org Aug. 14, 2020, 8:34 p.m. UTC | #1
The pull request you sent on Fri, 14 Aug 2020 23:18:18 +1000:

> 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/d9361cb285281563adada9b16708b12053bd6531

Thank you!