Re: [PATCH v3 14/15] ARM: add uprobes support

2013-12-04 Thread Taras Kondratiuk
On 11/27/2013 04:53 AM, David Long wrote: > From: "David A. Long" > > Using Rabin Vincent's ARM uprobes patches as a base, enable uprobes > support on ARM. > > Caveats: > > - Thumb is not supported > - XOL abort/trap handling is not implemented > > Signed-off-by: David A. Long > --- >

Re: [PATCH v3 14/15] ARM: add uprobes support

2013-12-04 Thread Taras Kondratiuk
On 11/27/2013 04:53 AM, David Long wrote: From: David A. Long dave.l...@linaro.org Using Rabin Vincent's ARM uprobes patches as a base, enable uprobes support on ARM. Caveats: - Thumb is not supported - XOL abort/trap handling is not implemented Signed-off-by: David A. Long

[PATCH v3 14/15] ARM: add uprobes support

2013-11-26 Thread David Long
From: "David A. Long" Using Rabin Vincent's ARM uprobes patches as a base, enable uprobes support on ARM. Caveats: - Thumb is not supported - XOL abort/trap handling is not implemented Signed-off-by: David A. Long --- arch/arm/Kconfig | 4 +

[PATCH v3 14/15] ARM: add uprobes support

2013-11-26 Thread David Long
From: David A. Long dave.l...@linaro.org Using Rabin Vincent's ARM uprobes patches as a base, enable uprobes support on ARM. Caveats: - Thumb is not supported - XOL abort/trap handling is not implemented Signed-off-by: David A. Long dave.l...@linaro.org --- arch/arm/Kconfig