Hi, This series seems to have some coding style problems. See output below for more information:
Type: series Message-id: 20180810030139.25916-1-pavel.zbits...@gmail.com Subject: [Qemu-devel] [PATCH 0/7] Some improvements in z/Arch instructions support === 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' fe6ceb115b target/s390x: implement CVB, CVBY and CVBG 1252e06f7b target/s390x: fix PACK reading 1 byte less and writing 1 byte more 051847fbce target/s390x: add EX support for TRT and TRTR c8fb5a8ab8 target/s390x: fix IPM polluting irrelevant bits beeec6e5c4 target/s390x: fix CSST decoding and runtime alignment check 0d91395d44 target/s390x: add BAL and BALR instructions 06e504d408 tests/tcg: add a simple s390x test === OUTPUT BEGIN === Checking PATCH 1/7: tests/tcg: add a simple s390x test... WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #13: new file mode 100644 total: 0 errors, 1 warnings, 10 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 2/7: target/s390x: add BAL and BALR instructions... Checking PATCH 3/7: target/s390x: fix CSST decoding and runtime alignment check... WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #72: new file mode 100644 ERROR: space prohibited before open square bracket '[' #98: FILE: tests/tcg/s390x/csst.c:22: + : [op1] "+m" (op1), ERROR: space prohibited before open square bracket '[' #102: FILE: tests/tcg/s390x/csst.c:26: + : [flags] "K" (0x0301), total: 2 errors, 1 warnings, 66 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 4/7: target/s390x: fix IPM polluting irrelevant bits... WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #57: new file mode 100644 ERROR: space prohibited before open square bracket '[' #74: FILE: tests/tcg/s390x/ipm.c:13: + : [cc] "+r" (cc) ERROR: space prohibited before open square bracket '[' #75: FILE: tests/tcg/s390x/ipm.c:14: + : [op1] "r" (&op1), total: 2 errors, 1 warnings, 53 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 5/7: target/s390x: add EX support for TRT and TRTR... WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #70: new file mode 100644 ERROR: space prohibited before open square bracket '[' #101: FILE: tests/tcg/s390x/exrl-trt.c:27: + : [r1] "+r" (r1), ERROR: space prohibited before open square bracket '[' #104: FILE: tests/tcg/s390x/exrl-trt.c:30: + : [op1] "r" (&op1), ERROR: space prohibited before open square bracket '[' #155: FILE: tests/tcg/s390x/exrl-trtr.c:27: + : [r1] "+r" (r1), ERROR: space prohibited before open square bracket '[' #158: FILE: tests/tcg/s390x/exrl-trtr.c:30: + : [op1] "r" (&op1), total: 4 errors, 1 warnings, 141 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/7: target/s390x: fix PACK reading 1 byte less and writing 1 byte more... WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #56: new file mode 100644 ERROR: space prohibited before open square bracket '[' #72: FILE: tests/tcg/s390x/pack.c:12: + : [data] "r" (&data[0]) total: 1 errors, 1 warnings, 43 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 7/7: target/s390x: implement CVB, CVBY and CVBG... WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #139: new file mode 100644 ERROR: space prohibited before open square bracket '[' #154: FILE: tests/tcg/s390x/cvb.c:11: + : [result] "+r" (result) ERROR: space prohibited before open square bracket '[' #155: FILE: tests/tcg/s390x/cvb.c:12: + : [data] "m" (data)); total: 2 errors, 1 warnings, 117 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