From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43771) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSgtY-0007Ih-HF for qemu-devel@nongnu.org; Tue, 03 Mar 2015 02:05:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSgtV-0000tO-8a for qemu-devel@nongnu.org; Tue, 03 Mar 2015 02:05:32 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60115) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSgtV-0000tF-0H for qemu-devel@nongnu.org; Tue, 03 Mar 2015 02:05:29 -0500 Date: Tue, 3 Mar 2015 15:05:24 +0800 From: Fam Zheng Message-ID: <20150303070524.GA15730@ad.nay.redhat.com> References: <20150228064712.GA15109@ad.nay.redhat.com> <54F55155.80103@weilnetz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54F55155.80103@weilnetz.de> Subject: Re: [Qemu-devel] Announcement: Patchew server is online now List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-devel@nongnu.org On Tue, 03/03 07:14, Stefan Weil wrote: > Am 28.02.2015 um 07:47 schrieb Fam Zheng: > >Hello, everyone > > > >I'm glad to announce the fresh Patchew server deployment: > > > > http://qemu.patchew.org/ > > > >The mission of this project is to help identify obvious defects (coding style, > >compiling, etc.) of posted patches. > > > >Follow the green "passed" or red "failed" button in the page and you'll see the > >testing log. You can also see which series have got reviews or comments. > > > >Q: How will this impact patch submission and merging process? > > > > Nothing is affected (at least for now), use this as an auxiliary. > > > >Q: What exactly are tested for each patch? > > > > * scripts/checkpatch.pl > > * git am (on top of qemu.git) > > Obviously checkpatch.pl reports false positives because it tries to analyze > quoted-printable UTF-8 e-mails. Here an example: > > http://qemu.patchew.org/testing/log/%3C1425214326-25326-1-git-send-email-sw@weilnetz.de%3E Right. The result was produced before I fixed the bug. I reran the test and now it's passed. Fam