The patch titled Subject: task_work: add kerneldoc annotation for 'data' argument has been added to the -mm mm-hotfixes-unstable branch. Its filename is task_work-add-kerneldoc-annotation-for-data-argument.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/task_work-add-kerneldoc-annotation-for-data-argument.patch This patch will later appear in the mm-hotfixes-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm 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 via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Jens Axboe <axboe@xxxxxxxxx> Subject: task_work: add kerneldoc annotation for 'data' argument Date: Mon, 11 Sep 2023 14:24:06 -0600 A previous commit changed the arguments to task_work_cancel_match(), but didn't document all of them. Link: https://lkml.kernel.org/r/93938bff-baa3-4091-85f5-784aae297a07@xxxxxxxxx Fixes: c7aab1a7c52b ("task_work: add helper for more targeted task_work canceling") Signed-off-by: Jens Axboe <axboe@xxxxxxxxx> Reported-by: kernel test robot <lkp@xxxxxxxxx> Closes: https://lore.kernel.org/oe-kbuild-all/202309120307.zis3yQGe-lkp@xxxxxxxxx/ Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/task_work.c | 1 + 1 file changed, 1 insertion(+) --- a/kernel/task_work.c~task_work-add-kerneldoc-annotation-for-data-argument +++ a/kernel/task_work.c @@ -78,6 +78,7 @@ int task_work_add(struct task_struct *ta * task_work_cancel_match - cancel a pending work added by task_work_add() * @task: the task which should execute the work * @match: match function to call + * @data: data to be passed in to match function * * RETURNS: * The found work or NULL if not found. _ Patches currently in -mm which might be from axboe@xxxxxxxxx are task_work-add-kerneldoc-annotation-for-data-argument.patch