mbox series

[GIT,PULL] Crypto Fixes for 6.12

Message ID ZvDbn6lSNdWG9P6f@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-p2

Message

Herbert Xu Sept. 23, 2024, 3:08 a.m. UTC
Hi Linus:

The following changes since commit ce212d2afca47acd366a2e74c76fe82c31f785ab:

  crypto: n2 - Set err to EINVAL if snprintf fails for hmac (2024-09-13 18:26:53 +0800)

are available in the Git repository at:

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

for you to fetch changes up to 44ac4625ea002deecd0c227336c95b724206c698:

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

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

- Disable buggy p10 aes-gcm code on powerpc.
- Fix module aliases in paes_s390.
- Fix buffer overread in caam.
----------------------------------------------------------------

Danny Tsen (1):
      crypto: powerpc/p10-aes-gcm - Disable CRYPTO_AES_GCM_P10

Herbert Xu (2):
      crypto: caam - Pad SG length when allocating hash edesc
      crypto: s390/paes - Fix module aliases

 arch/powerpc/crypto/Kconfig    | 1 +
 arch/s390/crypto/paes_s390.c   | 5 ++++-
 drivers/crypto/caam/caamhash.c | 1 +
 3 files changed, 6 insertions(+), 1 deletion(-)

Thanks,

Comments

pr-tracker-bot@kernel.org Sept. 24, 2024, 6:04 p.m. UTC | #1
The pull request you sent on Mon, 23 Sep 2024 11:08:15 +0800:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/1cfb46051db9ddb68e297eaf17270e09874ec5f3

Thank you!