The patch titled Subject: Documentation: rename addr_in_gen_pool to gen_pool_has_addr has been removed from the -mm tree. Its filename was lib-genallocc-rename-addr_in_gen_pool-to-gen_pool_has_addr-fix.patch This patch was dropped because it was folded into lib-genallocc-rename-addr_in_gen_pool-to-gen_pool_has_addr.patch ------------------------------------------------------ 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> --- Documentation/core-api/genalloc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- 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 lib-genallocc-export-symbol-addr_in_gen_pool.patch lib-genallocc-rename-addr_in_gen_pool-to-gen_pool_has_addr.patch