lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210523101635.142108-1-hqjagain@gmail.com>
Date:   Sun, 23 May 2021 10:16:35 +0000
From:   Qiujun Huang <hqjagain@...il.com>
To:     peterz@...radead.org, mingo@...hat.com, acme@...nel.org,
        mark.rutland@....com, alexander.shishkin@...ux.intel.com,
        jolsa@...hat.com, namhyung@...nel.org, linux-kernel@...r.kernel.org
Cc:     Qiujun Huang <hqjagain@...il.com>
Subject: [PATCH] uprobes: Update __uprobe_register() kernel-doc comment

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

Signed-off-by: Qiujun Huang <hqjagain@...il.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ