commit | 272226007f436eff953c4398c1f5509cb74889ac | [log] [tgz] |
---|---|---|
author | Jon Medhurst <tixy@linaro.org> | Mon Mar 03 15:08:30 2014 +0000 |
committer | Jon Medhurst <tixy@linaro.org> | Wed Jul 02 12:48:36 2014 +0100 |
tree | 1444ed14ef7afb312cff32161dacb07bcb3f7f2d | |
parent | 48f7bc86b6e75bcb71441c77378c1cde6ecbe475 [diff] |
ARM: kprobes: Disallow instructions with PC and register specified shift ARM data processing instructions which have a register specified shift are defined as UNPREDICTABLE if PC is used for any register, not just the shift value as the code was previous assuming. This issue manifests on A15 devices as either test case failures or undefined instructions aborts. Reported-by: David Long <dave.long@linaro.org> Signed-off-by: Jon Medhurst <tixy@linaro.org>