Re: [PATCH -tip v6 26/27] Documentation: kprobes: Add how to change the execution path
From: Ingo Molnar <mingo@kernel.org>
Date: 2018-06-21 10:36:02
Also in:
linux-arch, lkml
From: Ingo Molnar <mingo@kernel.org>
Date: 2018-06-21 10:36:02
Also in:
linux-arch, lkml
* Masami Hiramatsu [off-list ref] wrote:
On Tue, 19 Jun 2018 09:31:49 -0700 Randy Dunlap [off-list ref] wrote:quoted
On 06/19/2018 09:16 AM, Masami Hiramatsu wrote:quoted
Add a section that explaining how to change the execution path with kprobes and warnings for some arch. Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org> Cc: Jonathan Corbet <corbet@lwn.net> Cc: linux-doc@vger.kernel.org --- Documentation/kprobes.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+)diff --git a/Documentation/kprobes.txt b/Documentation/kprobes.txt index 3e9e99ea751b..8a98eed1521b 100644 --- a/Documentation/kprobes.txt +++ b/Documentation/kprobes.txt@@ -80,6 +80,26 @@ After the instruction is single-stepped, Kprobes executes the "post_handler," if any, that is associated with the kprobe. Execution then continues with the instruction following the probepoint.Hi, I have a few small suggestions...Hi Randy, Thank you for your suggestions! All of those are good to me. I'll fix it:)
Could you please send a delta patch on top of your v6 series, with Randy credited, etc? I've applied your series and will push it out once it passes all testing. Thanks, Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html