Hi, This series seems to have some coding style problems. See output below for more information:
Type: series Subject: [Qemu-devel] [PATCH v5 0/7] tcg: allocate TB structs preceding translate Message-id: 20170609053719.26251-1-...@twiddle.net === 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/1496991197-1815-1-git-send-email-th...@redhat.com -> patchew/1496991197-1815-1-git-send-email-th...@redhat.com Switched to a new branch 'test' 0d1e2e8 tcg/arm: Use ldr (literal) for goto_tb 7887e52 tcg/arm: Try pc-relative addresses for movi e014497 tcg/arm: Remove limit on code buffer size 1c0e563 tcg/arm: Use indirect branch for goto_tb 388468e tcg/aarch64: Use ADR in tcg_out_movi cf1c30b tcg: allocate TB structs before the corresponding translated code 857d34e util: add cacheinfo === OUTPUT BEGIN === Checking PATCH 1/7: util: add cacheinfo... ERROR: do not initialise globals to 0 or NULL #149: FILE: util/cacheinfo.c:11: +int qemu_icache_linesize = 0; ERROR: do not initialise globals to 0 or NULL #150: FILE: util/cacheinfo.c:12: +int qemu_dcache_linesize = 0; ERROR: space prohibited after that '&&' (ctx:ExW) #191: FILE: util/cacheinfo.c:53: + && buf[i].Cache.Level == 1) { ^ WARNING: architecture specific defines should be avoided #214: FILE: util/cacheinfo.c:76: +# if defined(__APPLE__) WARNING: architecture specific defines should be avoided #248: FILE: util/cacheinfo.c:110: +#if defined(__aarch64__) total: 3 errors, 2 warnings, 218 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: tcg: allocate TB structs before the corresponding translated code... Checking PATCH 3/7: tcg/aarch64: Use ADR in tcg_out_movi... Checking PATCH 4/7: tcg/arm: Use indirect branch for goto_tb... Checking PATCH 5/7: tcg/arm: Remove limit on code buffer size... Checking PATCH 6/7: tcg/arm: Try pc-relative addresses for movi... ERROR: code indent should never use tabs #54: FILE: tcg/arm/tcg-target.inc.c:446: +^I}$ ERROR: code indent should never use tabs #64: FILE: tcg/arm/tcg-target.inc.c:453: +^I}$ total: 2 errors, 0 warnings, 54 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: tcg/arm: Use ldr (literal) for goto_tb... === 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