projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f951da3
)
[PATCH] ppc64: Fix 64bit ptrace DABR support
author
Anton Blanchard
<anton@samba.org>
Fri, 23 Sep 2005 04:44:05 +0000
(21:44 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 23 Sep 2005 05:17:35 +0000
(22:17 -0700)
Fix my stupid bug in the 64bit version of PTRACE_SET_DEBUGREG.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc64/kernel/ptrace.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/ppc64/kernel/ptrace.c
b/arch/ppc64/kernel/ptrace.c
index 85ed3188a91d0a7ef7c3799c8cf9a7992f411ac1..b1c044ca57568d3aee5b4cc60286c8e22d6dbbb3 100644
(file)
--- a/
arch/ppc64/kernel/ptrace.c
+++ b/
arch/ppc64/kernel/ptrace.c
@@
-219,6
+219,7
@@
int sys_ptrace(long request, long pid, long addr, long data)
case PTRACE_SET_DEBUGREG:
ret = ptrace_set_debugreg(child, addr, data);
+ break;
case PTRACE_DETACH:
ret = ptrace_detach(child, data);