The patch titled Subject: mm: cleanup cmdline_parse_hugetlb_cma() has been removed from the -mm tree. Its filename was mm-hugetlb-optionally-allocate-gigantic-hugepages-using-cma-fix.patch This patch was dropped because it was folded into mm-hugetlb-optionally-allocate-gigantic-hugepages-using-cma.patch ------------------------------------------------------ From: Roman Gushchin <guro@xxxxxx> Subject: mm: cleanup cmdline_parse_hugetlb_cma() Remove unused code. Link: http://lkml.kernel.org/r/20200313005500.GB5764@xxxxxxxxxxxxxxxxxxxxxxxxxxx Signed-off-by: Roman Gushchin <guro@xxxxxx> Cc: Qian Cai <cai@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/hugetlb.c | 7 ------- 1 file changed, 7 deletions(-) --- a/mm/hugetlb.c~mm-hugetlb-optionally-allocate-gigantic-hugepages-using-cma-fix +++ a/mm/hugetlb.c @@ -5543,13 +5543,6 @@ static unsigned long hugetlb_cma_size __ static int __init cmdline_parse_hugetlb_cma(char *p) { - unsigned long long val; - char *endptr; - - if (!p) - return -EINVAL; - - val = simple_strtoull(p, &endptr, 0); hugetlb_cma_size = memparse(p, &p); return 0; } _ Patches currently in -mm which might be from guro@xxxxxx are mmpage_alloccma-conditionally-prefer-cma-pageblocks-for-movable-allocations.patch mmpage_alloccma-conditionally-prefer-cma-pageblocks-for-movable-allocations-fix.patch mm-hugetlb-optionally-allocate-gigantic-hugepages-using-cma.patch mm-hugetlb-optionally-allocate-gigantic-hugepages-using-cma-fix-2.patch