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

Tixy tixy at yxit.co.uk
Wed Apr 6 06:17:08 EDT 2011


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



More information about the linux-arm-kernel mailing list