From: Jon Medhurst Date: Mon, 3 Mar 2014 15:08:30 +0000 (+0000) Subject: ARM: kprobes: Disallow instructions with PC and register specified shift X-Git-Tag: omap-for-v3.17/fixes-against-rc2~297^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=272226007f436eff953c4398c1f5509cb74889ac;p=pandora-kernel.git 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 Signed-off-by: Jon Medhurst --- Reading git-diff-tree failed