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' 1cf0f66bda arm/xlnx-zynqmp: put APUs and RPUs in separate CPU clusters 6f0cb2da93 gdbstub: add multiprocess extension support 87967d5049 gdbstub: gdb_set_stop_cpu: ignore request when process is not attached 7cdba0254c gdbstub: processes initialization on new peer connection ebaca65623 gdbstub: add support for vAttach packets 1759d2c365 gdbstub: add support for extended mode packet fb4cad639e gdbstub: add multiprocess support to 'D' packets 3a22180eb6 gdbstub: add multiprocess support to gdb_vm_state_change() 670254220f gdbstub: add multiprocess support to Xfer:features:read: 20529c74b6 gdbstub: add multiprocess support to (f|s)ThreadInfo and ThreadExtraInfo 89d52affa0 gdbstub: add multiprocess support to 'sC' packets 46fefe532f gdbstub: add multiprocess support to vCont packets 39b0a58804 gdbstub: add multiprocess support to 'H' and 'T' packets ca039d950e gdbstub: add multiprocess support to '?' packets f94fc66d30 gdbstub: introduce GDB processes f6aa4734eb 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? #26: new file mode 100644 ERROR: do not initialise statics to 0 or NULL #58: 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