The patch titled Subject: Documentation: rename addr_in_gen_pool to gen_pool_has_addr has been added to the -mm tree. Its filename is lib-genallocc-rename-addr_in_gen_pool-to-gen_pool_has_addr-fix.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/lib-genallocc-rename-addr_in_gen_pool-to-gen_pool_has_addr-fix.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/lib-genallocc-rename-addr_in_gen_pool-to-gen_pool_has_addr-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: Huang Shijie <sjhuang@xxxxxxxxxxx> Subject: Documentation: rename addr_in_gen_pool to gen_pool_has_addr Update the document, since we have renamed addr_in_gen_pool to gen_pool_has_addr. Link: http://lkml.kernel.org/r/20181229015914.5573-1-sjhuang@xxxxxxxxxxx Signed-off-by: Huang Shijie <sjhuang@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- --- a/Documentation/core-api/genalloc.rst~lib-genallocc-rename-addr_in_gen_pool-to-gen_pool_has_addr-fix +++ a/Documentation/core-api/genalloc.rst @@ -129,7 +129,7 @@ writing of special-purpose memory alloca :functions: gen_pool_for_each_chunk .. kernel-doc:: lib/genalloc.c - :functions: addr_in_gen_pool + :functions: gen_pool_has_addr .. kernel-doc:: lib/genalloc.c :functions: gen_pool_avail _ Patches currently in -mm which might be from sjhuang@xxxxxxxxxxx are mm-change-the-order-of-migrate_reclaimable-migrate_movable-in-fallbacks.patch lib-genallocc-use-the-vzalloc_node-to-allocate-the-bitmap.patch lib-genallocc-export-symbol-addr_in_gen_pool.patch lib-genallocc-rename-addr_in_gen_pool-to-gen_pool_has_addr.patch lib-genallocc-rename-addr_in_gen_pool-to-gen_pool_has_addr-fix.patch