Re: [PATCH] utrace: finish_report() must never set -resume = UTRACE_STOP

2009-11-16 Thread Roland McGrath
 Forgot to mention, your tree lacks these patches we sent upstream:

Right.  I'll merge these into some requirements branch (or maybe just the
existing tracehook branch) and merge that into utrace.


Thanks,
Roland



Re: [PATCH] utrace: finish_report() must never set -resume = UTRACE_STOP

2009-11-15 Thread Oleg Nesterov
On 11/15, Oleg Nesterov wrote:

 With this patch the kernel passes all tests except single-step ones, as
 expected.

Forgot to mention, your tree lacks these patches we sent upstream:

ptrace-introduce-user_single_step_siginfo-helper.patch
ptrace-powerpc-implement-user_single_step_siginfo.patch
ptrace-change-tracehook_report_syscall_exit-to-handle-stepping.patch
ptrace-x86-implement-user_single_step_siginfo.patch

ptrace-x86-change-syscall_trace_leave-to-rely-on-tracehook-when-stepping.patch

I applied them to my tree, otherwise ptrace.c can't be compiled.

Oleg.