ARM: kprobes: Reject 32-bit Thumb coprocessor and SIMD instructions
authorJon Medhurst <tixy@yxit.co.uk>
Sun, 3 Jul 2011 13:57:18 +0000 (14:57 +0100)
committerTixy <tixy@medhuaa1.miniserver.com>
Wed, 13 Jul 2011 17:32:47 +0000 (17:32 +0000)
The kernel doesn't currently support VFP or Neon code, and probing of
code with CP15 operations is fraught with bad consequences. So we will
just reject probing these instructions.

Signed-off-by: Jon Medhurst <tixy@yxit.co.uk>
Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>

No differences found