This series moves the common request cloning and fb code into the Crypto API. Herbert Xu (2): crypto: api - Add crypto_request_clone and fb crypto: hash - Fix clone error handling crypto/acompress.c | 29 ++-------------- crypto/ahash.c | 51 +++++++++++++---------------- crypto/api.c | 20 ++++++++++- crypto/shash.c | 3 ++ include/crypto/acompress.h | 9 +++-- include/crypto/hash.h | 9 +++-- include/crypto/internal/acompress.h | 7 +++- include/crypto/internal/hash.h | 7 +++- include/linux/crypto.h | 11 +++++-- 9 files changed, 79 insertions(+), 67 deletions(-) base-commit: 63dc06cd12f980e304158888485a26ae2be7f371 -- 2.39.5