The patch titled Subject: mm: cleanup cmdline_parse_hugetlb_cma() has been added to the -mm tree. Its filename is a.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/a.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/a.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/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ 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~a +++ a/mm/hugetlb.c @@ -5411,13 +5411,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 mm-fork-fix-kernel_stack-memcg-stats-for-various-stack-implementations.patch mm-memcg-slab-introduce-mem_cgroup_from_obj.patch mm-memcg-slab-introduce-mem_cgroup_from_obj-v2.patch mm-kmem-cleanup-__memcg_kmem_charge_memcg-arguments.patch mm-kmem-cleanup-memcg_kmem_uncharge_memcg-arguments.patch mm-kmem-rename-memcg_kmem_uncharge-into-memcg_kmem_uncharge_page.patch mm-kmem-switch-to-nr_pages-in-__memcg_kmem_charge_memcg.patch mm-memcg-slab-cache-page-number-in-memcg_uncharge_slab.patch mm-kmem-rename-__memcg_kmem_uncharge_memcg-to-__memcg_kmem_uncharge.patch 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 a.patch