Hi, Your series seems to have some coding style problems. See output below for more information:
Type: series Message-id: 20170106182823.1960-1-dgilb...@redhat.com Subject: [Qemu-devel] [PATCH 00/15] Postcopy: Hugepage support === 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 * [new tag] patchew/20170106182823.1960-1-dgilb...@redhat.com -> patchew/20170106182823.1960-1-dgilb...@redhat.com Switched to a new branch 'test' 828b1a3 postcopy: Add doc about hugepages and postcopy ae60dee postcopy: Check for userfault+hugepage feature 9601d0e postcopy: Update userfaultfd.h header 3a11bba postcopy: Allow hugepages d1dfe67 postcopy: Send whole huge pages 4fe8d98 postcopy: Mask fault addresses to huge page boundary 0226f90 postcopy: Load huge pages in one go f94bee0 postcopy: Use temporary for placing zero huge pages 8aa0155 postcopy: Plumb pagesize down into place helpers ce3aea6 postcopy: Record largest page size e619cb9 postcopy: enhance ram_discard_range for hugepages 5272fe0 Fold postcopy_ram_discard_range into ram_discard_range 8ee8bbc postcopy: Chunk discards for hugepages 9ce9873 postcopy: Transmit ram size summary word 102ad7c postcopy: Transmit and compare individual page sizes === OUTPUT BEGIN === Checking PATCH 1/15: postcopy: Transmit and compare individual page sizes... Checking PATCH 2/15: postcopy: Transmit ram size summary word... Checking PATCH 3/15: postcopy: Chunk discards for hugepages... Checking PATCH 4/15: Fold postcopy_ram_discard_range into ram_discard_range... Checking PATCH 5/15: postcopy: enhance ram_discard_range for hugepages... Checking PATCH 6/15: postcopy: Record largest page size... Checking PATCH 7/15: postcopy: Plumb pagesize down into place helpers... Checking PATCH 8/15: postcopy: Use temporary for placing zero huge pages... Checking PATCH 9/15: postcopy: Load huge pages in one go... Checking PATCH 10/15: postcopy: Mask fault addresses to huge page boundary... Checking PATCH 11/15: postcopy: Send whole huge pages... Checking PATCH 12/15: postcopy: Allow hugepages... Checking PATCH 13/15: postcopy: Update userfaultfd.h header... Checking PATCH 14/15: postcopy: Check for userfault+hugepage feature... ERROR: trailing whitespace #21: FILE: migration/postcopy-ram.c:85: + bool have_hp = false; $ total: 1 errors, 0 warnings, 17 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 15/15: postcopy: Add doc about hugepages and postcopy... === 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