[Devel] Re: [v11][PATCH 8/9] Define clone_with_pids() syscall

2009-11-09 Thread Serge E. Hallyn
Here is a stab at the s390 syscall. From f710be4f1296d50551210bcc9ff6ba25d288bc46 Mon Sep 17 00:00:00 2001 From: Serge E. Hallyn se...@us.ibm.com Date: Fri, 6 Nov 2009 19:03:43 -0500 Subject: [PATCH 1/1] implement s390 clone_with_pids syscall This does the s390 hook for v11 of clone-with-pids.

[Devel] Re: [v11][PATCH 8/9] Define clone_with_pids() syscall

2009-11-07 Thread Sukadev Bhattiprolu
Serge E. Hallyn [se...@us.ibm.com] wrote: | Quoting Sukadev Bhattiprolu (suka...@us.ibm.com): | + stack_size = (unsigned long)kca.child_stack_size; | + child_stack = (unsigned long)kca.child_stack_base + stack_size; | + | + if (!child_stack) | + child_stack = regs-sp; | | I'm