Merge branch 'uprobes-v7' of git://git.linaro.org/people/dave.long/linux into devel...
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 19 Mar 2014 20:15:46 +0000 (20:15 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 19 Mar 2014 20:15:46 +0000 (20:15 +0000)
This patch series adds basic uprobes support to ARM. It is based on
patches developed earlier by Rabin Vincent. That approach of adding
hooks 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.

1  2 
arch/arm/Kconfig
arch/arm/include/asm/ptrace.h

Simple merge
Simple merge