From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55018) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c7Q7W-0003fb-Ns for qemu-devel@nongnu.org; Thu, 17 Nov 2016 12:05:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c7Q7S-0005XH-Lz for qemu-devel@nongnu.org; Thu, 17 Nov 2016 12:05:06 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43260) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c7Q7S-0005Wp-GL for qemu-devel@nongnu.org; Thu, 17 Nov 2016 12:05:02 -0500 Date: Fri, 18 Nov 2016 01:04:57 +0800 From: Fam Zheng Message-ID: <20161117170457.GB11906@lemon> References: <1478887767-31980-1-git-send-email-mst@redhat.com> <147939217182.238.11406619892229630591@9040ca97f87d> <20161117184405-mutt-send-email-mst@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20161117184405-mutt-send-email-mst@kernel.org> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL v2 00/34] virtio, vhost, pc, pci: tests, documentation, fixes and cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org, peter.maydell@linaro.org On Thu, 11/17 18:44, Michael S. Tsirkin wrote: > On Thu, Nov 17, 2016 at 06:16:12AM -0800, no-reply@patchew.org wrote: > > ERROR: Invalid UTF-8, patch and commit message should be encoded in U= TF-8 > > #75: FILE: contrib/libvhost-user/libvhost-user.c:9: > > + * Marc-Andr Lureau > > ^ > >=20 > > ERROR: Invalid UTF-8, patch and commit message should be encoded in U= TF-8 > > #1579: FILE: contrib/libvhost-user/libvhost-user.h:8: > > + * Marc-Andr Lureau > > ^ > >=20 > > total: 2 errors, 0 warnings, 1950 lines checked >=20 > Any idea what's going on here? Because of how patchew works, the patch email in question went through "g= it am", "git push" then "git fetch", and eventually it's the output of "git show --format=3Demail" that is fed to checkpatch.pl. Something went wrong with= these git commands but I don't know why. :( To reproduce the last step (which looks the most suspicious to me, maybe = you have an idea), try this on your machine: $ git fetch https://github.com/patchew-project/qemu \ patchew/1478887767-31980-1-git-send-email-mst@redhat.com From https://github.com/patchew-project/qemu * tag patchew/1478887767-31980-1-git-send-email-mst@re= dhat.com -> FETCH_HEAD $ git show c19172474cd8da8375307b324344345ad7ad01ca --format=3Demail = \ | ./scripts/checkpatch.pl - ERROR: Invalid UTF-8, patch and commit message should be encoded in U= TF-8 #75: FILE: contrib/libvhost-user/libvhost-user.c:9: + * Marc-Andr=EF=BF=BD Lureau ^ ERROR: Invalid UTF-8, patch and commit message should be encoded in U= TF-8 #1579: FILE: contrib/libvhost-user/libvhost-user.h:8: + * Marc-Andr=EF=BF=BD Lureau ^ total: 2 errors, 0 warnings, 1950 lines checked Your patch has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. $=20 Fam