Hi, This series seems to have some coding style problems. See output below for more information:
Type: series Message-id: 20180129032826.16876-1-da...@gibson.dropbear.id.au Subject: [Qemu-devel] [PULL 00/12] ppc-for-2.12 queue 20180129 === 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 From https://github.com/patchew-project/qemu * [new tag] patchew/20180129032826.16876-1-da...@gibson.dropbear.id.au -> patchew/20180129032826.16876-1-da...@gibson.dropbear.id.au Switched to a new branch 'test' e97ef6619e target/ppc/spapr: Add H-Call H_GET_CPU_CHARACTERISTICS c0621c17ea target/ppc/spapr_caps: Add new tristate cap safe_indirect_branch b6c8789419 target/ppc/spapr_caps: Add new tristate cap safe_bounds_check b22a9bd48e target/ppc/spapr_caps: Add new tristate cap safe_cache 036fb5c77b target/ppc/spapr_caps: Add support for tristate spapr_capabilities 28e72609ce target/ppc/kvm: Add cap_ppc_safe_[cache/bounds_check/indirect_branch] 3548fac8a4 spapr_pci: fix MSI/MSIX selection 240cedb459 input: add missing newline from trace-events 6383b32ebf uninorth: convert to trace-events b0d722a778 grackle: convert to trace-events 2cde689c8e ppc: Deprecate qemu-system-ppcemb c7edeccf59 ppc/pnv: fix PnvChip redefinition in <hw/ppc/pnv_xscom.h> === OUTPUT BEGIN === Checking PATCH 1/12: ppc/pnv: fix PnvChip redefinition in <hw/ppc/pnv_xscom.h>... Checking PATCH 2/12: ppc: Deprecate qemu-system-ppcemb... Checking PATCH 3/12: grackle: convert to trace-events... Checking PATCH 4/12: uninorth: convert to trace-events... Checking PATCH 5/12: input: add missing newline from trace-events... Checking PATCH 6/12: spapr_pci: fix MSI/MSIX selection... Checking PATCH 7/12: target/ppc/kvm: Add cap_ppc_safe_[cache/bounds_check/indirect_branch]... Checking PATCH 8/12: target/ppc/spapr_caps: Add support for tristate spapr_capabilities... Checking PATCH 9/12: target/ppc/spapr_caps: Add new tristate cap safe_cache... ERROR: line over 90 characters #75: FILE: hw/ppc/spapr_caps.c:188: + error_setg(errp, "Requested safe cache capability level not supported by tcg, try a different value for cap-cfpc"); ERROR: line over 90 characters #77: FILE: hw/ppc/spapr_caps.c:190: + error_setg(errp, "Requested safe cache capability level not supported by kvm, try a different value for cap-cfpc"); total: 2 errors, 0 warnings, 98 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 10/12: target/ppc/spapr_caps: Add new tristate cap safe_bounds_check... ERROR: line over 90 characters #47: FILE: hw/ppc/spapr_caps.c:199: + error_setg(errp, "Requested safe bounds check capability level not supported by tcg, try a different value for cap-sbbc"); ERROR: line over 90 characters #49: FILE: hw/ppc/spapr_caps.c:201: + error_setg(errp, "Requested safe bounds check capability level not supported by kvm, try a different value for cap-sbbc"); WARNING: line over 80 characters #62: FILE: hw/ppc/spapr_caps.c:246: + .description = "Speculation Barrier Bounds Checking" VALUE_DESC_TRISTATE, total: 2 errors, 1 warnings, 71 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 11/12: target/ppc/spapr_caps: Add new tristate cap safe_indirect_branch... ERROR: line over 90 characters #48: FILE: hw/ppc/spapr_caps.c:210: + error_setg(errp, "Requested safe indirect branch capability level not supported by tcg, try a different value for cap-ibs"); ERROR: line over 90 characters #50: FILE: hw/ppc/spapr_caps.c:212: + error_setg(errp, "Requested safe indirect branch capability level not supported by kvm, try a different value for cap-ibs"); total: 2 errors, 0 warnings, 71 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 12/12: target/ppc/spapr: Add H-Call H_GET_CPU_CHARACTERISTICS... === 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