Re: [PATCH v4 07/16] ARM: Remove use of struct kprobe from generic probes code

2014-01-15 Thread David Long
On 12/20/13 08:55, Jon Medhurst (Tixy) wrote: On Sun, 2013-12-15 at 23:08 -0500, David Long wrote: From: "David A. Long" Change the generic ARM probes code to pass in the opcode and architecture-specific structure separately instead of using struct kprobe, so we do not pollute code being

Re: [PATCH v4 07/16] ARM: Remove use of struct kprobe from generic probes code

2014-01-15 Thread David Long
On 12/20/13 08:55, Jon Medhurst (Tixy) wrote: On Sun, 2013-12-15 at 23:08 -0500, David Long wrote: From: David A. Long dave.l...@linaro.org Change the generic ARM probes code to pass in the opcode and architecture-specific structure separately instead of using struct kprobe, so we do not

Re: [PATCH v4 07/16] ARM: Remove use of struct kprobe from generic probes code

2013-12-20 Thread Jon Medhurst (Tixy)
On Sun, 2013-12-15 at 23:08 -0500, David Long wrote: > From: "David A. Long" > > Change the generic ARM probes code to pass in the opcode and > architecture-specific > structure separately instead of using struct kprobe, so we do not pollute > code being used only for uprobes or other

Re: [PATCH v4 07/16] ARM: Remove use of struct kprobe from generic probes code

2013-12-20 Thread Jon Medhurst (Tixy)
On Sun, 2013-12-15 at 23:08 -0500, David Long wrote: From: David A. Long dave.l...@linaro.org Change the generic ARM probes code to pass in the opcode and architecture-specific structure separately instead of using struct kprobe, so we do not pollute code being used only for uprobes or

[PATCH v4 07/16] ARM: Remove use of struct kprobe from generic probes code

2013-12-15 Thread David Long
From: "David A. Long" Change the generic ARM probes code to pass in the opcode and architecture-specific structure separately instead of using struct kprobe, so we do not pollute code being used only for uprobes or other non-kprobes instruction interpretation. Signed-off-by: David A. Long ---

[PATCH v4 07/16] ARM: Remove use of struct kprobe from generic probes code

2013-12-15 Thread David Long
From: David A. Long dave.l...@linaro.org Change the generic ARM probes code to pass in the opcode and architecture-specific structure separately instead of using struct kprobe, so we do not pollute code being used only for uprobes or other non-kprobes instruction interpretation. Signed-off-by: