Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH 5.15 0/9] AF_ALG fixes
@ 2026-04-30  6:35 Eric Biggers
  2026-04-30  6:35 ` [PATCH 5.15 1/9] crypto: scatterwalk - Backport memcpy_sglist() Eric Biggers
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Eric Biggers @ 2026-04-30  6:35 UTC (permalink / raw)
  To: stable; +Cc: linux-crypto, Herbert Xu, Eric Biggers

This series backports recent AF_ALG fixes to 5.15.  Same as the 6.1
series
(https://lore.kernel.org/linux-crypto/20260430062731.140497-1-ebiggers@kernel.org/),
just with patch 1 adjusted for compatibility with -std=gnu89.

Douya Le (1):
  crypto: algif_aead - snapshot IV for async AEAD requests

Eric Biggers (3):
  crypto: scatterwalk - Backport memcpy_sglist()
  crypto: algif_aead - use memcpy_sglist() instead of null skcipher
  crypto: authenc - use memcpy_sglist() instead of null skcipher

Herbert Xu (5):
  crypto: algif_aead - Revert to operating out-of-place
  crypto: authencesn - Do not place hiseq at end of dst for out-of-place
    decryption
  crypto: authencesn - Fix src offset when decrypting in-place
  crypto: af_alg - Fix page reassignment overflow in af_alg_pull_tsgl
  crypto: algif_aead - Fix minimum RX size check for decryption

 crypto/Kconfig               |   2 -
 crypto/af_alg.c              |  51 ++-------
 crypto/algif_aead.c          | 203 ++++++++---------------------------
 crypto/algif_skcipher.c      |   6 +-
 crypto/authenc.c             |  32 +-----
 crypto/authencesn.c          |  84 ++++++---------
 crypto/scatterwalk.c         |  94 ++++++++++++++++
 include/crypto/if_alg.h      |   5 +-
 include/crypto/scatterwalk.h |  32 ++++++
 9 files changed, 217 insertions(+), 292 deletions(-)


base-commit: b9d57c40a767db4d2ef905abb91f73cbe0a791e1
-- 
2.54.0


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2026-04-30  6:37 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-30  6:35 [PATCH 5.15 0/9] AF_ALG fixes Eric Biggers
2026-04-30  6:35 ` [PATCH 5.15 1/9] crypto: scatterwalk - Backport memcpy_sglist() Eric Biggers
2026-04-30  6:35 ` [PATCH 5.15 2/9] crypto: algif_aead - use memcpy_sglist() instead of null skcipher Eric Biggers
2026-04-30  6:35 ` [PATCH 5.15 3/9] crypto: algif_aead - Revert to operating out-of-place Eric Biggers
2026-04-30  6:35 ` [PATCH 5.15 4/9] crypto: algif_aead - snapshot IV for async AEAD requests Eric Biggers
2026-04-30  6:36 ` [PATCH 5.15 5/9] crypto: authenc - use memcpy_sglist() instead of null skcipher Eric Biggers
2026-04-30  6:36 ` [PATCH 5.15 6/9] crypto: authencesn - Do not place hiseq at end of dst for out-of-place decryption Eric Biggers
2026-04-30  6:36 ` [PATCH 5.15 7/9] crypto: authencesn - Fix src offset when decrypting in-place Eric Biggers
2026-04-30  6:36 ` [PATCH 5.15 8/9] crypto: af_alg - Fix page reassignment overflow in af_alg_pull_tsgl Eric Biggers
2026-04-30  6:36 ` [PATCH 5.15 9/9] crypto: algif_aead - Fix minimum RX size check for decryption Eric Biggers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox