The patch titled Subject: zram-add-more-compression-algorithms-v3 has been removed from the -mm tree. Its filename was zram-add-more-compression-algorithms-v3.patch This patch was dropped because it was folded into zram-add-more-compression-algorithms.patch ------------------------------------------------------ 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-cosmetic-cleanup-documentation.patch zram-delete-custom-lzo-lz4.patch zram-add-more-compression-algorithms.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