mbox series

[GIT,PULL] Crypto Fixes for 6.10

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

Pull-request

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

Message

Herbert Xu May 20, 2024, 3:26 a.m. UTC
Hi Linus:

The following changes since commit 13909a0c88972c5ef5d13f44d1a8bf065a31bdf4:

  crypto: atmel-sha204a - provide the otp content (2024-05-10 17:15:25 +0800)

are available in the Git repository at:

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

for you to fetch changes up to c6ab5c915da460c0397960af3c308386c3f3247b:

  crypto: ecc - Prevent ecc_digits_from_bytes from reading too many bytes (2024-05-17 18:55:07 +0800)

----------------------------------------------------------------
This push fixes a bug in the new ecc P521 code as well as a buggy
fix in qat.
----------------------------------------------------------------

Herbert Xu (1):
      crypto: qat - Fix ADF_DEV_RESET_SYNC memory leak

Stefan Berger (1):
      crypto: ecc - Prevent ecc_digits_from_bytes from reading too many bytes

 crypto/ecc.c                                  | 22 ++++++++++++++++++++++
 drivers/crypto/intel/qat/qat_common/adf_aer.c | 19 +++++--------------
 include/crypto/internal/ecc.h                 | 15 ++-------------
 3 files changed, 29 insertions(+), 27 deletions(-)

Thanks,

Comments

pr-tracker-bot@kernel.org May 20, 2024, 4:33 p.m. UTC | #1
The pull request you sent on Mon, 20 May 2024 11:26:42 +0800:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/568c98a0f6eff6d44accfe56d0c58008bf0d498e

Thank you!