From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38460) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQR74-0001uT-8L for qemu-devel@nongnu.org; Thu, 21 Jul 2016 23:26:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQR6z-0004ZK-Oo for qemu-devel@nongnu.org; Thu, 21 Jul 2016 23:26:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54014) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQR6z-0004ZE-JF for qemu-devel@nongnu.org; Thu, 21 Jul 2016 23:26:53 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id F422F78EA8 for ; Fri, 22 Jul 2016 03:26:52 +0000 (UTC) Date: Fri, 22 Jul 2016 11:26:50 +0800 From: Peter Xu Message-ID: <20160722032650.GB22866@pxdev.xzpeter.org> References: <1469096154-16085-1-git-send-email-peterx@redhat.com> <5790DE0D.5050207@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <5790DE0D.5050207@redhat.com> Subject: Re: [Qemu-devel] [PATCH] checkpatch: fix break by renaming README List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: qemu-devel@nongnu.org On Thu, Jul 21, 2016 at 08:37:01AM -0600, Eric Blake wrote: > On 07/21/2016 04:15 AM, Peter Xu wrote: > > Without this, we cannot run checkpatch.pl under QEMU root directory. > > > > Signed-off-by: Peter Xu > > --- > > scripts/checkpatch.pl | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > NACK; see > https://lists.gnu.org/archive/html/qemu-devel/2016-07/msg04850.html for > a more complete solution Yeah it's already reverted and it's working in master. Thanks for the pointer. :) -- peterx