Message ID | 20180504183021.19318-1-richard.henderson@linaro.org |
---|---|
Headers | show |
Series | target/arm: Implement v8.1-Atomics | expand |
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180504183021.19318-1-richard.henderson@linaro.org Subject: [Qemu-devel] [PATCH v2 00/10] target/arm: Implement v8.1-Atomics === 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 From https://github.com/patchew-project/qemu t [tag update] patchew/20180504171540.25813-1-peter.maydell@linaro.org -> patchew/20180504171540.25813-1-peter.maydell@linaro.org * [new tag] patchew/20180504183021.19318-1-richard.henderson@linaro.org -> patchew/20180504183021.19318-1-richard.henderson@linaro.org Switched to a new branch 'test' 85278ba514 target/arm: Enable ARM_FEATURE_V8_ATOMICS for user-only 94bdcba55b target/arm: Implement CAS and CASP 62f42319cf target/arm: Fill in disas_ldst_atomic 8d29049006 target/arm: Introduce ARM_FEATURE_V8_ATOMICS and initial decode faec1dbe5a target/riscv: Use new atomic min/max expanders 1fa0baa271 tcg: Use GEN_ATOMIC_HELPER_FN for opposite endian atomic add bb9e6b5cdb tcg: Introduce atomic helpers for integer min/max b0c37750f7 target/xtensa: Use new min/max expanders 3373196e98 target/arm: Use new min/max expanders 38706ce634 tcg: Introduce helpers for integer min/max === OUTPUT BEGIN === Checking PATCH 1/10: tcg: Introduce helpers for integer min/max... Checking PATCH 2/10: target/arm: Use new min/max expanders... Checking PATCH 3/10: target/xtensa: Use new min/max expanders... Checking PATCH 4/10: tcg: Introduce atomic helpers for integer min/max... ERROR: memory barrier without comment #56: FILE: accel/tcg/atomic_template.h:137: + smp_mb(); \ ERROR: memory barrier without comment #96: FILE: accel/tcg/atomic_template.h:285: + smp_mb(); \ total: 2 errors, 0 warnings, 236 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 5/10: tcg: Use GEN_ATOMIC_HELPER_FN for opposite endian atomic add... Checking PATCH 6/10: target/riscv: Use new atomic min/max expanders... Checking PATCH 7/10: target/arm: Introduce ARM_FEATURE_V8_ATOMICS and initial decode... Checking PATCH 8/10: target/arm: Fill in disas_ldst_atomic... Checking PATCH 9/10: target/arm: Implement CAS and CASP... Checking PATCH 10/10: target/arm: Enable ARM_FEATURE_V8_ATOMICS for user-only... === OUTPUT END === Test command exited with code: 1 --- Email generated automatically by Patchew [http://patchew.org/]. Please send your feedback to patchew-devel@redhat.com