mbox series

[GIT,PULL] Crypto Fixes for 6.9

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git v6.9-p2

Message

Herbert Xu March 25, 2024, 9:47 a.m. UTC
Hi Linus:

The following changes since commit 6a8dbd71a70620c42d4fa82509204ba18231f28d:

  Revert "crypto: remove CONFIG_CRYPTO_STATS" (2024-03-13 09:49:37 +0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git v6.9-p2 

for you to fetch changes up to 5a7e89d3315d1be86aff8a8bf849023cda6547f7:

  crypto: iaa - Fix nr_cpus < nr_iaa case (2024-03-22 19:42:20 +0800)

----------------------------------------------------------------
This push fixes a regression that broke iwd as well as a divide by
zero in iaa.
----------------------------------------------------------------

Eric Biggers (1):
      Revert "crypto: pkcs7 - remove sha1 support"

Tom Zanussi (1):
      crypto: iaa - Fix nr_cpus < nr_iaa case

 crypto/asymmetric_keys/mscode_parser.c     |  3 ++
 crypto/asymmetric_keys/pkcs7_parser.c      |  4 ++
 crypto/asymmetric_keys/public_key.c        |  3 +-
 crypto/asymmetric_keys/signature.c         |  2 +-
 crypto/asymmetric_keys/x509_cert_parser.c  |  8 +++
 crypto/testmgr.h                           | 80 ++++++++++++++++++++++++++++++
 drivers/crypto/intel/iaa/iaa_crypto_main.c | 10 ++--
 include/linux/oid_registry.h               |  4 ++
 kernel/module/Kconfig                      |  5 ++
 9 files changed, 114 insertions(+), 5 deletions(-)

Thanks,

Comments

pr-tracker-bot@kernel.org March 25, 2024, 6:18 p.m. UTC | #1
The pull request you sent on Mon, 25 Mar 2024 17:47:43 +0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git v6.9-p2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/174fdc93a241af54772ae3e745ec719e9f6cebfc

Thank you!