commit | 780b5c1162286cc75ef2dcc0f14215d9f9f06230 | [log] [tgz] |
---|---|---|
author | Jon Medhurst <tixy@yxit.co.uk> | Tue Apr 12 07:45:23 2011 +0100 |
committer | Nicolas Pitre <nicolas.pitre@linaro.org> | Thu Apr 28 23:40:58 2011 -0400 |
tree | cb3b50316acfbc79adde424f0c3d754a2cf1a6cd | |
parent | 0e384ed164bdc2ad832270e81dbd14a17c143e78 [diff] |
ARM: kprobes: Reject probing of undefined media instructions The instructions space for media instructions contains some undefined patterns. We need to reject probing of these because they may in future become defined and the kprobes code may then emulate them faultily. Signed-off-by: Jon Medhurst <tixy@yxit.co.uk> Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>