From: Jon Medhurst Date: Sat, 2 Jul 2011 15:39:07 +0000 (+0100) Subject: ARM: kprobes: Reject 16-bit Thumb SETEND, CPS and BKPT instructions X-Git-Tag: v3.1-rc1~258^2^2~2^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a188ccb5eceb58101fcc11b3ec2d860ccbf92a3;p=pandora-kernel.git ARM: kprobes: Reject 16-bit Thumb SETEND, CPS and BKPT instructions These are very rare and/or problematic to emulate so we will take the easy option and disallow probing them (as does the existing ARM implementation). Rejecting these instructions doesn't actually require any entries in the decoding table as it is the default case for instructions which aren't found. Signed-off-by: Jon Medhurst Acked-by: Nicolas Pitre --- Reading git-diff-tree failed