All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] uprobes: Update __uprobe_register() kernel-doc comment
@ 2021-05-23 10:16 Qiujun Huang
  0 siblings, 0 replies; only message in thread
From: Qiujun Huang @ 2021-05-23 10:16 UTC (permalink / raw)
  To: peterz, mingo, acme, mark.rutland, alexander.shishkin, jolsa,
	namhyung, linux-kernel
  Cc: Qiujun Huang

commit 1cc33161a83d ("uprobes: Support SDT markers having reference
count (semaphore)") added the parameter @ref_ctr_offset.

Signed-off-by: Qiujun Huang <hqjagain@gmail.com>
---
 kernel/events/uprobes.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kernel/events/uprobes.c b/kernel/events/uprobes.c
index 6addc9780319..3f02850d903e 100644
--- a/kernel/events/uprobes.c
+++ b/kernel/events/uprobes.c
@@ -1123,6 +1123,7 @@ EXPORT_SYMBOL_GPL(uprobe_unregister);
  * __uprobe_register - register a probe
  * @inode: the file in which the probe has to be placed.
  * @offset: offset from the start of the file.
+ * @ref_ctr_offset: reference counter offset from the start of the file.
  * @uc: information on howto handle the probe..
  *
  * Apart from the access refcount, __uprobe_register() takes a creation
-- 
2.25.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-23 10:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-23 10:16 [PATCH] uprobes: Update __uprobe_register() kernel-doc comment Qiujun Huang

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.