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...@weilnetz.de%3E
Right. The result was produced before I fixed the bug. I reran the test and now it's passed. Fam