From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41349) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQF5R-0006Ud-2c for qemu-devel@nongnu.org; Thu, 21 Jul 2016 10:36:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQF5M-0005i2-29 for qemu-devel@nongnu.org; Thu, 21 Jul 2016 10:36:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43005) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQF5L-0005hl-Pv for qemu-devel@nongnu.org; Thu, 21 Jul 2016 10:36:23 -0400 References: <1469064784-18570-1-git-send-email-xiecl.fnst@cn.fujitsu.com> From: Eric Blake Message-ID: <5790DDE5.9030109@redhat.com> Date: Thu, 21 Jul 2016 08:36:21 -0600 MIME-Version: 1.0 In-Reply-To: <1469064784-18570-1-git-send-email-xiecl.fnst@cn.fujitsu.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="XsjNIBShLiFkEAqJH0p11xwfhn9rLlIKC" Subject: Re: [Qemu-devel] [PATCH] checkpatch: rename README to README.md List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Changlong Xie , qemu-devel@nongnu.org Cc: Paolo Bonzini , Pranith Kumar , Stefan Hajnoczi This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --XsjNIBShLiFkEAqJH0p11xwfhn9rLlIKC From: Eric Blake To: Changlong Xie , qemu-devel@nongnu.org Cc: Paolo Bonzini , Pranith Kumar , Stefan Hajnoczi Message-ID: <5790DDE5.9030109@redhat.com> Subject: Re: [Qemu-devel] [PATCH] checkpatch: rename README to README.md References: <1469064784-18570-1-git-send-email-xiecl.fnst@cn.fujitsu.com> In-Reply-To: <1469064784-18570-1-git-send-email-xiecl.fnst@cn.fujitsu.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 07/20/2016 07:33 PM, Changlong Xie wrote: > Since commit e5dfc5e broke the logic of @top_of_kernel_tree >=20 > Cc: Pranith Kumar > Cc: Paolo Bonzini > Cc: Stefan Hajnoczi > Signed-off-by: Changlong Xie > --- > 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 --XsjNIBShLiFkEAqJH0p11xwfhn9rLlIKC 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/ iQEcBAEBCAAGBQJXkN3mAAoJEKeha0olJ0Nq3/0H/1pWlt/bmQwhKFavPOB7a4Ys 87a49hM6F82TmHF/CEtsMptCoEJdzbfKc93+S6BKysSp5NFBSlpneDd20Rmhg9rx ol5O7vE6DtnWiZI9BUgro2aPhjertPDiON8ibzflKsICn491FgBE4Jg94+hOiWnq 4dI7kClxJ+fmr5hR1dWVk7+m4ej8dL+TtD56OEP15tDTzQ8TknGFtFWZa4+c9Olp pi8beAu0Zm0MPFli0Djtqf1SezAjZOMIJjtlF1ywL+0h3HCTSG7FebEL4vf2W6kz p94EDpXCMBvbu1oLka4tvQs8JVSspD47mf/k156nuGPdAacPAfa8VZO9tduYImQ= =g6Wk -----END PGP SIGNATURE----- --XsjNIBShLiFkEAqJH0p11xwfhn9rLlIKC--