Re: [PATCH v9 1/8] crypto: add asynchronous compression api

2016-10-20 Thread Herbert Xu
On Thu, Sep 29, 2016 at 11:18:55AM +0100, Giovanni Cabiddu wrote: > > + if (nla_put(skb, CRYPTOCFGA_REPORT_COMPRESS, > + sizeof(struct crypto_report_comp), &racomp)) > + goto nla_put_failure; This bit doesn't compile for me. Please fix up and resubmit. ../crypto/c

[PATCH v9 1/8] crypto: add asynchronous compression api

2016-09-29 Thread Giovanni Cabiddu
Add acomp, an asynchronous compression api that uses scatterlist buffers. Signed-off-by: Giovanni Cabiddu --- crypto/Kconfig | 10 ++ crypto/Makefile | 2 + crypto/acompress.c | 118 +++ crypto/crypto_user.c