The quilt patch titled Subject: memblock: add missing argument definition has been removed from the -mm tree. Its filename was memblock-pass-memblock_type-to-memblock_setclr_flag-fix.patch This patch was dropped because it was folded into memblock-pass-memblock_type-to-memblock_setclr_flag.patch ------------------------------------------------------ From: Usama Arif <usama.arif@xxxxxxxxxxxxx> Subject: memblock: add missing argument definition Date: Mon, 18 Sep 2023 10:06:57 +0100 Description of argument memblock_type was missing in the commit that introduced it. Link: https://lkml.kernel.org/r/20230918090657.220463-1-usama.arif@xxxxxxxxxxxxx Fixes: 70083e1c8ab4 ("memblock: pass memblock_type to memblock_setclr_flag") Signed-off-by: Usama Arif <usama.arif@xxxxxxxxxxxxx> Reviewed-by: Mike Rapoport (IBM) <rppt@xxxxxxxxxx> Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memblock.c | 1 + 1 file changed, 1 insertion(+) --- a/mm/memblock.c~memblock-pass-memblock_type-to-memblock_setclr_flag-fix +++ a/mm/memblock.c @@ -892,6 +892,7 @@ int __init_memblock memblock_physmem_add /** * memblock_setclr_flag - set or clear flag for a memory region + * @type: memblock type to set/clear flag for * @base: base address of the region * @size: size of the region * @set: set or clear the flag _ Patches currently in -mm which might be from usama.arif@xxxxxxxxxxxxx are mm-hugetlb_vmemmap-use-nid-of-the-head-page-to-reallocate-it.patch memblock-pass-memblock_type-to-memblock_setclr_flag.patch memblock-introduce-memblock_rsrv_noinit-flag.patch mm-hugetlb-skip-initialization-of-gigantic-tail-struct-pages-if-freed-by-hvo.patch