Hi, This series seems to have some coding style problems. See output below for more information:
Type: series Subject: [Qemu-devel] [PATCH v6 00/25] tcg cross-tb optimizations Message-id: 20170502192300.2124-1-...@twiddle.net === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git log --oneline $BASE.. | wc -l) failed=0 # Useful git options 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 - [tag update] patchew/149373610338.5144.9635049015143453288.st...@bahia.lan -> patchew/149373610338.5144.9635049015143453288.st...@bahia.lan Switched to a new branch 'test' 7aa8166 target/mips: optimize indirect branches 13b0c04 target/mips: optimize cross-page direct jumps in softmmu c56c077 tcg/mips: implement goto_ptr 80167d9 target/aarch64: optimize indirect branches 0cbe645 target/aarch64: optimize cross-page direct jumps in softmmu 3854c1f target/alpha: Use tcg_gen_lookup_and_goto_ptr 29b76c6 target/hppa: Use tcg_gen_lookup_and_goto_ptr f904940 target/s390: Use tcg_gen_lookup_and_goto_ptr 4312937 tcg/arm: Implement goto_ptr 20d8e07 tcg/arm: Clarify tcg_out_bx for arm4 host fcae688 tcg/s390: Implement goto_ptr feff310 tcg/sparc: Implement goto_ptr e11e15b tcg/aarch64: Implement goto_ptr aba9561 tcg/ppc: Implement goto_ptr 3d86def tb-hash: improve tb_jmp_cache hash function in user mode 85c8bca target/i386: optimize indirect branches 56cde2c target/i386: optimize cross-page direct jumps in softmmu 642d3a1 target/i386: introduce gen_jr helper to generate lookup_and_goto_ptr 66cbfb4 target/arm: optimize indirect branches ac54831 target/arm: optimize cross-page direct jumps in softmmu 4eda0de tcg/i386: implement goto_ptr d977fcc tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptr da662a3 qemu/atomic: Loosen restrictions for 64-bit ILP32 hosts 4401168 tcg/sparc: Use the proper compilation flags for 32-bit 7c59ccb target/nios2: Fix 64-bit ilp32 compilation === OUTPUT BEGIN === Checking PATCH 1/25: target/nios2: Fix 64-bit ilp32 compilation... Checking PATCH 2/25: tcg/sparc: Use the proper compilation flags for 32-bit... Checking PATCH 3/25: qemu/atomic: Loosen restrictions for 64-bit ILP32 hosts... WARNING: architecture specific defines should be avoided #37: FILE: include/qemu/atomic.h:104: +#if defined(__x86_64__) || defined(__sparc__) total: 0 errors, 1 warnings, 87 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/25: tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptr... Checking PATCH 5/25: tcg/i386: implement goto_ptr... Checking PATCH 6/25: target/arm: optimize cross-page direct jumps in softmmu... Checking PATCH 7/25: target/arm: optimize indirect branches... Checking PATCH 8/25: target/i386: introduce gen_jr helper to generate lookup_and_goto_ptr... Checking PATCH 9/25: target/i386: optimize cross-page direct jumps in softmmu... Checking PATCH 10/25: target/i386: optimize indirect branches... Checking PATCH 11/25: tb-hash: improve tb_jmp_cache hash function in user mode... Checking PATCH 12/25: tcg/ppc: Implement goto_ptr... Checking PATCH 13/25: tcg/aarch64: Implement goto_ptr... Checking PATCH 14/25: tcg/sparc: Implement goto_ptr... Checking PATCH 15/25: tcg/s390: Implement goto_ptr... Checking PATCH 16/25: tcg/arm: Clarify tcg_out_bx for arm4 host... Checking PATCH 17/25: tcg/arm: Implement goto_ptr... Checking PATCH 18/25: target/s390: Use tcg_gen_lookup_and_goto_ptr... ERROR: return is not a function, parentheses are not required #23: FILE: target/s390x/translate.c:613: + return (s->singlestep_enabled || total: 1 errors, 0 warnings, 31 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 19/25: target/hppa: Use tcg_gen_lookup_and_goto_ptr... Checking PATCH 20/25: target/alpha: Use tcg_gen_lookup_and_goto_ptr... ERROR: return is not a function, parentheses are not required #29: FILE: target/alpha/translate.c:463: + return ((ctx->tb->cflags & CF_LAST_IO) total: 1 errors, 0 warnings, 100 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 21/25: target/aarch64: optimize cross-page direct jumps in softmmu... Checking PATCH 22/25: target/aarch64: optimize indirect branches... Checking PATCH 23/25: tcg/mips: implement goto_ptr... Checking PATCH 24/25: target/mips: optimize cross-page direct jumps in softmmu... Checking PATCH 25/25: target/mips: optimize indirect branches... === 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