Re: [PATCH 115] (upstream) ptrace_init_task: cleanup the usage of ptrace_link()

2009-10-26 Thread Roland McGrath
I think you can send this one upstream right away with no controversy. It does pure cleanup. (Is it even needed for utrace in particular?) Acked-by: Roland McGrath Thanks, Roland

[PATCH 115] (upstream) ptrace_init_task: cleanup the usage of ptrace_link()

2009-10-23 Thread Oleg Nesterov
ptrace_init_task() looks confusing, as if we always auto-attach when "bool ptrace" argument is true, while in fact we attach only if current is traced. Make the code more explicit and kill now unused ptrace_link(). Signed-off-by: Oleg Nesterov --- include/linux/ptrace.h | 11 +++ 1 f