From: no-reply@patchew.org
To: famz@redhat.com
Cc: qemu-devel@nongnu.org, peter.maydell@linaro.org, stefanha@redhat.com
Subject: Re: [Qemu-devel] [PULL 00/22] Docker and block patches
Date: Fri, 26 May 2017 01:52:44 -0700 (PDT) [thread overview]
Message-ID: <149578876368.1464.4970344384500820954@c05f1edc8ed1> (raw)
In-Reply-To: <20170526075246.20265-1-famz@redhat.com>
Hi,
This series seems to have some coding style problems. See output below for
more information:
Type: series
Message-id: 20170526075246.20265-1-famz@redhat.com
Subject: [Qemu-devel] [PULL 00/22] Docker and block patches
=== 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
From https://github.com/patchew-project/qemu
* [new tag] patchew/20170526082925.2888-1-maozy.fnst@cn.fujitsu.com -> patchew/20170526082925.2888-1-maozy.fnst@cn.fujitsu.com
Switched to a new branch 'test'
16cb74a block: make accounting thread-safe
8239635 block: introduce block_account_one_io
63bcf13 block: protect modification of dirty bitmaps with a mutex
f58097c migration/block: reset dirty bitmap before reading
ed83d5e block: introduce dirty_bitmap_mutex
f046d70 block: protect tracked_requests and flush_queue with reqs_lock
a7745ae block: access write_gen with atomics
1541938 block: use Stat64 for wr_highest_offset
6ebccfc util: add stats64 module
d0f217d throttle-groups: protect throttled requests with a CoMutex
0e06e5a throttle-groups: do not use qemu_co_enter_next
31d6860 throttle-groups: only start one coroutine from drained_begin
68c0e16 block: access io_plugged with atomic ops
621c393 block: access wakeup with atomic ops
c1c29f6 block: access serialising_in_flight with atomic ops
87f6654 block: access io_limits_disabled with atomic ops
16e5db1 block: access quiesce_counter with atomic ops
018cb8b block: access copy_on_read with atomic ops
f57b4b1 docker: Add flex and bison to centos6 image
6ac5045 docker: Add libaio to fedora image
7a2103e docker: Add bzip2 and hostname to fedora image
7e83232 docker: Run tests with current user
=== OUTPUT BEGIN ===
Checking PATCH 1/22: docker: Run tests with current user...
Checking PATCH 2/22: docker: Add bzip2 and hostname to fedora image...
Checking PATCH 3/22: docker: Add libaio to fedora image...
Checking PATCH 4/22: docker: Add flex and bison to centos6 image...
Checking PATCH 5/22: block: access copy_on_read with atomic ops...
Checking PATCH 6/22: block: access quiesce_counter with atomic ops...
Checking PATCH 7/22: block: access io_limits_disabled with atomic ops...
Checking PATCH 8/22: block: access serialising_in_flight with atomic ops...
Checking PATCH 9/22: block: access wakeup with atomic ops...
Checking PATCH 10/22: block: access io_plugged with atomic ops...
Checking PATCH 11/22: throttle-groups: only start one coroutine from drained_begin...
Checking PATCH 12/22: throttle-groups: do not use qemu_co_enter_next...
Checking PATCH 13/22: throttle-groups: protect throttled requests with a CoMutex...
Checking PATCH 14/22: util: add stats64 module...
ERROR: memory barrier without comment
#330: FILE: util/stats64.c:101:
+ smp_wmb();
ERROR: memory barrier without comment
#359: FILE: util/stats64.c:130:
+ smp_wmb();
total: 2 errors, 0 warnings, 334 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.
Checking PATCH 15/22: block: use Stat64 for wr_highest_offset...
Checking PATCH 16/22: block: access write_gen with atomics...
Checking PATCH 17/22: block: protect tracked_requests and flush_queue with reqs_lock...
Checking PATCH 18/22: block: introduce dirty_bitmap_mutex...
Checking PATCH 19/22: migration/block: reset dirty bitmap before reading...
Checking PATCH 20/22: block: protect modification of dirty bitmaps with a mutex...
WARNING: line over 80 characters
#306: FILE: migration/block.c:539:
+ bdrv_reset_dirty_bitmap_locked(bmds->dirty_bitmap, sector, nr_sectors);
total: 0 errors, 1 warnings, 272 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.
Checking PATCH 21/22: block: introduce block_account_one_io...
Checking PATCH 22/22: block: make accounting thread-safe...
=== OUTPUT END ===
Test command exited with code: 1
---
Email generated automatically by Patchew [http://patchew.org/].
Please send your feedback to patchew-devel@freelists.org
next prev parent reply other threads:[~2017-05-26 8:53 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-26 7:52 [Qemu-devel] [PULL 00/22] Docker and block patches Fam Zheng
2017-05-26 7:52 ` [Qemu-devel] [PULL 01/22] docker: Run tests with current user Fam Zheng
2017-05-26 7:52 ` [Qemu-devel] [PULL 02/22] docker: Add bzip2 and hostname to fedora image Fam Zheng
2017-05-26 7:52 ` [Qemu-devel] [PULL 03/22] docker: Add libaio " Fam Zheng
2017-05-26 7:52 ` [Qemu-devel] [PULL 04/22] docker: Add flex and bison to centos6 image Fam Zheng
2017-05-26 7:52 ` [Qemu-devel] [PULL 05/22] block: access copy_on_read with atomic ops Fam Zheng
2017-05-26 7:52 ` [Qemu-devel] [PULL 06/22] block: access quiesce_counter " Fam Zheng
2017-05-26 7:52 ` [Qemu-devel] [PULL 07/22] block: access io_limits_disabled " Fam Zheng
2017-05-26 7:52 ` [Qemu-devel] [PULL 08/22] block: access serialising_in_flight " Fam Zheng
2017-05-26 7:52 ` [Qemu-devel] [PULL 09/22] block: access wakeup " Fam Zheng
2017-05-26 7:52 ` [Qemu-devel] [PULL 10/22] block: access io_plugged " Fam Zheng
2017-05-26 7:52 ` [Qemu-devel] [PULL 11/22] throttle-groups: only start one coroutine from drained_begin Fam Zheng
2017-05-26 7:52 ` [Qemu-devel] [PULL 12/22] throttle-groups: do not use qemu_co_enter_next Fam Zheng
2017-05-26 7:52 ` [Qemu-devel] [PULL 13/22] throttle-groups: protect throttled requests with a CoMutex Fam Zheng
2017-05-26 7:52 ` [Qemu-devel] [PULL 14/22] util: add stats64 module Fam Zheng
2017-05-26 7:52 ` [Qemu-devel] [PULL 15/22] block: use Stat64 for wr_highest_offset Fam Zheng
2017-05-26 7:52 ` [Qemu-devel] [PULL 16/22] block: access write_gen with atomics Fam Zheng
2017-05-26 7:52 ` [Qemu-devel] [PULL 17/22] block: protect tracked_requests and flush_queue with reqs_lock Fam Zheng
2017-05-26 7:52 ` [Qemu-devel] [PULL 18/22] block: introduce dirty_bitmap_mutex Fam Zheng
2017-05-26 7:52 ` [Qemu-devel] [PULL 19/22] migration/block: reset dirty bitmap before reading Fam Zheng
2017-05-26 7:52 ` [Qemu-devel] [PULL 20/22] block: protect modification of dirty bitmaps with a mutex Fam Zheng
2017-05-26 7:52 ` [Qemu-devel] [PULL 21/22] block: introduce block_account_one_io Fam Zheng
2017-05-26 7:52 ` [Qemu-devel] [PULL 22/22] block: make accounting thread-safe Fam Zheng
2017-05-26 8:52 ` no-reply [this message]
2017-05-30 9:19 ` [Qemu-devel] [PULL 00/22] Docker and block patches Stefan Hajnoczi
2017-05-30 9:33 ` Fam Zheng
2017-05-30 9:36 ` Paolo Bonzini
2017-05-30 10:47 ` Fam Zheng
2017-06-01 14:15 ` Fam Zheng
2017-06-01 17:18 ` Peter Maydell
2017-06-02 7:58 ` Fam Zheng
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=149578876368.1464.4970344384500820954@c05f1edc8ed1 \
--to=no-reply@patchew.org \
--cc=famz@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).