Hi, This series seems to have some coding style problems. See output below for more information:
Type: series Message-id: 20181106110548.4209-1-luc.mic...@greensocs.com Subject: [Qemu-devel] [PATCH v4 00/16] gdbstub: support for the multiprocess extension === 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' fb318fec24 arm/xlnx-zynqmp: put APUs and RPUs in separate CPU clusters c5a62c16df gdbstub: add multiprocess extension support 289b14424d gdbstub: gdb_set_stop_cpu: ignore request when process is not attached 9b832d7f2b gdbstub: processes initialization on new peer connection 44677eb35d gdbstub: add support for vAttach packets d6011b9b46 gdbstub: add support for extended mode packet fcd0123525 gdbstub: add multiprocess support to 'D' packets 0eb2ccca13 gdbstub: add multiprocess support to gdb_vm_state_change() 2168eedd20 gdbstub: add multiprocess support to Xfer:features:read: 22a0ea97f2 gdbstub: add multiprocess support to (f|s)ThreadInfo and ThreadExtraInfo 74c0bfb13d gdbstub: add multiprocess support to 'sC' packets c6c4a08714 gdbstub: add multiprocess support to vCont packets 5198da536f gdbstub: add multiprocess support to 'H' and 'T' packets 48d430aeb1 gdbstub: add multiprocess support to '?' packets df394b8412 gdbstub: introduce GDB processes daeb666871 hw/cpu: introduce CPU clusters === OUTPUT BEGIN === Checking PATCH 1/16: hw/cpu: introduce CPU clusters... WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #31: new file mode 100644 ERROR: do not initialise statics to 0 or NULL #63: FILE: hw/cpu/cluster.c:28: + static uint64_t cluster_id_auto_increment = 0; total: 1 errors, 1 warnings, 102 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/16: gdbstub: introduce GDB processes... Checking PATCH 3/16: gdbstub: add multiprocess support to '?' packets... Checking PATCH 4/16: gdbstub: add multiprocess support to 'H' and 'T' packets... Checking PATCH 5/16: gdbstub: add multiprocess support to vCont packets... Checking PATCH 6/16: gdbstub: add multiprocess support to 'sC' packets... Checking PATCH 7/16: gdbstub: add multiprocess support to (f|s)ThreadInfo and ThreadExtraInfo... Checking PATCH 8/16: gdbstub: add multiprocess support to Xfer:features:read:... Checking PATCH 9/16: gdbstub: add multiprocess support to gdb_vm_state_change()... Checking PATCH 10/16: gdbstub: add multiprocess support to 'D' packets... Checking PATCH 11/16: gdbstub: add support for extended mode packet... Checking PATCH 12/16: gdbstub: add support for vAttach packets... Checking PATCH 13/16: gdbstub: processes initialization on new peer connection... Checking PATCH 14/16: gdbstub: gdb_set_stop_cpu: ignore request when process is not attached... Checking PATCH 15/16: gdbstub: add multiprocess extension support... Checking PATCH 16/16: arm/xlnx-zynqmp: put APUs and RPUs in separate CPU clusters... === 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