The quilt patch titled Subject: mm-tidy-up-shmem-mthp-controls-and-stats-fix has been removed from the -mm tree. Its filename was mm-tidy-up-shmem-mthp-controls-and-stats-fix.patch This patch was dropped because it was folded into mm-tidy-up-shmem-mthp-controls-and-stats.patch ------------------------------------------------------ From: Ryan Roberts <ryan.roberts@xxxxxxx> Subject: mm-tidy-up-shmem-mthp-controls-and-stats-fix Date: Wed, 4 Sep 2024 11:47:29 +0100 Link: https://lkml.kernel.org/r/f7ced14c-8bc5-405f-bee7-94f63980f525@xxxxxxx Signed-off-by: Ryan Roberts <ryan.roberts@xxxxxxx> Reviewed-by: Baolin Wang <baolin.wang@xxxxxxxxxxxxxxxxx> Cc: Barry Song <baohua@xxxxxxxxxx> Cc: David Hildenbrand <david@xxxxxxxxxx> Cc: Gavin Shan <gshan@xxxxxxxxxx> Cc: Hugh Dickins <hughd@xxxxxxxxxx> Cc: Lance Yang <ioworker0@xxxxxxxxx> Cc: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/huge_memory.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/mm/huge_memory.c~mm-tidy-up-shmem-mthp-controls-and-stats-fix +++ a/mm/huge_memory.c @@ -606,8 +606,6 @@ static struct attribute *anon_stats_attr &swpout_attr.attr, &swpout_fallback_attr.attr, #endif - &split_attr.attr, - &split_failed_attr.attr, &split_deferred_attr.attr, NULL, }; @@ -636,6 +634,8 @@ static struct attribute *any_stats_attrs &swpout_attr.attr, &swpout_fallback_attr.attr, #endif + &split_attr.attr, + &split_failed_attr.attr, NULL, }; _ Patches currently in -mm which might be from ryan.roberts@xxxxxxx are mm-cleanup-count_mthp_stat-definition.patch mm-tidy-up-shmem-mthp-controls-and-stats.patch