The patch titled Subject: pid: cleanup the stale comment mentioning pidmap_init(). has been added to the -mm tree. Its filename is pid-cleanup-the-stale-comment-mentioning-pidmap_init.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/pid-cleanup-the-stale-comment-mentioning-pidmap_init.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/pid-cleanup-the-stale-comment-mentioning-pidmap_init.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: Takahiro Itazuri <itazur@xxxxxxxxxx> Subject: pid: cleanup the stale comment mentioning pidmap_init(). pidmap_init() has already been replaced with pid_idr_init() in the commit 95846ecf9dac ("pid: replace pid bitmap implementation with IDR API"). Cleanup the stale comment which still mentions it. Link: https://lkml.kernel.org/r/20210714120713.19825-1-itazur@xxxxxxxxxx Signed-off-by: Takahiro Itazuri <itazur@xxxxxxxxxx> Cc: Kuniyuki Iwashima <kuniyu@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/threads.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/include/linux/threads.h~pid-cleanup-the-stale-comment-mentioning-pidmap_init +++ a/include/linux/threads.h @@ -38,7 +38,7 @@ * Define a minimum number of pids per cpu. Heuristically based * on original pid max of 32k for 32 cpus. Also, increase the * minimum settable value for pid_max on the running system based - * on similar defaults. See kernel/pid.c:pidmap_init() for details. + * on similar defaults. See kernel/pid.c:pid_idr_init() for details. */ #define PIDS_PER_CPU_DEFAULT 1024 #define PIDS_PER_CPU_MIN 8 _ Patches currently in -mm which might be from itazur@xxxxxxxxxx are pid-cleanup-the-stale-comment-mentioning-pidmap_init.patch