Re: [PATCH RFC v2 0/6] ARM64: Add kernel probes(Kprobes) support

2013-10-20 Thread Sandeepa Prabhu
On 18 October 2013 14:02, Masami Hiramatsu wrote: > (2013/10/17 20:17), Sandeepa Prabhu wrote: >> This patchset adds support for kernel probes(kprobes), jump probes(jprobes) >> and return probes(kretprobes) support for ARM64. >> >> Kprobes mechanism make use of software breakpoint and single

Re: [PATCH RFC v2 0/6] ARM64: Add kernel probes(Kprobes) support

2013-10-20 Thread Sandeepa Prabhu
On 18 October 2013 14:02, Masami Hiramatsu masami.hiramatsu...@hitachi.com wrote: (2013/10/17 20:17), Sandeepa Prabhu wrote: This patchset adds support for kernel probes(kprobes), jump probes(jprobes) and return probes(kretprobes) support for ARM64. Kprobes mechanism make use of software

Re: [PATCH RFC v2 0/6] ARM64: Add kernel probes(Kprobes) support

2013-10-18 Thread Masami Hiramatsu
(2013/10/17 20:17), Sandeepa Prabhu wrote: > This patchset adds support for kernel probes(kprobes), jump probes(jprobes) > and return probes(kretprobes) support for ARM64. > > Kprobes mechanism make use of software breakpoint and single stepping > support available in ARM v8 kernel. > Thank

Re: [PATCH RFC v2 0/6] ARM64: Add kernel probes(Kprobes) support

2013-10-18 Thread Masami Hiramatsu
(2013/10/17 20:17), Sandeepa Prabhu wrote: This patchset adds support for kernel probes(kprobes), jump probes(jprobes) and return probes(kretprobes) support for ARM64. Kprobes mechanism make use of software breakpoint and single stepping support available in ARM v8 kernel. Thank you! This

[PATCH RFC v2 0/6] ARM64: Add kernel probes(Kprobes) support

2013-10-17 Thread Sandeepa Prabhu
This patchset adds support for kernel probes(kprobes), jump probes(jprobes) and return probes(kretprobes) support for ARM64. Kprobes mechanism make use of software breakpoint and single stepping support available in ARM v8 kernel. This patchset make use of (and dependant upon) dynamic kernel

[PATCH RFC v2 0/6] ARM64: Add kernel probes(Kprobes) support

2013-10-17 Thread Sandeepa Prabhu
This patchset adds support for kernel probes(kprobes), jump probes(jprobes) and return probes(kretprobes) support for ARM64. Kprobes mechanism make use of software breakpoint and single stepping support available in ARM v8 kernel. This patchset make use of (and dependant upon) dynamic kernel