From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50264) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1apwqX-0004PG-4E for qemu-devel@nongnu.org; Tue, 12 Apr 2016 07:51:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1apwqT-0007OD-3j for qemu-devel@nongnu.org; Tue, 12 Apr 2016 07:51:05 -0400 Received: from mail-wm0-x234.google.com ([2a00:1450:400c:c09::234]:33628) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1apwqS-0007O8-PZ for qemu-devel@nongnu.org; Tue, 12 Apr 2016 07:51:01 -0400 Received: by mail-wm0-x234.google.com with SMTP id f198so184091835wme.0 for ; Tue, 12 Apr 2016 04:51:00 -0700 (PDT) Date: Tue, 12 Apr 2016 13:50:56 +0200 From: Eduardo Otubo Message-ID: <20160412115056.GA24071@vader> References: <1460121394-31975-1-git-send-email-james.hogan@imgtec.com> <1460121394-31975-3-git-send-email-james.hogan@imgtec.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gBBFr7Ir9EOA20Yy" Content-Disposition: inline In-Reply-To: <1460121394-31975-3-git-send-email-james.hogan@imgtec.com> Subject: Re: [Qemu-devel] [PATCH v2 2/2] configure: Enable seccomp sandbox for MIPS List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: James Hogan Cc: qemu-devel@nongnu.org, Andrew Jones , Aurelien Jarno --gBBFr7Ir9EOA20Yy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Apr 08, 2016 at 02=3D16=3D34PM +0100, James Hogan wrote: > Enable seccomp on MIPS since libseccomp version 2.2.0 when MIPS support > was first added. >=20 > Signed-off-by: James Hogan > Reviewed-by: Andrew Jones > Cc: Eduardo Otubo > Cc: Aurelien Jarno > --- > configure | 3 +++ > 1 file changed, 3 insertions(+) >=20 > diff --git a/configure b/configure > index 5db29f0245ae..f1c307bfc69c 100755 > --- a/configure > +++ b/configure > @@ -1872,6 +1872,9 @@ if test "$seccomp" !=3D "no" ; then > i386|x86_64) > libseccomp_minver=3D"2.1.0" > ;; > + mips) > + libseccomp_minver=3D"2.2.0" > + ;; > arm|aarch64) > libseccomp_minver=3D"2.2.3" > ;; > --=20 > 2.4.10 >=20 Acked-by: Eduardo Otubo --=20 Eduardo Otubo ProfitBricks GmbH --gBBFr7Ir9EOA20Yy Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJXDOEgAAoJEP0M/1sS+L0vx8wH/326lm7f0l0Ym2+k1T/S5RzZ YfUf8rADjZ463AULQPOtExTxByFWunGrcpMc5Kqy6GvZgxB50QaHMXGuoHG2yA2b xIIcqTlAW1MAtP3MTGGgniNNh38HytsDoCcCkoJRj/LGjaVsSQPMRVtPC14SbJTX mpav6cH8B/PbwgViI1YFoZXUpFrOBhLkvRglYbtbEI3WLZ8SmnKTw/ivIOVxSYPR IDjTuqQOeu9uciTOfeWPpvfZOhvvJLg+vyyzxDzVlM6Q891mqSBcebr1wlavI+Cb GrsOaj7coDrhu2BwQ7oU7z5K4ruCJJplfkoESMz2MpuxvkTO1GowUjdLnJ/h7jU= =3+CL -----END PGP SIGNATURE----- --gBBFr7Ir9EOA20Yy--