All of lore.kernel.org
 help / color / mirror / Atom feed
From: no-reply@patchew.org
To: jianjay.zhou@huawei.com
Cc: famz@redhat.com, qemu-devel@nongnu.org, mst@redhat.com,
	weidong.huang@huawei.com, wangxinxin.wang@huawei.com,
	dgilbert@redhat.com, gary.liuzhe@huawei.com,
	arei.gonglei@huawei.com, imammedo@redhat.com
Subject: Re: [Qemu-devel] [PATCH v2 0/2] vhost: two fixes
Date: Fri, 15 Dec 2017 00:52:01 -0800 (PST)	[thread overview]
Message-ID: <151332791862.126.5307555752362835378@449822a21bf0> (raw)
In-Reply-To: <1513327555-17520-1-git-send-email-jianjay.zhou@huawei.com>

Hi,

This series seems to have some coding style problems. See output below for
more information:

Message-id: 1513327555-17520-1-git-send-email-jianjay.zhou@huawei.com
Subject: [Qemu-devel] [PATCH v2 0/2] vhost: two fixes
Type: series

=== TEST SCRIPT BEGIN ===
#!/bin/bash

BASE=base
n=1
total=$(git log --oneline $BASE.. | wc -l)
failed=0

git config --local diff.renamelimit 0
git config --local diff.renames True

commits="$(git log --format=%H --reverse $BASE..)"
for c in $commits; do
    echo "Checking PATCH $n/$total: $(git log -n 1 --format=%s $c)..."
    if ! git show $c --format=email | ./scripts/checkpatch.pl --mailback -; then
        failed=1
        echo
    fi
    n=$((n+1))
done

exit $failed
=== TEST SCRIPT END ===

Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
fatal: The remote end hung up unexpectedly
error: Could not fetch 3c8cf5a9c21ff8782164d1def7f44bd888713384
Traceback (most recent call last):
  File "/usr/bin/patchew", line 442, in test_one
    git_clone_repo(clone, r["repo"], r["head"], logf)
  File "/usr/bin/patchew", line 48, in git_clone_repo
    stdout=logf, stderr=logf)
  File "/usr/lib64/python3.6/subprocess.py", line 291, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['git', 'remote', 'add', '-f', '--mirror=fetch', '3c8cf5a9c21ff8782164d1def7f44bd888713384', 'https://github.com/patchew-project/qemu']' returned non-zero exit status 1.



---
Email generated automatically by Patchew [http://patchew.org/].
Please send your feedback to patchew-devel@freelists.org

  parent reply	other threads:[~2017-12-16 20:40 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-15  8:45 [Qemu-devel] [PATCH v2 0/2] vhost: two fixes Jay Zhou
2017-12-15  8:45 ` [Qemu-devel] [PATCH v2 1/2] vhost: add used memslot number for vhost-user and vhost-kernel separately Jay Zhou
2017-12-22 16:25   ` Igor Mammedov
2017-12-22 19:03     ` Igor Mammedov
2017-12-23  7:09       ` Zhoujian (jay)
2017-12-28 11:11         ` Igor Mammedov
2017-12-28 13:42           ` Zhoujian (jay)
2017-12-23  6:01     ` Zhoujian (jay)
2017-12-15  8:45 ` [Qemu-devel] [PATCH v2 2/2] vhost: double check used memslots number Jay Zhou
2017-12-22 18:48   ` Igor Mammedov
2017-12-22 21:15     ` Michael S. Tsirkin
2017-12-28 11:29       ` Igor Mammedov
2018-01-03 14:19         ` Zhoujian (jay)
2017-12-23  8:27     ` Zhoujian (jay)
2017-12-28 11:19       ` Igor Mammedov
2017-12-23  8:49     ` Zhoujian (jay)
2017-12-15  8:52 ` no-reply [this message]
2017-12-19 21:46 ` [Qemu-devel] [PATCH v2 0/2] vhost: two fixes Michael S. Tsirkin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=151332791862.126.5307555752362835378@449822a21bf0 \
    --to=no-reply@patchew.org \
    --cc=arei.gonglei@huawei.com \
    --cc=dgilbert@redhat.com \
    --cc=famz@redhat.com \
    --cc=gary.liuzhe@huawei.com \
    --cc=imammedo@redhat.com \
    --cc=jianjay.zhou@huawei.com \
    --cc=mst@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=wangxinxin.wang@huawei.com \
    --cc=weidong.huang@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.