The patch titled Subject: maple_tree: fix mas_store_prealloc() documentation has been added to the -mm tree. Its filename is maple-tree-add-new-data-structure-fix.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/maple-tree-add-new-data-structure-fix.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/maple-tree-add-new-data-structure-fix.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: Liam Howlett <liam.howlett@xxxxxxxxxx> Subject: maple_tree: fix mas_store_prealloc() documentation Add gfp flags to the docs Link: https://lkml.kernel.org/r/20220427141528.4thdegotfheuhfdu@revolver Signed-off-by: Liam R. Howlett <Liam.Howlett@xxxxxxxxxx> Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/maple_tree.c | 1 + 1 file changed, 1 insertion(+) --- a/lib/maple_tree.c~maple-tree-add-new-data-structure-fix +++ a/lib/maple_tree.c @@ -5571,6 +5571,7 @@ void mas_store_prealloc(struct ma_state * mas_preallocate() - Preallocate enough nodes for a store operation * @mas: The maple state * @entry: The entry that will be stored + * @gfp: The GFP_FLAGS to use for allocations. * * Return: 0 on success, -ENOMEM if memory could not be allocated. */ _ Patches currently in -mm which might be from liam.howlett@xxxxxxxxxx are maple-tree-add-new-data-structure-fix.patch