On Fri, Nov 30, 2018 at 02:26:30PM +0000, Dave Rodgman wrote:
> To prevent any issues with persistent data, separate lzo-rle
> from lzo so that it is treated as a separate algorithm, and
> lzo is still available.
> 
> Link: http://lkml.kernel.org/r/[email protected]
> Signed-off-by: Dave Rodgman <[email protected]>
> Cc: David S. Miller <[email protected]>
> Cc: Greg Kroah-Hartman <[email protected]>
> Cc: Herbert Xu <[email protected]>
> Cc: Markus F.X.J. Oberhumer <[email protected]>
> Cc: Matt Sealey <[email protected]>
> Cc: Minchan Kim <[email protected]>
> Cc: Nitin Gupta <[email protected]>
> Cc: Richard Purdie <[email protected]>
> Cc: Sergey Senozhatsky <[email protected]>
> Cc: Sonny Rao <[email protected]>
> Signed-off-by: Andrew Morton <[email protected]>
> Signed-off-by: Stephen Rothwell <[email protected]>
> Signed-off-by: Dave Rodgman <[email protected]>
> ---
>  Documentation/lzo.txt      |  12 ++-
>  crypto/Makefile            |   2 +-
>  crypto/lzo-rle.c           | 175 +++++++++++++++++++++++++++++++++++++
>  crypto/tcrypt.c            |   4 +-
>  drivers/block/zram/zcomp.c |   1 +
>  include/linux/lzo.h        |   4 +
>  lib/lzo/lzo1x_compress.c   |  42 +++++++--
>  lib/lzo/lzodefs.h          |   3 +-
>  8 files changed, 226 insertions(+), 17 deletions(-)
>  create mode 100644 crypto/lzo-rle.c

Acked-by: Herbert Xu <[email protected]>

Thanks,
-- 
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Reply via email to