Re: [PATCH 0/2] lib,crypto: Add lz4 compressor module and crypto API

2013-03-19 Thread Andrew Morton
On Tue, 19 Mar 2013 15:42:04 +0100 Yann Collet wrote: > Thanks for pointing that out. > I've been looking into the document pointed by Andrew, > and here is my understanding : > > Signed-off-by is a one-line, so in this case : > > Signed-off-by: Yann Collet > > > or > > Signed-off-by follo

Re: [PATCH 0/2] lib,crypto: Add lz4 compressor module and crypto API

2013-03-14 Thread Andrew Morton
On Thu, 14 Mar 2013 18:48:20 +0900 Chanho Min wrote: > This patchset is for supporting LZ4 compression and the crypto API using it. > This should be applied after the previous Kyungsik's "LZ4 compressed kernel" > patches - https://lkml.org/lkml/2013/3/5/181. Thanks. Yann, it would be appreciate

[PATCH 0/2] lib,crypto: Add lz4 compressor module and crypto API

2013-03-14 Thread Chanho Min
This patchset is for supporting LZ4 compression and the crypto API using it. This should be applied after the previous Kyungsik's "LZ4 compressed kernel" patches - https://lkml.org/lkml/2013/3/5/181. As shown in bellow result, the size of data is a little bit bigger but compressing speed is faster