From: Jon Medhurst Date: Mon, 18 Apr 2011 07:53:56 +0000 (+0100) Subject: ARM: kprobes: Reject probing of SETEND instructions X-Git-Tag: v2.6.39-rc6~9^2~2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0aeb8bff0fe9de50e1e4093ef86ff8f17a9b1b0;p=pandora-kernel.git ARM: kprobes: Reject probing of SETEND instructions The emulation of SETEND was broken as it changed the endianess for the running kprobes handling code. Rather than adding a new simulation routine to fix this we'll just reject probing of SETEND as these should be very rare in the kernel. Note, the function emulate_none is now unused but it is left in the source code as future patches will use it. Signed-off-by: Jon Medhurst Signed-off-by: Nicolas Pitre --- Reading git-diff-tree failed