From: Andrew Morton <akpm@linux-foundation.org>
To: mm-commits@vger.kernel.org, oleg@redhat.com, lkp@intel.com,
axboe@kernel.dk, akpm@linux-foundation.org
Subject: [merged mm-hotfixes-stable] task_work-add-kerneldoc-annotation-for-data-argument.patch removed from -mm tree
Date: Tue, 19 Sep 2023 13:22:04 -0700 [thread overview]
Message-ID: <20230919202205.25D4CC433C9@smtp.kernel.org> (raw)
The quilt patch titled
Subject: task_work: add kerneldoc annotation for 'data' argument
has been removed from the -mm tree. Its filename was
task_work-add-kerneldoc-annotation-for-data-argument.patch
This patch was dropped because it was merged into the mm-hotfixes-stable branch
of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
------------------------------------------------------
From: Jens Axboe <axboe@kernel.dk>
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@kernel.dk
Fixes: c7aab1a7c52b ("task_work: add helper for more targeted task_work canceling")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202309120307.zis3yQGe-lkp@intel.com/
Acked-by: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
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@kernel.dk are
reply other threads:[~2023-09-19 20:22 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230919202205.25D4CC433C9@smtp.kernel.org \
--to=akpm@linux-foundation.org \
--cc=axboe@kernel.dk \
--cc=linux-kernel@vger.kernel.org \
--cc=lkp@intel.com \
--cc=mm-commits@vger.kernel.org \
--cc=oleg@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.