On 2019/8/15 20:08, Herbert Xu wrote: > On Wed, Aug 14, 2019 at 05:28:34PM +0800, Zhou Wang wrote: >> Patch 1~3 are fixes about kbuild errors, patch 4,5 are tiny fixes about qm >> and zip. >> >> This series is based on cryptodev-2.6. >> >> Zhou Wang (5): >> crypto: hisilicon - fix kbuild warnings >> crypto: hisilicon - add dependency for CRYPTO_DEV_HISI_ZIP >> crypto: hisilicon - init curr_sgl_dma to fix compile warning >> crypto: hisilicon - add missing single_release >> crypto: hisilicon - fix error handle in hisi_zip_create_req_q >> >> drivers/crypto/hisilicon/Kconfig | 1 + >> drivers/crypto/hisilicon/qm.c | 7 ++++--- >> drivers/crypto/hisilicon/sgl.c | 2 +- >> drivers/crypto/hisilicon/zip/zip_crypto.c | 6 ++++-- >> 4 files changed, 10 insertions(+), 6 deletions(-) > > All applied. Thanks. > Thanks for taking this series!