mbox series

[GIT,PULL] Crypto Fixes for 6.12

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git v6.12-p3

Message

Herbert Xu Oct. 16, 2024, 5:37 a.m. UTC
Hi Linus:

The following changes since commit 44ac4625ea002deecd0c227336c95b724206c698:

  crypto: powerpc/p10-aes-gcm - Disable CRYPTO_AES_GCM_P10 (2024-09-21 17:14:59 +0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git v6.12-p3 

for you to fetch changes up to e845d2399a00f866f287e0cefbd4fc7d8ef0d2f7:

  crypto: marvell/cesa - Disable hash algorithms (2024-10-10 17:03:35 +0800)

----------------------------------------------------------------
This push fixes the following issues:

- Remove bogus ENOENT error messages.
- Ensure algorithm is still alive before marking it as tested.
- Disable buggy hash algorithms in marvell/cesa.
----------------------------------------------------------------

Herbert Xu (3):
      crypto: api - Fix liveliness check in crypto_alg_tested
      crypto: testmgr - Hide ENOENT errors better
      crypto: marvell/cesa - Disable hash algorithms

 crypto/algapi.c                    |  2 +-
 crypto/testmgr.c                   | 23 +++++++++++------------
 drivers/crypto/marvell/cesa/hash.c | 12 ++++++------
 3 files changed, 18 insertions(+), 19 deletions(-)

Thanks,

Comments

pr-tracker-bot@kernel.org Oct. 16, 2024, 8:51 p.m. UTC | #1
The pull request you sent on Wed, 16 Oct 2024 13:37:55 +0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git v6.12-p3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6f6fc393f4dbaa149962a4662f5dd08513c28905

Thank you!