Re: [PATCH] samples/kprobes: Add riscv support

2021-04-11 Thread Palmer Dabbelt
On Mon, 29 Mar 2021 11:04:16 PDT (-0700), jszha...@mail.ustc.edu.cn wrote: From: Jisheng Zhang Add riscv specific info dump in both handler_pre() and handler_post(). Signed-off-by: Jisheng Zhang --- samples/kprobes/kprobe_example.c | 8 1 file changed, 8 insertions(+) diff --git

Re: [PATCH] samples/kprobes: Add riscv support

2021-03-30 Thread Masami Hiramatsu
On Tue, 30 Mar 2021 02:04:16 +0800 Jisheng Zhang wrote: > From: Jisheng Zhang > > Add riscv specific info dump in both handler_pre() and handler_post(). > Looks good to me. Acked-by: Masami Hiramatsu Thanks! > Signed-off-by: Jisheng Zhang > --- > samples/kprobes/kprobe_example.c | 8

[PATCH] samples/kprobes: Add riscv support

2021-03-29 Thread Jisheng Zhang
From: Jisheng Zhang Add riscv specific info dump in both handler_pre() and handler_post(). Signed-off-by: Jisheng Zhang --- samples/kprobes/kprobe_example.c | 8 1 file changed, 8 insertions(+) diff --git a/samples/kprobes/kprobe_example.c b/samples/kprobes/kprobe_example.c index