mbox series

[GIT] Crypto Fixes for 5.3

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

Pull-request

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

Message

Herbert Xu July 19, 2019, 3:12 a.m. UTC
Hi Linus: 

This push fixes the following issues:

- Fix missed wake-up race in padata.
- Use crypto_memneq in ccp.
- Fix version check in ccp.
- Fix fuzz test failure in ccp.
- Fix potential double free in crypto4xx.
- Fix compile warning in stm32.


The following changes since commit f3880a23564e3172437285ebcb5b8a124539fdae:

  crypto: stm32/hash - remove interruptible condition for dma (2019-07-03 22:15:08 +0800)

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 cf144f81a99d1a3928f90b0936accfd3f45c9a0a:

  padata: use smp_mb in padata_reorder to avoid orphaned padata jobs (2019-07-18 13:39:54 +0800)

----------------------------------------------------------------
Cfir Cohen (1):
      crypto: ccp/gcm - use const time tag comparison.

Daniel Jordan (1):
      padata: use smp_mb in padata_reorder to avoid orphaned padata jobs

David Rientjes (1):
      crypto: ccp - Fix SEV_VERSION_GREATER_OR_EQUAL

Herbert Xu (1):
      crypto: stm32/hash - Fix incorrect printk modifier for size_t

Hook, Gary (1):
      crypto: ccp - memset structure fields to zero before reuse

Wen Yang (1):
      crypto: crypto4xx - fix a potential double free in ppc4xx_trng_probe

 drivers/crypto/amcc/crypto4xx_trng.c |  1 -
 drivers/crypto/ccp/ccp-ops.c         | 15 +++++++++++++--
 drivers/crypto/ccp/psp-dev.c         | 19 ++++++++++++-------
 drivers/crypto/stm32/stm32-hash.c    |  2 +-
 kernel/padata.c                      | 12 ++++++++++++
 5 files changed, 38 insertions(+), 11 deletions(-)

Thanks,

Comments

pr-tracker-bot@kernel.org July 19, 2019, 7:45 p.m. UTC | #1
The pull request you sent on Fri, 19 Jul 2019 11:12:06 +0800:

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

Thank you!