Hi, This series seems to have some coding style problems. See output below for more information:
Type: series Message-id: 20170602081120.3497-1-f...@redhat.com Subject: [Qemu-devel] [PULL v2 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 Switched to a new branch 'test' 59415e4 block: make accounting thread-safe 38e95e5 block: introduce block_account_one_io 5040785 block: protect modification of dirty bitmaps with a mutex 98373d7 migration/block: reset dirty bitmap before reading 2a0e66f block: introduce dirty_bitmap_mutex c7b2f63 block: protect tracked_requests and flush_queue with reqs_lock cc0ef6c block: access write_gen with atomics 4dec7a7 block: use Stat64 for wr_highest_offset a78b979 util: add stats64 module 2fe25d6 throttle-groups: protect throttled requests with a CoMutex c3e4307 throttle-groups: do not use qemu_co_enter_next 5365455 throttle-groups: only start one coroutine from drained_begin ed49954 block: access io_plugged with atomic ops a7e767b block: access wakeup with atomic ops adc5828 block: access serialising_in_flight with atomic ops 7601e2a block: access io_limits_disabled with atomic ops 0b323e7 block: access quiesce_counter with atomic ops 0a68858 block: access copy_on_read with atomic ops e8f7751 docker: Add flex and bison to centos6 image 40c63fe docker: Add libaio to fedora image a118858 docker: Add bzip2 and hostname to fedora image 1ab59e8 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 #332: FILE: util/stats64.c:102: + smp_wmb(); ERROR: memory barrier without comment #361: FILE: util/stats64.c:131: + smp_wmb(); total: 2 errors, 0 warnings, 335 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-de...@freelists.org