From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52638) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1as69f-0001sp-NO for qemu-devel@nongnu.org; Mon, 18 Apr 2016 06:11:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1as69e-0003Gj-QD for qemu-devel@nongnu.org; Mon, 18 Apr 2016 06:11:43 -0400 Received: from mail-vk0-x236.google.com ([2607:f8b0:400c:c05::236]:33607) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1as69e-0003GL-Lu for qemu-devel@nongnu.org; Mon, 18 Apr 2016 06:11:42 -0400 Received: by mail-vk0-x236.google.com with SMTP id n62so98248718vkb.0 for ; Mon, 18 Apr 2016 03:11:42 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1460833472-14855-1-git-send-email-eduardo.otubo@profitbricks.com> References: <1460833472-14855-1-git-send-email-eduardo.otubo@profitbricks.com> From: Peter Maydell Date: Mon, 18 Apr 2016 11:11:22 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 00/03] seccomp branch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Otubo Cc: QEMU Developers On 16 April 2016 at 20:04, Eduardo Otubo wrote: > The following changes since commit c7b45f12828c1ba7105dbc029c63d7de68eaa91c: > > Merge remote-tracking branch 'remotes/armbru/tags/pull-backends-2016-04-15' into staging (2016-04-15 17:43:34 +0100) > > are available in the git repository at: > > git://github.com/otubo/qemu.git tags/pull-seccomp-20160416 > > for you to fetch changes up to 8e08f8a4a7f613af65b29fcc3ac3bfc2a08a3343: > > seccomp: adding sysinfo system call to whitelist (2016-04-16 20:27:44 +0200) > > ---------------------------------------------------------------- > seccomp branch queue > > ---------------------------------------------------------------- > James Hogan (2): > configure: Enable seccomp sandbox for MIPS > seccomp: Whitelist cacheflush since 2.2.0 not 2.2.3 > > Miroslav Rezanina (1): > seccomp: adding sysinfo system call to whitelist > > configure | 3 +++ > qemu-seccomp.c | 9 ++++++--- > 2 files changed, 9 insertions(+), 3 deletions(-) Applied, thanks. -- PMM