git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3bf6aa
)
arm64: ptrace: fix compat registes get/set to be endian clean
author
Matthew Leach
<Matthew.Leach@arm.com>
Thu, 28 Nov 2013 12:07:22 +0000
(12:07 +0000)
committer
Catalin Marinas
<catalin.marinas@arm.com>
Thu, 28 Nov 2013 18:01:28 +0000
(18:01 +0000)
On a BE system the wrong half of the X registers is retrieved/written
when attempting to get/set the value of aarch32 registers through
ptrace.
Ensure that types are the correct width so that the relevant
casting occurs.
Signed-off-by: Matthew Leach <matthew.leach@arm.com>
Reviewed-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/ptrace.c
patch
|
blob
|
history
diff --cc
arch/arm64/kernel/ptrace.c
Simple merge