Stanislav Meduna wrote:
>>> Same here with 2.6.26.2 :(
>>
>> Hmmm. If it's not a problem there, I'm tempted to call it fixed,
>> whatever it was. Can you check current 2.6.27-rc?
>
> OK, I'll try to convince my provider to test 2.6.26.2 and
> possibly 27-rc soon - I'll let you know of the resul
Subject: [PATCH] system call notification with self_ptrace
From: Pierre Morel <[EMAIL PROTECTED]>
PTRACE SELF
This patch adds a new functionality to ptrace: system call notification to
the current process.
When a process requests self ptrace, with the new request PTRACE_SELF_ON:
1. the next
On Mon, 08 Sep 2008 14:02:01 +0200
Pierre Morel <[EMAIL PROTECTED]> wrote:
> Subject: [PATCH] system call notification with self_ptrace
>
> From: Pierre Morel <[EMAIL PROTECTED]>
>
>
> PTRACE SELF
>
> This patch adds a new functionality to ptrace: system call notification to
> the current proc