https://github.com/torvalds/linux
Revision cf3cc1aa9b6d0bf1750143af65829f4368d77492 authored by Viktor Rosendahl on 28 March 2011, 15:56:05 UTC, committed by Nicolas Pitre on 29 April 2011, 03:40:54 UTC
Currently emulate_ldrd and emulate_strd don't even have the adjustment
of the PC value, so in case of Rn == PC, it will not update the PC
incorrectly but instead load/store from the wrong address.  Let's add
both the adjustment of the PC value and the check for PC == PC.

Signed-off-by: Viktor Rosendahl <viktor.rosendahl@nokia.com>
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
1 parent 6221f22
History
Tip revision: cf3cc1aa9b6d0bf1750143af65829f4368d77492 authored by Viktor Rosendahl on 28 March 2011, 15:56:05 UTC
kprobes/arm: Fix ldrd/strd emulation
Tip revision: cf3cc1a
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 941 bytes
.mailmap -rw-r--r-- 4.1 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.7 KB
Kbuild -rw-r--r-- 2.4 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 187.9 KB
Makefile -rw-r--r-- 51.1 KB
README -rw-r--r-- 17.1 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top