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:
d4ac247
)
sh: Fix PTRACE_PEEKTEXT/PEEKDATA fallout from generic_ptrace_peekdata().
author
Paul Mundt
<lethal@linux-sh.org>
Sat, 4 Aug 2007 04:39:21 +0000
(13:39 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Sat, 4 Aug 2007 04:39:21 +0000
(13:39 +0900)
When generic_ptrace_peekdata() was merged, the break for these cases
ended up getting dropped, which lead to each PEEKTEXT/PEEKDATA op leaking
in to PEEKUSR and get_user_pages() always -EFAULTing. Add the break back
in.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
No differences found