From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41542) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQF63-00073I-6p for qemu-devel@nongnu.org; Thu, 21 Jul 2016 10:37:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQF5y-0005tY-Un for qemu-devel@nongnu.org; Thu, 21 Jul 2016 10:37:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47148) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQF5y-0005tE-OT for qemu-devel@nongnu.org; Thu, 21 Jul 2016 10:37:02 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (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 53287811DF for ; Thu, 21 Jul 2016 14:37:02 +0000 (UTC) References: <1469096154-16085-1-git-send-email-peterx@redhat.com> From: Eric Blake Message-ID: <5790DE0D.5050207@redhat.com> Date: Thu, 21 Jul 2016 08:37:01 -0600 MIME-Version: 1.0 In-Reply-To: <1469096154-16085-1-git-send-email-peterx@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="03W7ADDEhKMXndqKKXQtrRN85DHTlQaD1" Subject: Re: [Qemu-devel] [PATCH] checkpatch: fix break by renaming README List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Xu , qemu-devel@nongnu.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --03W7ADDEhKMXndqKKXQtrRN85DHTlQaD1 From: Eric Blake To: Peter Xu , qemu-devel@nongnu.org Message-ID: <5790DE0D.5050207@redhat.com> Subject: Re: [Qemu-devel] [PATCH] checkpatch: fix break by renaming README References: <1469096154-16085-1-git-send-email-peterx@redhat.com> In-Reply-To: <1469096154-16085-1-git-send-email-peterx@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 07/21/2016 04:15 AM, Peter Xu wrote: > Without this, we cannot run checkpatch.pl under QEMU root directory. >=20 > 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 >=20 > diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl > index afa7f79..8247305 100755 > --- a/scripts/checkpatch.pl > +++ b/scripts/checkpatch.pl > @@ -286,7 +286,7 @@ sub top_of_kernel_tree { > =20 > my @tree_check =3D ( > "COPYING", "MAINTAINERS", "Makefile", > - "README", "docs", "VERSION", > + "README.md", "docs", "VERSION", > "vl.c" > ); > =20 >=20 --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --03W7ADDEhKMXndqKKXQtrRN85DHTlQaD1 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJXkN4NAAoJEKeha0olJ0NqIH8IAJ1QgCuBFI/Dy2w5KInV3DG7 yVQsDz6G/HmqpNIQek2XCaWdV5YmCF0zBEDeXOuFCFQU/No9IiL+i6HPs5kjtgp+ bfcEs8896frOfXwys34Tr7VZMuU3zcEJvrQX8RweqWxEVyao5cTkOKx/m2vWb8qL PAPvpDgbChXLIzecaRrSg6iNRAYU768EGTEQky8BZ+FHVnWe0qu/OX2DpzQlV8zu 97lpNnsbqPOWkOuJc1TXtqIZPOjnuaKGiGK1hLmTAW/Jq7m199vKkRMWHp5zgTpR DrwTW/azUiOgGvGhZkUavLACNJXNZLaYpHhac3iT3YTsxFTayMkgSxmNSjtxHVw= =rd0/ -----END PGP SIGNATURE----- --03W7ADDEhKMXndqKKXQtrRN85DHTlQaD1--