From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56049) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZBQ7v-0005Z1-Ek for qemu-devel@nongnu.org; Sat, 04 Jul 2015 12:17:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZBQ7r-0004pv-VI for qemu-devel@nongnu.org; Sat, 04 Jul 2015 12:17:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53180) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZBQ7r-0004pB-Pk for qemu-devel@nongnu.org; Sat, 04 Jul 2015 12:17:11 -0400 References: <1432870329-7502-1-git-send-email-tubo@linux.vnet.ibm.com> <1432870329-7502-8-git-send-email-tubo@linux.vnet.ibm.com> <5594FDD6.2020902@linux.vnet.ibm.com> From: Max Reitz Message-ID: <55980703.1070609@redhat.com> Date: Sat, 4 Jul 2015 18:17:07 +0200 MIME-Version: 1.0 In-Reply-To: <5594FDD6.2020902@linux.vnet.ibm.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v10 7/7] qemu-iotests: s390x: fix test 130 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tu bo , Kevin Wolf Cc: armbru@redhat.com, mimu@linux.vnet.ibm.com, qemu-devel@nongnu.org On 02.07.2015 11:01, tu bo wrote: > I got one issue after running checkpatch.pl below, > > [gavin@oc6333346435 qemu]$ ./scripts/checkpatch.pl > home/gavin/patch/v8/0007-qemu-iotests-s390x-fix-test-130.patch // > ERROR: Invalid UTF-8, patch and commit message should be encoded in > UTF-8// > #52: FILE: tests/qemu-iotests/130.out:12:// > +(qemu) commit testdisk// > ^// > > ERROR: Invalid UTF-8, patch and commit message should be encoded in > UTF-8// > #60: FILE: tests/qemu-iotests/130.out:19:// > +(qemu) commit testdisk// > ^// > > total: 2 errors, 0 warnings, 36 lines checked/ > > The reason is that 130.out contains some non-text data. Do I need to > report an issue to checkpatch.pl, or ignore this error message? thanks I think ignoring it is fine. Max