Re: [PATCH 93] ptrace_report_exit: fix WARN_ON() condition

2009-10-16 Thread Oleg Nesterov
On 10/15, Roland McGrath wrote: This reminds me, it is still not clear what should we actually do when the killed tracee calls tracehook_report_exit(), but this is another story. IMHO the truly desireable behavior is to distinguish real SIGKILL (userland kill, oom_kill) from normal

Re: [PATCH 93] ptrace_report_exit: fix WARN_ON() condition

2009-10-16 Thread Roland McGrath
IMHO the truly desireable behavior is to distinguish real SIGKILL (userland kill, oom_kill) from normal group-exit. Yes. We already discussed this and I agree. I _think_ it is not hard to implement, but (again) I'd suggest to do this later. Agreed. (I think I just said that this is not