commit | 6a0d1a1c5692d6192684fb7aa8f4d7f401f8dbab | [log] [tgz] |
---|---|---|
author | Jon Medhurst <tixy@yxit.co.uk> | Sun Jul 03 14:57:18 2011 +0100 |
committer | Tixy <tixy@medhuaa1.miniserver.com> | Wed Jul 13 17:32:47 2011 +0000 |
tree | 3f0c36ecbce036b753f2c191c8907a79c3c9fd37 | |
parent | ce715c772f0124f9d3f6f5cffcb85688c81d2c07 [diff] |
ARM: kprobes: Reject 32-bit Thumb coprocessor and SIMD instructions 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>