The quilt patch titled Subject: kthread: modify kernel-doc function name to match code has been removed from the -mm tree. Its filename was kthread-modify-kernel-doc-function-name-to-match-code.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Subject: kthread: modify kernel-doc function name to match code Date: Fri, 10 Jan 2025 22:30:08 -0800 kthread.c:1073: warning: expecting prototype for kthread_create_worker(). Prototype was for kthread_create_worker_on_node() instead Link: https://lkml.kernel.org/r/20250111063008.910712-1-rdunlap@xxxxxxxxxxxxx Fixes: b1e125dcbcea ("kthread: Unify kthread_create_on_cpu() and kthread_create_worker_on_cpu() automatic format") Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Cc: Frederic Weisbecker <frederic@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/kthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/kernel/kthread.c~kthread-modify-kernel-doc-function-name-to-match-code +++ a/kernel/kthread.c @@ -900,7 +900,7 @@ fail_task: } /** - * kthread_create_worker - create a kthread worker + * kthread_create_worker_on_node - create a kthread worker * @flags: flags modifying the default behavior of the worker * @namefmt: printf-style name for the kthread worker (task). * _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxxx are mm-zsmalloc-add-zpdesc-memory-descriptor-for-zswapzpool-fix.patch kasan-use-correct-kernel-doc-format.patch latencytop-use-correct-kernel-doc-format-for-func-params.patch gcov-clang-use-correct-function-param-names.patch ipc-utilc-complete-the-kernel-doc-function-descriptions.patch