From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Lezcano Subject: Re: [PATCH] s390 sys_clone is backwards Date: Mon, 09 Mar 2009 20:47:17 +0100 Message-ID: <49B57245.3080005@fr.ibm.com> References: <20090309192838.GA25727@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20090309192838.GA25727-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: "Serge E. Hallyn" Cc: Linux Containers List-Id: containers.vger.kernel.org Serge E. Hallyn wrote: > Switch the flags and sp for sys_clone for s390. > > Without this, lxc-execute gets a segfault on clone (of course). > With this, it succeeds. > > Signed-off-by: Serge Hallyn > --- Applied thanks for the fix.