From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59521) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzrCr-0006iu-8r for qemu-devel@nongnu.org; Thu, 18 Jul 2013 12:37:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UzrCq-0006XC-Fd for qemu-devel@nongnu.org; Thu, 18 Jul 2013 12:37:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22102) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzrCq-0006Wz-96 for qemu-devel@nongnu.org; Thu, 18 Jul 2013 12:37:28 -0400 Message-ID: <51E819BB.30801@redhat.com> Date: Thu, 18 Jul 2013 18:37:15 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1373998058-20012-1-git-send-email-otubo@linux.vnet.ibm.com> <8761w7kf3b.fsf@codemonkey.ws> <51E81963.3040301@linux.vnet.ibm.com> In-Reply-To: <51E81963.3040301@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] seccomp: remove unused syscalls - for 1.6 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Otubo Cc: pmoore@redhat.com, coreyb@linux.vnet.ibm.com, qemu-devel@nongnu.org, Anthony Liguori Il 18/07/2013 18:35, Eduardo Otubo ha scritto: > > > On 07/18/2013 01:28 PM, Anthony Liguori wrote: >> Eduardo Otubo writes: >> >>> Hello all, >>> >>> In this small patch series I basically: >> >> Cover letter should be marked [PATCH 0/2]. Otherwise it defeats >> filtering. >> >> Would like to see a Reviewed-by from someone before applying this. > > I'm running some tests with qemu && xen, I'll post a v3 by the end of > the day. I'll format the cover letter in the correct way next time. I feel that, at some point, grep and code review must trump experiments... Paul, how did you guys handle this in other projects? Paolo