Hi, This series seems to have some coding style problems. See output below for more information:
Type: series Message-id: 20180809213528.14738-1-mre...@redhat.com Subject: [Qemu-devel] [PATCH for-3.1 v10 00/31] block: Fix some filename generation issues === 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 git config --local diff.algorithm histogram 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' 4d2a6801e3 iotests: Test json:{} filenames of internal BDSs 92861b0d23 block: BDS options may lack the "driver" option 5e539a99ee block/null: Generate filename even with latency-ns 3011e18097 block/curl: Implement bdrv_refresh_filename() c3d3ba04c4 block/curl: Harmonize option defaults 0f00168fdc block/nvme: Fix bdrv_refresh_filename() 10fd7a823b block: Do not copy exact_filename from format file 1705480785 block: Purify .bdrv_refresh_filename() d5face8a37 block: Generically refresh runtime options d83b993208 block: Add BlockDriver.bdrv_gather_child_options 38384107dc block: Add strong_runtime_opts to BlockDriver b9b3310f5d iotests: Add quorum case to test 110 292e6e5c96 block: Use bdrv_dirname() for relative filenames f1fd748aca block/nfs: Implement bdrv_dirname() 8dfbf896b6 block/nbd: Make bdrv_dirname() return NULL a5187853f6 quorum: Make bdrv_dirname() return NULL 4f62d050cd blkverify: Make bdrv_dirname() return NULL f4ae7225b0 block: Add bdrv_dirname() 9b5ad84b84 block: Fix bdrv_find_backing_image() 324ade1026 block: Add bdrv_make_absolute_filename() 68def7295f block: bdrv_get_full_backing_filename's ret. val. e5e55fcbb3 block: bdrv_get_full_backing_filename_from_...'s ret. val. b434ec5b34 block: Make path_combine() return the path a3542a966b iotests: Add test for backing file overrides 6affaa70a0 iotests.py: Add node_info() 13d2e98fe3 iotests.py: Add filter_imgfmt() a46abb22e3 block: Respect backing bs in bdrv_refresh_filename 8b0cd321f7 block: Add BDS.auto_backing_file 0b9c999e16 block: Skip implicit nodes for filename info b4b7a10cc2 block: Use children list in bdrv_refresh_filename 92210c34b4 block: Use bdrv_refresh_filename() to pull === OUTPUT BEGIN === Checking PATCH 1/31: block: Use bdrv_refresh_filename() to pull... Checking PATCH 2/31: block: Use children list in bdrv_refresh_filename... Checking PATCH 3/31: block: Skip implicit nodes for filename info... Checking PATCH 4/31: block: Add BDS.auto_backing_file... Checking PATCH 5/31: block: Respect backing bs in bdrv_refresh_filename... ERROR: return is not a function, parentheses are not required #46: FILE: block.c:5192: + return (bs->auto_backing_file[0] != '\0'); total: 1 errors, 0 warnings, 136 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 6/31: iotests.py: Add filter_imgfmt()... Checking PATCH 7/31: iotests.py: Add node_info()... Checking PATCH 8/31: iotests: Add test for backing file overrides... WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #10: new file mode 100755 total: 0 errors, 1 warnings, 323 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 9/31: block: Make path_combine() return the path... Checking PATCH 10/31: block: bdrv_get_full_backing_filename_from_...'s ret. val.... Checking PATCH 11/31: block: bdrv_get_full_backing_filename's ret. val.... Checking PATCH 12/31: block: Add bdrv_make_absolute_filename()... Checking PATCH 13/31: block: Fix bdrv_find_backing_image()... Checking PATCH 14/31: block: Add bdrv_dirname()... Checking PATCH 15/31: blkverify: Make bdrv_dirname() return NULL... Checking PATCH 16/31: quorum: Make bdrv_dirname() return NULL... Checking PATCH 17/31: block/nbd: Make bdrv_dirname() return NULL... Checking PATCH 18/31: block/nfs: Implement bdrv_dirname()... Checking PATCH 19/31: block: Use bdrv_dirname() for relative filenames... Checking PATCH 20/31: iotests: Add quorum case to test 110... Checking PATCH 21/31: block: Add strong_runtime_opts to BlockDriver... Checking PATCH 22/31: block: Add BlockDriver.bdrv_gather_child_options... Checking PATCH 23/31: block: Generically refresh runtime options... Checking PATCH 24/31: block: Purify .bdrv_refresh_filename()... Checking PATCH 25/31: block: Do not copy exact_filename from format file... Checking PATCH 26/31: block/nvme: Fix bdrv_refresh_filename()... Checking PATCH 27/31: block/curl: Harmonize option defaults... Checking PATCH 28/31: block/curl: Implement bdrv_refresh_filename()... Checking PATCH 29/31: block/null: Generate filename even with latency-ns... Checking PATCH 30/31: block: BDS options may lack the "driver" option... Checking PATCH 31/31: iotests: Test json:{} filenames of internal BDSs... WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #10: new file mode 100755 total: 0 errors, 1 warnings, 164 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. === OUTPUT END === Test command exited with code: 1 --- Email generated automatically by Patchew [http://patchew.org/]. Please send your feedback to patchew-de...@redhat.com