The patch titled Subject: memblock: add missing argument definition has been added to the -mm mm-unstable branch. Its filename is memblock-pass-memblock_type-to-memblock_setclr_flag-fix.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/memblock-pass-memblock_type-to-memblock_setclr_flag-fix.patch This patch will later appear in the mm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm 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 via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ 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> 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-pass-memblock_type-to-memblock_setclr_flag-fix.patch memblock-introduce-memblock_rsrv_noinit-flag.patch mm-hugetlb-skip-initialization-of-gigantic-tail-struct-pages-if-freed-by-hvo.patch