[PATCH V1 0/5] riscv: Add k/uprobe supported
Pekka Enberg
penberg at gmail.com
Sat Jul 4 14:30:50 EDT 2020
Hi Guo,
On Sat, Jul 4, 2020 at 6:34 AM <guoren at kernel.org> wrote:
> > > There is no single step exception in riscv ISA, so utilize ebreak to
> > > simulate. Some pc related instructions couldn't be executed out of line
> > > and some system/fence instructions couldn't be a trace site at all.
> > > So we give out a reject list and simulate list in decode-insn.c.
On Sat, Jul 4, 2020 at 2:40 PM Pekka Enberg <penberg at gmail.com> wrote:
> > Can you elaborate on what you mean by this? Why would you need a
> > single-step facility for kprobes? Is it for executing the instruction
> > that was replaced with a probe breakpoint?
On Sat, Jul 4, 2020 at 5:55 PM Guo Ren <guoren at kernel.org> wrote:
> It's the single-step exception, not single-step facility!
Aah, right, I didn't read the specification carefully enough. Thanks
for taking the time to clarify this!
FWIW, for the whole series:
Reviewed-by: Pekka Enberg <penberg at kernel.org>
- Pekka
More information about the linux-riscv
mailing list