Re: [PATCH] kernel:ptrace - Fix typo in comment in function __ptrace_unlink().

2015-05-24 Thread Oleg Nesterov
So this "fix" is wrong. But you know, even if it was correct... IMO, the fixes like this can only make sense as a "while at it" part of the meaningful change. On 05/23, Shailendra Verma wrote: > > Signed-off-by: Shailendra Verma > --- > kernel/ptrace.c |2 +- > 1 file changed, 1 insertion(

Re: [PATCH] kernel:ptrace - Fix typo in comment in function __ptrace_unlink().

2015-05-23 Thread Valdis . Kletnieks
On Sat, 23 May 2015 10:38:35 +0530, Shailendra Verma said: > --- a/kernel/ptrace.c > +++ b/kernel/ptrace.c > @@ -108,7 +108,7 @@ void __ptrace_unlink(struct task_struct *child) > > /* >* If transition to TASK_STOPPED is pending or in TASK_TRACED, kick > - * @child in the butt.

[PATCH] kernel:ptrace - Fix typo in comment in function __ptrace_unlink().

2015-05-22 Thread Shailendra Verma
Signed-off-by: Shailendra Verma --- kernel/ptrace.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/ptrace.c b/kernel/ptrace.c index c8e0e05..46249f9 100644 --- a/kernel/ptrace.c +++ b/kernel/ptrace.c @@ -108,7 +108,7 @@ void __ptrace_unlink(struct task_struct *chil