The quilt patch titled Subject: zsmalloc-fine-grained-inuse-ratio-based-fullness-grouping-fix-fix-fix has been removed from the -mm tree. Its filename was zsmalloc-fine-grained-inuse-ratio-based-fullness-grouping-fix-fix-fix.patch This patch was dropped because it was folded into zsmalloc-fine-grained-inuse-ratio-based-fullness-grouping.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: zsmalloc-fine-grained-inuse-ratio-based-fullness-grouping-fix-fix-fix Date: Sat Mar 4 11:29:08 AM PST 2023 initialize class_almost_full and class_almost_empty Cc: Minchan Kim <minchan@xxxxxxxxxx> Cc: Sergey Senozhatsky <senozhatsky@xxxxxxxxxxxx> Cc: Yosry Ahmed <yosryahmed@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- --- a/mm/zsmalloc.c~zsmalloc-fine-grained-inuse-ratio-based-fullness-grouping-fix-fix-fix +++ a/mm/zsmalloc.c @@ -625,7 +625,7 @@ static int zs_stats_size_show(struct seq struct zs_pool *pool = s->private; struct size_class *class; int objs_per_zspage; - unsigned long class_almost_full, class_almost_empty; + unsigned long class_almost_full = 0, class_almost_empty = 0; unsigned long obj_allocated, obj_used, pages_used, freeable; unsigned long total_class_almost_full = 0, total_class_almost_empty = 0; unsigned long total_objs = 0, total_used_objs = 0, total_pages = 0; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-page_alloc-reduce-page-alloc-free-sanity-checks-checkpatch-fixes.patch mm-page_alloc-reduce-page-alloc-free-sanity-checks-fix.patch mm-userfaultfd-support-wp-on-multiple-vmas-fix.patch zsmalloc-fine-grained-inuse-ratio-based-fullness-grouping.patch