From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [PATCH -tip v6 26/27] Documentation: kprobes: Add how to change the execution path Date: Thu, 21 Jun 2018 12:35:46 +0200 Message-ID: <20180621103546.GA9212@gmail.com> References: <152942424698.15209.15245996287444292393.stgit@devbox> <152942500680.15209.12374262914863044775.stgit@devbox> <706832c5-dab4-f806-96d6-2cdc37203d9d@infradead.org> <20180620172637.35916da482442b6ab139c7dc@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20180620172637.35916da482442b6ab139c7dc@kernel.org> Sender: linux-kernel-owner@vger.kernel.org To: Masami Hiramatsu Cc: Randy Dunlap , Thomas Gleixner , Ingo Molnar , "H . Peter Anvin" , linux-kernel@vger.kernel.org, Ananth N Mavinakayanahalli , Andrew Morton , Steven Rostedt , linux-arch@vger.kernel.org, Jonathan Corbet , linux-doc@vger.kernel.org List-Id: linux-arch.vger.kernel.org * Masami Hiramatsu wrote: > On Tue, 19 Jun 2018 09:31:49 -0700 > Randy Dunlap wrote: > > > On 06/19/2018 09:16 AM, Masami Hiramatsu wrote: > > > Add a section that explaining how to change the execution > > > path with kprobes and warnings for some arch. > > > > > > Signed-off-by: Masami Hiramatsu > > > Cc: Jonathan Corbet > > > 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f196.google.com ([209.85.128.196]:41644 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933120AbeFUKfu (ORCPT ); Thu, 21 Jun 2018 06:35:50 -0400 Date: Thu, 21 Jun 2018 12:35:46 +0200 From: Ingo Molnar Subject: Re: [PATCH -tip v6 26/27] Documentation: kprobes: Add how to change the execution path Message-ID: <20180621103546.GA9212@gmail.com> References: <152942424698.15209.15245996287444292393.stgit@devbox> <152942500680.15209.12374262914863044775.stgit@devbox> <706832c5-dab4-f806-96d6-2cdc37203d9d@infradead.org> <20180620172637.35916da482442b6ab139c7dc@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180620172637.35916da482442b6ab139c7dc@kernel.org> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Masami Hiramatsu Cc: Randy Dunlap , Thomas Gleixner , Ingo Molnar , "H . Peter Anvin" , linux-kernel@vger.kernel.org, Ananth N Mavinakayanahalli , Andrew Morton , Steven Rostedt , linux-arch@vger.kernel.org, Jonathan Corbet , linux-doc@vger.kernel.org Message-ID: <20180621103546.xNinWChn2Qwq928yqztpK2KMq_v_QUPjzFdMdN47RhI@z> * Masami Hiramatsu wrote: > On Tue, 19 Jun 2018 09:31:49 -0700 > Randy Dunlap wrote: > > > On 06/19/2018 09:16 AM, Masami Hiramatsu wrote: > > > Add a section that explaining how to change the execution > > > path with kprobes and warnings for some arch. > > > > > > Signed-off-by: Masami Hiramatsu > > > Cc: Jonathan Corbet > > > 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