[PATCH 0/5] ARM: kprobes: Fixes for ARM instruction emulation (part 5)
Tixy
tixy at yxit.co.uk
Mon Apr 18 03:53:53 EDT 2011
(This is a fifth set of patches)
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 still more bugs in the
instruction decoding and emulation.
[PATCH 1/5] ARM: kprobes: Reject probing of all coprocessor instructions
[PATCH 2/5] ARM: kprobes: Consolidate stub decoding functions
[PATCH 3/5] ARM: kprobes: Reject probing of SETEND instructions
[PATCH 4/5] ARM: kprobes: Fix emulation of PLD instructions
[PATCH 5/5] ARM: kprobes: Remove redundant code in space_1111
More information about the linux-arm-kernel
mailing list