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 | 234 ++++------------------------ 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(+), 685 deletions(-) -- 2.39.5