Vous avez reçu un Fax

2009-10-05 Thread FaxReception
Si ce message ne s'affiche pas correctement, visualisez la version en ligne http://campaigns.media-sender.net/HM?a=A9X7CkJQ0FqQsOZ4gORr9E_i6w FAXRÉCEPTION - RECEVEZ VOS FAX PAR E-MAIL (site : http://campaigns.media-sender.net/HS?a=A9X7CkJQ0FqQsOZ4gORrIszhJg ) Pourquoi ne pas recevoir

Re: Stopped detach/attach status

2009-10-05 Thread Jan Kratochvil
On Mon, 05 Oct 2009 04:32:08 +0200, Oleg Nesterov wrote: 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 FAIL:

[PATCH 66] introduce syscall_code(context) helper

2009-10-05 Thread Oleg Nesterov
Trivial, move the annoying PTRACE_O_TRACESYSGOOD check into the new helper, syscall_code(). --- kernel/ptrace.c | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) --- PU/kernel/ptrace.c~66_SYSGOOD_HELPER2009-10-06 00:50:01.0 +0200 +++

[PATCH 67] introduce get_stop_code(context) helper

2009-10-05 Thread Oleg Nesterov
Trivial, to simplify the review of the next patches. -ev_name is used as rvalue in ptrace_resume(), add the trivial helper to read this member. --- kernel/ptrace.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) --- PU/kernel/ptrace.c~67_GET_STOP_CODE_HELPER 2009-10-06

[PATCH 69] kill context-ev_name

2009-10-05 Thread Oleg Nesterov
Kill context-ev_name, it is always eq to (ev_code 8) since the previous patch. I think it makes sense to add another helper for (event 8) | signr, but I failed to invent the name. We can also kill context-signr, we can use (ev_code 0xFF) byte instead. --- kernel/ptrace.c | 16

Re: utrace-ptrace detach with signal semantics

2009-10-05 Thread Oleg Nesterov
On 10/05, Oleg Nesterov wrote: On 10/05, Jan Kratochvil wrote: On Mon, 05 Oct 2009 04:51:32 +0200, Oleg Nesterov wrote: It is not trivial to implement, and I don't understand why it is important to keep this behaviour. But we have the test case which checks this: