Jon Medhurst f704a6e25b ARM: kprobes: Reject probing of undefined data processing instructions
The instruction decoding in space_cccc_000x needs to reject probing of
instructions with undefined patterns as they may in future become
defined and then emulated faultily - as has already happened with the
SMC instruction.

This fix is achieved by testing for the instruction patterns we want to
probe and making the the default fall-through paths reject probes. This
also allows us to remove some explicit tests for instructions that we
wish to reject, as that is now the default action.

Signed-off-by: Jon Medhurst <tixy@yxit.co.uk>
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
2011-04-28 23:40:59 -04:00
..
2008-08-12 19:54:09 +01:00
2011-03-16 23:35:27 +00:00
2008-05-30 10:33:49 +02:00
2011-03-29 14:47:58 +02:00
2011-01-06 22:32:03 +00:00
2011-03-16 23:35:27 +00:00
2008-09-06 12:10:45 +01:00
2011-03-29 14:47:57 +02:00
2010-12-20 23:07:36 +08:00
2010-10-29 13:14:40 -05:00
2011-03-16 23:35:27 +00:00
2010-12-20 23:07:36 +08:00
2011-03-16 23:35:25 +00:00
2011-03-16 23:35:25 +00:00
2011-01-15 09:27:04 +00:00