mbox series

[GIT,PULL] Crypto Fixes for 6.5

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

Pull-request

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

Message

Herbert Xu July 9, 2023, 11:51 p.m. UTC
Hi Linus:

The following changes since commit 5d95ff84e62be914b4a4dabfa814e4096b05b1b0:

  Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 (2023-06-30 21:27:13 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 0b7ec177b589842c0abf9e91459c83ba28d32452:

  crypto: algif_hash - Fix race between MORE and non-MORE sends (2023-07-08 22:48:42 +1000)

----------------------------------------------------------------
This push fixes a couple of regressions in af_alg and incorrect
return values in crypto/asymmetric_keys/public_key.
----------------------------------------------------------------

Dan Carpenter (1):
      KEYS: asymmetric: Fix error codes

David Howells (2):
      crypto: af_alg - Fix merging of written data into spliced pages
      crypto: algif_hash - Fix race between MORE and non-MORE sends

 crypto/af_alg.c                     |  7 ++++---
 crypto/algif_hash.c                 |  4 +++-
 crypto/asymmetric_keys/public_key.c | 20 +++++++++++++++-----
 3 files changed, 22 insertions(+), 9 deletions(-)

Thanks,

Comments

pr-tracker-bot@kernel.org July 10, 2023, 5:20 p.m. UTC | #1
The pull request you sent on Mon, 10 Jul 2023 09:51:03 +1000:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/419caed6cc77f19148faefe13515f8685ede219b

Thank you!