The patch titled Subject: zram-add-more-compression-algorithms-v3 has been added to the -mm tree. Its filename is zram-add-more-compression-algorithms-v3.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/zram-add-more-compression-algorithms-v3.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/zram-add-more-compression-algorithms-v3.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Sergey Senozhatsky <sergey.senozhatsky@xxxxxxxxx> Subject: zram-add-more-compression-algorithms-v3 Link: http://lkml.kernel.org/r/20160604024902.11778-7-sergey.senozhatsky@xxxxxxxxx Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@xxxxxxxxx> Acked-by: Minchan Kim <minchan@xxxxxxxxxx> Cc: Joonsoo Kim <iamjoonsoo.kim@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/block/zram/zcomp.c | 6 ++++++ 1 file changed, 6 insertions(+) diff -puN drivers/block/zram/zcomp.c~zram-add-more-compression-algorithms-v3 drivers/block/zram/zcomp.c --- a/drivers/block/zram/zcomp.c~zram-add-more-compression-algorithms-v3 +++ a/drivers/block/zram/zcomp.c @@ -23,9 +23,15 @@ static const char * const backends[] = { #if IS_ENABLED(CONFIG_CRYPTO_LZ4) "lz4", #endif +#if IS_ENABLED(CONFIG_CRYPTO_DEFLATE) "deflate", +#endif +#if IS_ENABLED(CONFIG_CRYPTO_LZ4HC) "lz4hc", +#endif +#if IS_ENABLED(CONFIG_CRYPTO_842) "842", +#endif NULL }; _ Patches currently in -mm which might be from sergey.senozhatsky@xxxxxxxxx are zram-rename-zstrm-find-release-functions.patch zram-switch-to-crypto-compress-api.patch zram-use-crypto-api-to-check-alg-availability.patch zram-use-crypto-api-to-check-alg-availability-v3.patch zram-cosmetic-cleanup-documentation.patch zram-delete-custom-lzo-lz4.patch zram-delete-custom-lzo-lz4-v3.patch zram-add-more-compression-algorithms.patch zram-add-more-compression-algorithms-v3.patch zram-drop-gfp_t-from-zcomp_strm_alloc.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html