From: Jon Medhurst Date: Sun, 3 Jul 2011 13:23:21 +0000 (+0100) Subject: ARM: kprobes: Decode 32-bit Thumb load/store dual and load/store exclusive instructions X-Git-Tag: v3.1-rc1~258^2^2~2^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b48354d3584e93284fba2ee99f6f9f44d18e4f83;p=pandora-kernel.git ARM: kprobes: Decode 32-bit Thumb load/store dual and load/store exclusive instructions We reject probing of load/store exclusive instructions because any emulation routine could never succeed in gaining exclusive access as the exception framework clears the exclusivity monitor when a probes breakpoint is hit. Signed-off-by: Jon Medhurst Acked-by: Nicolas Pitre --- Reading git-diff-tree failed