fprobes: Add a comment why fprobe_kprobe_handler exits if kprobe is running
authorMasami Hiramatsu (Google) <mhiramat@kernel.org>
Fri, 7 Jul 2023 16:38:03 +0000 (01:38 +0900)
committerMasami Hiramatsu (Google) <mhiramat@kernel.org>
Thu, 13 Jul 2023 15:24:00 +0000 (00:24 +0900)
commitd5f28bb1ce04636b285726ee2a5afa3a514025f4
treecbe77110f009629bd62376cb70545aee47e9ea04
parent195b9cb5b288fec1c871ef89f78cc9a7461aad3a
fprobes: Add a comment why fprobe_kprobe_handler exits if kprobe is running

Add a comment the reason why fprobe_kprobe_handler() exits if any other
kprobe is running.

Link: https://lore.kernel.org/all/168874788299.159442.2485957441413653858.stgit@devnote2/
Suggested-by: Steven Rostedt <rostedt@goodmis.org>
Link: https://lore.kernel.org/all/20230706120916.3c6abf15@gandalf.local.home/
Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Reviewed-by: Steven Rostedt (Google) <rostedt@goodmis.org>
kernel/trace/fprobe.c