mbox series

[GIT,PULL] Crypto Fixes for 5.14

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

Pull-request

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

Message

Herbert Xu July 8, 2021, 3:09 a.m. UTC
Hi Linus:

This push contains the following fixes and changes:

- Regression in drbg due to missing self-test for new default algorithm.
- Add ratelimit on user-triggerable message in qat.
- Build failure due to missing dependency in sl3516.
- Remove obsolete PageSlab checks.
- Bogus hardware register writes on Kunpeng920 in hisilicon/sec.

The following changes since commit 9f38b678ffc4e2ccf167a1131c0403dc4f5e1bb7:

  crypto: sl3516 - depends on HAS_IOMEM (2021-06-24 14:57:28 +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 66192b2e3fd8ab97ed518d6c0240e26655a20b4b:

  crypto: hisilicon/sec - fix the process of disabling sva prefetching (2021-06-28 11:28:09 +0800)

----------------------------------------------------------------
Colin Ian King (1):
      crypto: qat - ratelimit invalid ioctl message and print the invalid cmd

Geert Uytterhoeven (2):
      crypto: sl3516 - Typo s/Stormlink/Storlink/
      crypto: sl3516 - Add dependency on ARCH_GEMINI

Herbert Xu (2):
      crypto: scatterwalk - Remove obsolete PageSlab check
      crypto: omap - Drop obsolete PageSlab check

Kai Ye (1):
      crypto: hisilicon/sec - fix the process of disabling sva prefetching

Stephan Müller (1):
      crypto: drbg - self test for HMAC(SHA-512)

 crypto/testmgr.c                            |  5 ++-
 crypto/testmgr.h                            | 49 +++++++++++++++++++++++++++++
 drivers/crypto/Kconfig                      |  6 ++--
 drivers/crypto/gemini/sl3516-ce-cipher.c    |  2 +-
 drivers/crypto/gemini/sl3516-ce-core.c      |  2 +-
 drivers/crypto/hisilicon/sec2/sec_main.c    |  3 ++
 drivers/crypto/omap-crypto.c                |  3 +-
 drivers/crypto/qat/qat_common/adf_ctl_drv.c |  2 +-
 include/crypto/scatterwalk.h                |  7 +----
 9 files changed, 64 insertions(+), 15 deletions(-)

Thanks,

Comments

pr-tracker-bot@kernel.org July 9, 2021, 7:20 p.m. UTC | #1
The pull request you sent on Thu, 8 Jul 2021 11:09:13 +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/d8dc121eeab9abfbc510097f8db83e87560f753b

Thank you!