mbox series

[GIT,PULL] Crypto Fixes for 5.9

Message ID 20200830223304.GA16882@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. 30, 2020, 10:33 p.m. UTC
Hi Linus:

This push fixes the following issues:

- Regression in af_alg that affects iwd.
- Restore polling delay in qat.
- Double free in ingenic on error path.
- Potential build failure in sa2ul due to missing Kconfig dependency.

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

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

  crypto: af_alg - Work around empty control messages without MSG_MORE (2020-08-27 23:20:36 +1000)

----------------------------------------------------------------
Giovanni Cabiddu (1):
      crypto: qat - add delay before polling mailbox

Herbert Xu (1):
      crypto: af_alg - Work around empty control messages without MSG_MORE

Randy Dunlap (1):
      crypto: sa2ul - add Kconfig selects to fix build error

Wei Yongjun (1):
      crypto: ingenic - Drop kfree for memory allocated with devm_kzalloc

 crypto/af_alg.c                           | 13 ++++++++++---
 drivers/char/hw_random/ingenic-rng.c      |  9 ++-------
 drivers/crypto/Kconfig                    |  3 +++
 drivers/crypto/qat/qat_common/adf_admin.c |  7 ++++---
 4 files changed, 19 insertions(+), 13 deletions(-)

Thanks,

Comments

pr-tracker-bot@kernel.org Aug. 30, 2020, 11:02 p.m. UTC | #1
The pull request you sent on Mon, 31 Aug 2020 08:33:04 +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/e43327c706f28d9e66fc4242af4aefdd69e8ff24

Thank you!