Re: [uml-devel] FP registers corruption

2008-09-08 Thread Stanislav Meduna
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

[uml-devel] [PATCH 1/1] system call notification with self_ptrace

2008-09-08 Thread Pierre Morel
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

Re: [uml-devel] [PATCH 1/1] system call notification with self_ptrace

2008-09-08 Thread Andrew Morton
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