On 19 June 2013 20:32, Viresh Kumar viresh.kumar@linaro.org wrote:
On 20 June 2013 00:41, David Long dave.long@linaro.org wrote:
This patch series adds basic uprobes support to ARM. It is based on
patches developed earlier by Rabin Vincent. That approach of adding special cases into the kprobes instruction parsing code was not well received. This approach separates the ARM instruction parsing code in kprobes out into a separate set of functions which can be used by both kprobes and uprobes. Both kprobes and uprobes then provide their own semantic action tables to process the results of the parsing.
Some regression bug fixing is still in progress on this, and some more
definitions may be moved from kprobes*.h files into more generic include files. However, at this point feedback on the basic approach would be appreciated.
These patches are based on v3.10-rc3
David A. Long (2): ARM: Separate kprobes instruction parsing into routines sharable with uprobes ARM: add uprobes support
Please use linaro-kernel list for sending patches.
Hi Viresh,
I think linaro-kernel should be part of the cc, but I don't think that there is any policy in regards to not sending patches to linaro-dev. I see lots of patches being posted on here and think it is a good place for discussion.
Thanks, ~Deepak