mbox series

[v2,0/5] crypto: Remove request chaining

Message ID cover.1744436095.git.herbert@gondor.apana.org.au
Headers show
Series crypto: Remove request chaining | expand

Message

Herbert Xu April 12, 2025, 5:36 a.m. UTC
v2 rebases on top of the ahash chain disabling patch for stable.

This series removes request chaining from acomp and ahash.

Herbert Xu (5):
  Revert "crypto: testmgr - Add multibuffer acomp testing"
  crypto: deflate - Remove request chaining
  crypto: acomp - Remove request chaining
  Revert "crypto: tcrypt - Restore multibuffer ahash tests"
  crypto: ahash - Remove request chaining

 crypto/acompress.c                  | 117 ++++----------
 crypto/ahash.c                      | 169 ++++----------------
 crypto/deflate.c                    |  14 --
 crypto/scompress.c                  |  18 +--
 crypto/tcrypt.c                     | 231 ----------------------------
 crypto/testmgr.c                    | 145 ++++++++---------
 include/crypto/acompress.h          |  14 --
 include/crypto/algapi.h             |   5 -
 include/crypto/hash.h               |  12 --
 include/crypto/internal/acompress.h |   5 -
 include/crypto/internal/hash.h      |   5 -
 include/linux/crypto.h              |  15 --
 12 files changed, 130 insertions(+), 620 deletions(-)