Re: [RFC PATCH V2 00/10] ARM64: Uprobe support added

2015-08-04 Thread David Long
On 08/04/15 11:07, William Cohen wrote: On 08/03/2015 09:45 AM, David Long wrote: On 08/03/15 09:43, David Long wrote: On 08/03/15 07:09, Will Deacon wrote: On Thu, Jun 18, 2015 at 04:58:47AM +0100, Pratyush Anand wrote: These patches have been prepared on top of ARM64 kprobe v7 patches [1].

Re: [RFC PATCH V2 00/10] ARM64: Uprobe support added

2015-08-04 Thread David Long
On 08/04/15 11:07, William Cohen wrote: On 08/03/2015 09:45 AM, David Long wrote: On 08/03/15 09:43, David Long wrote: On 08/03/15 07:09, Will Deacon wrote: On Thu, Jun 18, 2015 at 04:58:47AM +0100, Pratyush Anand wrote: These patches have been prepared on top of ARM64 kprobe v7 patches [1].

Re: [RFC PATCH V2 00/10] ARM64: Uprobe support added

2015-08-04 Thread William Cohen
On 08/03/2015 09:45 AM, David Long wrote: > On 08/03/15 09:43, David Long wrote: >> On 08/03/15 07:09, Will Deacon wrote: >>> On Thu, Jun 18, 2015 at 04:58:47AM +0100, Pratyush Anand wrote: These patches have been prepared on top of ARM64 kprobe v7 patches [1]. Keeping as RFC, because kpr

Re: [RFC PATCH V2 00/10] ARM64: Uprobe support added

2015-08-03 Thread David Long
On 08/03/15 07:09, Will Deacon wrote: On Thu, Jun 18, 2015 at 04:58:47AM +0100, Pratyush Anand wrote: These patches have been prepared on top of ARM64 kprobe v7 patches [1]. Keeping as RFC, because kprobe-v7 still need to be ACKed. Unfortunately, I've not seen any movement on the kprobes patch

Re: [RFC PATCH V2 00/10] ARM64: Uprobe support added

2015-08-03 Thread David Long
On 08/03/15 09:43, David Long wrote: On 08/03/15 07:09, Will Deacon wrote: On Thu, Jun 18, 2015 at 04:58:47AM +0100, Pratyush Anand wrote: These patches have been prepared on top of ARM64 kprobe v7 patches [1]. Keeping as RFC, because kprobe-v7 still need to be ACKed. Unfortunately, I've not

Re: [RFC PATCH V2 00/10] ARM64: Uprobe support added

2015-08-03 Thread Will Deacon
On Thu, Jun 18, 2015 at 04:58:47AM +0100, Pratyush Anand wrote: > These patches have been prepared on top of ARM64 kprobe v7 patches [1]. > Keeping as RFC, because kprobe-v7 still need to be ACKed. Unfortunately, I've not seen any movement on the kprobes patches recently, so this is out of the pic

[RFC PATCH V2 00/10] ARM64: Uprobe support added

2015-06-17 Thread Pratyush Anand
These patches have been prepared on top of ARM64 kprobe v7 patches [1]. Keeping as RFC, because kprobe-v7 still need to be ACKed. Unit test for following has been done so far and they have been found working 1. Step-able instructions, like sub, ldr, add etc. 2. Simulation-able like ret.