Messages in this thread |  | | Date | Mon, 31 Aug 2020 08:33:04 +1000 | From | Herbert Xu <> | Subject | [GIT PULL] Crypto Fixes for 5.9 |
| |
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, -- Email: Herbert Xu <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
|  |