Re: [PATCH 38] make sure PTRACE_CONT "disables" SYSCALL_EXIT report

2009-09-18 Thread Roland McGrath
> With current utrace it is no longer a fulltime assignment so it is OK this > way. Thanks for tending the suite, it's been very helpful. Roland

Re: [PATCH 38] make sure PTRACE_CONT "disables" SYSCALL_EXIT report

2009-09-18 Thread Jan Kratochvil
On Fri, 18 Sep 2009 00:17:24 +0200, Roland McGrath wrote: > For any test case you found useful, please add it to the ptrace-tests > suite. Jan can help you get it in the right form and get it committed. Checked-in as: http://sources.redhat.com/cgi-bin/cvsweb.cgi/~checkout~/tests/ptrace-t

Re: [PATCH 38] make sure PTRACE_CONT "disables" SYSCALL_EXIT report

2009-09-17 Thread Roland McGrath
> I am a bit surprised there is nothing in ptrace-tests to check > CONT/SYSCALL behaviour. I had to write this one: That suite has grown only through regression tests for bugs that we've noticed. So it doesn't test a case if my past implementations never broke that case, nor if a regression never

[PATCH 38] make sure PTRACE_CONT "disables" SYSCALL_EXIT report

2009-09-15 Thread Oleg Nesterov
I am a bit surprised there is nothing in ptrace-tests to check CONT/SYSCALL behaviour. I had to write this one: #define WEVENT(s) ((s & 0xFF) >> 16) int main(void) { int pid, stat; pid = fork(); if (!pid) {