From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51944) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVNTf-00037M-7M for qemu-devel@nongnu.org; Wed, 02 Apr 2014 11:53:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WVNTZ-0004F4-0C for qemu-devel@nongnu.org; Wed, 02 Apr 2014 11:53:23 -0400 Received: from mail-we0-x22c.google.com ([2a00:1450:400c:c03::22c]:64873) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVNTY-0004Ez-M2 for qemu-devel@nongnu.org; Wed, 02 Apr 2014 11:53:16 -0400 Received: by mail-we0-f172.google.com with SMTP id t61so457655wes.17 for ; Wed, 02 Apr 2014 08:53:15 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <533C3268.6060507@redhat.com> Date: Wed, 02 Apr 2014 17:53:12 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1394718164-7883-1-git-send-email-otubo@linux.vnet.ibm.com> <3706322.7y0sYUHAod@sifl> <533AB9E5.7020303@linux.vnet.ibm.com> In-Reply-To: <533AB9E5.7020303@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 00/02] seccomp: adding new syscalls to the whitelist List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Otubo , Paul Moore , qemu-devel Cc: Peter Maydell , debfx@fobos.de, Anthony Liguori Il 01/04/2014 15:06, Eduardo Otubo ha scritto: > > On 03/24/2014 03:13 PM, Paul Moore wrote: >> On Thursday, March 13, 2014 10:42:42 AM Eduardo Otubo wrote: >>> The following changes since commit >>> 750036a848ea913ba6343718ffa70da98f7eef6b: >>> >>> Merge remote-tracking branch >>> 'remotes/afaerber/tags/prep-for-upstream' >>> into staging (2014-03-12 17:53:37 +0000) >>> >>> are available in the git repository at: >>> >>> git://github.com/otubo/qemu.git seccomp >>> >>> Felix Geyer (1): >>> seccomp: add timerfd_create and timerfd_settime to the whitelist >>> >>> Paul Moore (1): >>> seccomp: add shmctl(), mlock(), and munlock() to the syscall >>> whitelist >>> >>> qemu-seccomp.c | 7 ++++++- >>> 1 files changed, 6 insertions(+), 1 deletions(-) >> >> Notice this still hasn't made it upstream and thought I would check to >> see >> where things stood ... >> > > Not sure why it didn't get upstream yet. > Anthony, Peter, could you take a closer look at this? Peter filters on "for you to fetch changes up to" and your git didn't include it. :) Paolo