Livraison spéciale pour votre société.

2009-10-01 Thread Canal Direct
Title: 40 produits jusqu'à -100% pour une durée limitée ! Si ce message ne s'affiche pas correctement, suivez ce lien Profitez vite de tous ces produits ! Avec ces articles, votre entreprise démarrera en force ! 250 Cartes de visite

Illimité : Communications - Internet - tél éphones

2009-10-01 Thread IC Telecom
Si ce message ne s'affiche pas correctement, suivez ce lien Ce courriel commercial est conforme la lgislation en vigueur et aux dlibrations de la CNIL des 22 et 30 mars 2005 sur la prospection par courrier lectronique dans le cadre professionnel. Conformment l'article 34 de

Stopped detach/attach status

2009-10-01 Thread Jan Kratochvil
Hi Oleg, the ptrace-testsuite http://sourceware.org/systemtap/wiki/utrace/tests currently FAILs (also) on Fedora 12 kernel-2.6.31.1-48.fc12.x86_64 for: FAIL: detach-stopped FAIL: stopped-attach-transparency Do you agree with the testcases and is it planned to fix them

[PATCH 53-56] kill -ev_array + fix stepping

2009-10-01 Thread Oleg Nesterov
On top of 4492770dc8d2312da9518e8b85fb0e49dc3da510 in your utrace-ptrace branch. Oleg.

[PATCH 53] kill context-ev_array[]

2009-10-01 Thread Oleg Nesterov
Kill context-ev_array[]. Add the new members to struct ptrace_context: -ev_mesg: for task_struct-ptrace_message -ev_code: for task_struct-exit_code -ev_name: this is unique identifier for ptrace_resume(). We don't actually need both ev_code and ev_name, but

[PATCH 54] ptrace_resume: don't ignore data argument

2009-10-01 Thread Oleg Nesterov
ptrace_resume(data) should process data in case of PTRACE_EVENT_SYSCALL and PTRACE_EVENT_SIGNAL events. --- kernel/ptrace.c | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) --- PU/kernel/ptrace.c~54_RESUME_USE_DATA 2009-10-01 21:53:01.0

[PATCH 55] implement the stacked SYSCALL_EXIT event

2009-10-01 Thread Oleg Nesterov
Change ptrace_resume() to report the artificial SYSCALL_EXIT stop when needed. This is trivial, but I am not sure yet what should we do with the stacked JCTL stops. ptrace_report_clone() is not exactly right too, will be fixed later. This and the next patches add another switch(-ev_name), I'll

[PATCH 56] fix the stepping over syscall

2009-10-01 Thread Oleg Nesterov
utrace-ptrace can't rely on syscall_trace_leave()-send_sigtrap(), we should generate this trap by hand. To do this we have to split PTRACE_EVENT_SYSCALL into PTRACE_EVENT_SYSCALL_ENTRY and PTRACE_EVENT_SYSCALL_EXIT to identify the latter case which needs a trap. Note! I think we can avoid using

Re: Stopped detach/attach status

2009-10-01 Thread Oleg Nesterov
Hi Jan, On 10/01, Jan Kratochvil wrote: the ptrace-testsuite http://sourceware.org/systemtap/wiki/utrace/tests currently FAILs (also) on Fedora 12 kernel-2.6.31.1-48.fc12.x86_64 for: FAIL: detach-stopped Please recall our previous discussion about