Signed-off-by: Linus Torvalds <torvalds@osdl.org>
---
-diff --git a/kernel/ptrace.c b/kernel/ptrace.c
-index 5b8dd98..b88d418 100644
---- a/kernel/ptrace.c
-+++ b/kernel/ptrace.c
-@@ -155,7 +155,7 @@ int ptrace_attach(struct task_struct *ta
+ kernel/ptrace.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- linux-2.6.14.y.orig/kernel/ptrace.c
++++ linux-2.6.14.y/kernel/ptrace.c
+@@ -152,7 +152,7 @@ int ptrace_attach(struct task_struct *ta
retval = -EPERM;
if (task->pid <= 1)
goto bad;
goto bad;
/* the same process cannot be attached many times */
if (task->ptrace & PT_PTRACED)
-