Hi, Your series seems to have some coding style problems. See output below for more information:
Message-id: 1476205699-28857-1-git-send-email-peter.mayd...@linaro.org Subject: [Qemu-devel] [PATCH v3 0/7] Runtime pagesize computation Type: series === 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 show --no-patch --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' 5a1d89b hw/arm/virt: Set minimum_page_bits to 12 c3c85d5 target-arm: Make page size a runtime setting b43a8b0 migration/savevm.c: migrate non-default page size 994a37f cpu: Support a target CPU having a variable page size 570aff0 translate-all.c: Compute L1 page table properties at runtime 9891732 exec.c: Remove static allocation of sub_section of sub_page 60c7e4c migration: Remove static allocation of xzblre cache buffer === OUTPUT BEGIN === Checking PATCH 1/7: migration: Remove static allocation of xzblre cache buffer... Checking PATCH 2/7: exec.c: Remove static allocation of sub_section of sub_page... Checking PATCH 3/7: translate-all.c: Compute L1 page table properties at runtime... Checking PATCH 4/7: cpu: Support a target CPU having a variable page size... Checking PATCH 5/7: migration/savevm.c: migrate non-default page size... ERROR: spaces required around that '*' (ctx:VxV) #96: FILE: migration/savevm.c:359: + .subsections = (const VMStateDescription*[]) { ^ total: 1 errors, 0 warnings, 79 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 6/7: target-arm: Make page size a runtime setting... Checking PATCH 7/7: hw/arm/virt: Set minimum_page_bits to 12... === 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