Invitation Vente Privée

2009-11-23 Thread Luxe Privé
Pour ne plus recevoir de courriels de notre part, il vous suffit de vous rendre sur cette page.

Re: [PATCH 5] ptrace: change tracehook_report_syscall_exit() to handle stepping

2009-11-23 Thread Oleg Nesterov
On 11/23, Srikar Dronamraju wrote: I don't have a powerpc machine, but I think this test-case should see the difference: On a powerpc machine, I did verify that the below test-case differs with your patch. Without the patch it would print the message kernel bug: status=857F shouldn't have

Re: [PATCH 1-13] utrace-ptrace V1, for internal review

2009-11-23 Thread Oleg Nesterov
On 11/22, Roland McGrath wrote: Perhaps we should send 8-10 to akpm right now? I'm not sure whether that would more useful. It's really up to you. IMHO those are not standalone cleanups like 2-7 (and even 1) are. So to me it makes more sense to have those travel as part of that whole

http://koji.fedoraproject.org/scratch/roland/task_1825649/

2009-11-23 Thread Roland McGrath
At this URL find built rpms (x86_64 and i686 only) that you can install on a Fedora 12 (or rawhide, probably) system. These are the upstream kernel du jour with the current utrace-ptrace branch code (see rpm changelog for commit id). (I tried an f12-flavored build too, but it looks like the

[PATCH 140] join PTRACE_EVENT_SYSCALL_XXX states

2009-11-23 Thread Oleg Nesterov
No need to to use different ENTRY/EXIT syscall codes any longer. PTRACE_EVENT_SYSCALL_EXIT was introduced to emulate send_sigtrap() from syscall_trace_leave(), now we don't do this. --- kernel/ptrace-utrace.c | 25 +++-- 1 file changed, 11 insertions(+), 14 deletions(-)

Re: Q: UTRACE_SYSCALL_RESUMED logic

2009-11-23 Thread Roland McGrath
On 11/18, Roland McGrath wrote: In any case, what is the rationality? The rationale is that if you see utrace_resume_action(action)==UTRACE_STOP in your callback, then you know another engine asked for stop Yes, but engine can't know if the next one is going to return UTRACE_STOP.