diff options
author | Tiezhu Yang | 2021-10-26 09:51:29 +0800 |
---|---|---|
committer | Steven Rostedt (VMware) | 2021-10-26 17:23:46 -0400 |
commit | 438697a39f0692d65a7a96e4debca139fa1be9fe (patch) | |
tree | 237265bbbcf57bf61584409c8505f4f3a79a8c02 | |
parent | f76fbbbb5061fe14824ba5807c44bd7400a6b4e1 (diff) |
docs, kprobes: Remove invalid URL and add new reference
The following reference is invalid, remove it.
https://www.ibm.com/developerworks/library/l-kprobes/index.html
Add the following new reference "An introduction to KProbes":
https://lwn.net/Articles/132196/
Link: https://lkml.kernel.org/r/1635213091-24387-3-git-send-email-yangtiezhu@loongson.cn
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Acked-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
-rw-r--r-- | Documentation/trace/kprobes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/trace/kprobes.rst b/Documentation/trace/kprobes.rst index 998149ce2fd9..f318bceda1e6 100644 --- a/Documentation/trace/kprobes.rst +++ b/Documentation/trace/kprobes.rst @@ -784,6 +784,6 @@ References For additional information on Kprobes, refer to the following URLs: -- https://www.ibm.com/developerworks/library/l-kprobes/index.html +- https://lwn.net/Articles/132196/ - https://www.kernel.org/doc/ols/2006/ols2006v2-pages-109-124.pdf |