From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dsStd-0007Ei-7b for qemu-devel@nongnu.org; Thu, 14 Sep 2017 08:05:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dsStX-0000R8-Bt for qemu-devel@nongnu.org; Thu, 14 Sep 2017 08:05:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38576) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dsStX-0000QC-6A for qemu-devel@nongnu.org; Thu, 14 Sep 2017 08:05:23 -0400 Date: Thu, 14 Sep 2017 14:05:17 +0200 From: Eduardo Otubo Message-ID: <20170914120517.GD24545@vader> References: <1505385363-27717-1-git-send-email-thuth@redhat.com> <473d7e2e-2313-3228-259c-b00fd6b1356c@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <473d7e2e-2313-3228-259c-b00fd6b1356c@de.ibm.com> Subject: Re: [Qemu-devel] [PATCH] configure: Allow --enable-seccomp on s390x, too List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian Borntraeger Cc: Thomas Huth , qemu-devel@nongnu.org, Cornelia Huck , David Hildenbrand , Claudio Imbrenda , Dong Jia Shi , Farhan Ali , Halil Pasic , Jason J Herne , Pierre Morel , Christian Ehrhardt On Thu, Sep 14, 2017 at 01:55:46PM +0200, Christian Borntraeger wrote: > On 09/14/2017 12:36 PM, Thomas Huth wrote: > > libseccomp supports s390x since version 2.3.0, and I was able to start > > a VM with "-sandbox on" without any obvious problems by using this patch, > > so it should be safe to allow --enable-seccomp on s390x nowadays, too. > > Seems to work fine on s390x. > Acked-by: Christian Borntraeger Cool, thanks :-) Acked-by: Eduardo Otubo > > > > > Signed-off-by: Thomas Huth > > --- > > configure | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/configure b/configure > > index fd7e3a5..83ba64e 100755 > > --- a/configure > > +++ b/configure > > @@ -2032,7 +2032,7 @@ if test "$seccomp" != "no" ; then > > arm|aarch64) > > libseccomp_minver="2.2.3" > > ;; > > - ppc|ppc64) > > + ppc|ppc64|s390x) > > libseccomp_minver="2.3.0" > > ;; > > *) > > > -- Eduardo Otubo Senior Software Engineer @ RedHat