Re: [uml-devel] FP registers corruption

2008-09-09 Thread Stanislav Meduna
Stanislav Meduna wrote: > I'll try to get the host config from him and to reproduce > it in a clean environment with the similar config as he has > (2.6.23.17 + skas3, i tried with current and without skas). > Is the skas3 patch still maintained? An update: I can definitely reproduce the problem

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

2008-09-09 Thread Oleg Nesterov
On 09/08, Pierre Morel wrote: > > --- linux-2.6.26.orig/arch/s390/kernel/signal.c > +++ linux-2.6.26/arch/s390/kernel/signal.c > @@ -409,6 +409,11 @@ handle_signal(unsigned long sig, struct > spin_unlock_irq(¤t->sighand->siglock); > } > > + if (current->instrumentation) { >