From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by ozlabs.org (Postfix) with ESMTP id 3984DB7D59 for ; Thu, 10 Jun 2010 08:33:04 +1000 (EST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: Roland McGrath To: Sukadev Bhattiprolu Subject: Re: [PATCH v21 011/100] eclone (11/11): Document sys_eclone In-Reply-To: Sukadev Bhattiprolu's message of Wednesday, 9 June 2010 11:14:31 -0700 <20100609181431.GB1211@us.ibm.com> References: <20100601193230.GA17579@us.ibm.com> <20100602013839.GB17579@us.ibm.com> <20100609181431.GB1211@us.ibm.com> Message-Id: <20100609223249.AC8204B2CC@magilla.sf.frob.com> Date: Wed, 9 Jun 2010 15:32:49 -0700 (PDT) Cc: randy.dunlap@oracle.com, arnd@arndb.de, Albert Cahalan , linux-kernel , hpa@zytor.com, linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > Peter, Arnd, Roland - do you have any concerns with requiring all > architectures to specify the stack to eclone() as [base, offset] I can't see why that would be a problem. It's consistent with the sigaltstack interface we already have. Thanks, Roland