[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAJF2gTSWubMT3hk4pMg5my9=6G+U+8+Wx_Hzud+rxLgn6Ah6kw@mail.gmail.com>
Date: Fri, 6 Nov 2020 10:56:54 +0800
From: Guo Ren <guoren@...nel.org>
To: Palmer Dabbelt <palmerdabbelt@...gle.com>
Cc: Paul Walmsley <paul.walmsley@...ive.com>,
Masami Hiramatsu <mhiramat@...nel.org>,
Alan Kao <alankao@...estech.com>,
Steven Rostedt <rostedt@...dmis.org>,
linux-riscv <linux-riscv@...ts.infradead.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Anup Patel <anup@...infault.org>, linux-csky@...r.kernel.org,
Greentime Hu <greentime.hu@...ive.com>,
Zong Li <zong.li@...ive.com>,
Patrick Stählin <me@...ki.ch>,
Guo Ren <guoren@...ux.alibaba.com>,
Bjorn Topel <bjorn.topel@...il.com>
Subject: Re: [PATCH v4 5/9] riscv: Add kprobes supported
On Fri, Nov 6, 2020 at 9:02 AM Palmer Dabbelt <palmerdabbelt@...gle.com> wrote:
>
> On Sat, 17 Oct 2020 00:06:13 PDT (-0700), guoren@...nel.org wrote:
> > From: Guo Ren <guoren@...ux.alibaba.com>
> >
> > This patch enables "kprobe & kretprobe" to work with ftrace
> > interface. It utilized software breakpoint as single-step
> > mechanism.
> >
> > Some instructions which can't be single-step executed must be
> > simulated in kernel execution slot, such as: branch, jal, auipc,
> > la ...
> >
> > Some instructions should be rejected for probing and we use a
> > blacklist to filter, such as: ecall, ebreak, ...
> >
> > We use ebreak & c.ebreak to replace origin instruction and the
> > kprobe handler prepares an executable memory slot for out-of-line
> > execution with a copy of the original instruction being probed.
> > In execution slot we add ebreak behind original instruction to
> > simulate a single-setp mechanism.
> >
> > The patch is based on packi's work [1] and csky's work [2].
> > - The kprobes_trampoline.S is all from packi's patch
> > - The single-step mechanism is new designed for riscv without hw
> > single-step trap
> > - The simulation codes are from csky
> > - Frankly, all codes refer to other archs' implementation
> >
> > [1] https://lore.kernel.org/linux-riscv/20181113195804.22825-1-me@packi.ch/
> > [2] https://lore.kernel.org/linux-csky/20200403044150.20562-9-guoren@kernel.org/
> >
> > Signed-off-by: Guo Ren <guoren@...ux.alibaba.com>
> > Co-Developed-by: Patrick Stählin <me@...ki.ch>
>
> Checkpatch says
>
> WARNING: 'Co-developed-by:' is the preferred signature form
> #108:
> Co-Developed-by: Patrick Stählin <me@...ki.ch>
>
> WARNING: Co-developed-by: must be immediately followed by Signed-off-by:
> #108:
> Co-Developed-by: Patrick Stählin <me@...ki.ch>
> Acked-by: Masami Hiramatsu <mhiramat@...nel.org>
>
> There's some other checkpatch warnings throughout the patch set, but this is
> one I'm not supposed to fix up. Can one of you re-post the patches with the
> correct DCO?
Ok, I'll fix it up in V5 and rebase 5.10-rc2
--
Best Regards
Guo Ren
ML: https://lore.kernel.org/linux-csky/
Powered by blists - more mailing lists