[PATCH v2 0/4] ARM: kprobes: Fixes for ARM instruction emulation (part 1)

Nicolas Pitre nicolas.pitre at linaro.org
Thu Apr 7 20:51:06 EDT 2011


On Wed, 6 Apr 2011, Tixy wrote:

> When kprobes are inserted into code an ARM instruction is replaced
> by a breakpoint. When this is hit, the original instruction must be
> emulated out-of-line. This patchset fixes some bugs in this emulation.
> 
> v2  Move definitions of __check_xx functions from the .h to .c file.
> 
> [PATCH v2 1/4] ARM: kprobes: Fix probing of conditionally executed instructions
> [PATCH v2 2/4] ARM: kprobes: Remove redundant condition checks from simulation routines
> [PATCH v2 3/4] ARM: kprobes: Fix emulation of CMP, CMN, TST and TEQ instructions.
> [PATCH v2 4/4] ARM: kprobes: Fix emulation of Data-processing (immediate) instructions

This looks all good.  I've committed them in the kprobes branch of 
git://git.linaro.org/people/nico/linux.


Nicolas



More information about the linux-arm-kernel mailing list