From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAJ98-0005dc-3m for qemu-devel@nongnu.org; Mon, 03 Feb 2014 08:01:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WAJ90-0002Vz-D3 for qemu-devel@nongnu.org; Mon, 03 Feb 2014 08:01:06 -0500 Received: from e24smtp05.br.ibm.com ([32.104.18.26]:40743) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAJ90-0002Uq-2e for qemu-devel@nongnu.org; Mon, 03 Feb 2014 08:00:58 -0500 Received: from /spool/local by e24smtp05.br.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 3 Feb 2014 11:00:54 -0200 Received: from d24relay02.br.ibm.com (d24relay02.br.ibm.com [9.13.184.26]) by d24dlp02.br.ibm.com (Postfix) with ESMTP id 3E1501DC006D for ; Mon, 3 Feb 2014 08:00:51 -0500 (EST) Received: from d24av05.br.ibm.com (d24av05.br.ibm.com [9.18.232.44]) by d24relay02.br.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s13D0CG945613058 for ; Mon, 3 Feb 2014 11:00:12 -0200 Received: from d24av05.br.ibm.com (localhost [127.0.0.1]) by d24av05.br.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s13D0odN005414 for ; Mon, 3 Feb 2014 08:00:50 -0500 From: Eduardo Otubo Date: Mon, 3 Feb 2014 11:00:32 -0200 Message-Id: <1391432433-1203-1-git-send-email-otubo@linux.vnet.ibm.com> Subject: [Qemu-devel] [PULL 00/01] seccomp: adding new syscalls to the whitelist List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: anthony@codemonkey.ws, Eduardo Otubo The following changes since commit 2f61120c10da9128357510debc8e66880cd2bfdc: Merge remote-tracking branch 'qmp-unstable/queue/qmp' into staging (2014-02-01 23:32:31 +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 qemu-seccomp.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)