Re: [PATCH v8 7/7] kprobes: Add arm64 case in kprobe example module

2015-08-12 Thread Steve Capper
On 11 August 2015 at 01:52, David Long wrote: > From: Sandeepa Prabhu > > Add info prints in sample kprobe handlers for ARM64 > > Signed-off-by: Sandeepa Prabhu > --- > samples/kprobes/kprobe_example.c | 8 > 1 file changed, 8 insertions(+) I'm not going through this series

Re: [PATCH v8 7/7] kprobes: Add arm64 case in kprobe example module

2015-08-12 Thread Steve Capper
On 11 August 2015 at 01:52, David Long dave.l...@linaro.org wrote: From: Sandeepa Prabhu sandeepa.s.pra...@gmail.com Add info prints in sample kprobe handlers for ARM64 Signed-off-by: Sandeepa Prabhu sandeepa.s.pra...@gmail.com --- samples/kprobes/kprobe_example.c | 8 1 file

[PATCH v8 7/7] kprobes: Add arm64 case in kprobe example module

2015-08-10 Thread David Long
From: Sandeepa Prabhu Add info prints in sample kprobe handlers for ARM64 Signed-off-by: Sandeepa Prabhu --- 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 366db1a..51d459c

[PATCH v8 7/7] kprobes: Add arm64 case in kprobe example module

2015-08-10 Thread David Long
From: Sandeepa Prabhu sandeepa.s.pra...@gmail.com Add info prints in sample kprobe handlers for ARM64 Signed-off-by: Sandeepa Prabhu sandeepa.s.pra...@gmail.com --- samples/kprobes/kprobe_example.c | 8 1 file changed, 8 insertions(+) diff --git a/samples/kprobes/kprobe_example.c