Patchew URL: https://patchew.org/QEMU/20200921022506.873303-1-alx...@bu.edu/
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20200921022506.873303-1-alx...@bu.edu Subject: [PATCH v3 00/16] Add a General Virtual Device Fuzzer === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback base.. === TEST SCRIPT END === Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384 From https://github.com/patchew-project/qemu - [tag update] patchew/20200920114416.353277-1-f4...@amsat.org -> patchew/20200920114416.353277-1-f4...@amsat.org - [tag update] patchew/20200920155042.400737-1-f4...@amsat.org -> patchew/20200920155042.400737-1-f4...@amsat.org * [new tag] patchew/20200921022506.873303-1-alx...@bu.edu -> patchew/20200921022506.873303-1-alx...@bu.edu Switched to a new branch 'test' 885f529 fuzz: Add instructions for using general-fuzz c60146b scripts/oss-fuzz: Add crash trace minimization script a8bc368 scripts/oss-fuzz: Add script to reorder a general-fuzzer trace 316bf46 scripts/oss-fuzz: build the general-fuzzer configs 9a97bb7 scripts/oss-fuzz: Add general-fuzzer configs for oss-fuzz 23556b7 scripts/oss-fuzz: Add general-fuzzer build script 245e070 scripts/oss-fuzz: Add wrapper program for generic fuzzer 891a00a fuzz: add a crossover function to generic-fuzzer f814247 fuzz: add a DISABLE_PCI op to general-fuzzer 5c574ed fuzz: Add support for custom crossover functions 11ed4b4 fuzz: Add fuzzer callbacks to DMA-read functions 6613942 fuzz: Declare DMA Read callback function ec2c675 fuzz: Add DMA support to the generic-fuzzer 6eb92b4 fuzz: Add PCI features to the general fuzzer d0d5046 fuzz: Add general virtual-device fuzzer c925032 memory: Add FlatView foreach function === OUTPUT BEGIN === 1/16 Checking commit c925032667fa (memory: Add FlatView foreach function) 2/16 Checking commit d0d5046ad116 (fuzz: Add general virtual-device fuzzer) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #19: new file mode 100644 total: 0 errors, 1 warnings, 505 lines checked Patch 2/16 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 3/16 Checking commit 6eb92b44834e (fuzz: Add PCI features to the general fuzzer) 4/16 Checking commit ec2c675d3c66 (fuzz: Add DMA support to the generic-fuzzer) ERROR: externs should be avoided in .c files #84: FILE: tests/qtest/fuzz/general_fuzz.c:120: +void fuzz_dma_read_cb(size_t addr, size_t len, MemoryRegion *mr, bool is_write); total: 1 errors, 0 warnings, 247 lines checked Patch 4/16 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 5/16 Checking commit 6613942d235c (fuzz: Declare DMA Read callback function) 6/16 Checking commit 11ed4b463abe (fuzz: Add fuzzer callbacks to DMA-read functions) 7/16 Checking commit 5c574ed8159a (fuzz: Add support for custom crossover functions) 8/16 Checking commit f8142473c0f9 (fuzz: add a DISABLE_PCI op to general-fuzzer) 9/16 Checking commit 891a00a3410a (fuzz: add a crossover function to generic-fuzzer) 10/16 Checking commit 245e07058f48 (scripts/oss-fuzz: Add wrapper program for generic fuzzer) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #20: new file mode 100644 total: 0 errors, 1 warnings, 40 lines checked Patch 10/16 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 11/16 Checking commit 23556b7712cd (scripts/oss-fuzz: Add general-fuzzer build script) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #17: new file mode 100755 WARNING: line over 80 characters #57: FILE: scripts/oss-fuzz/build_general_fuzzers.py:36: + fuzz_args=str_to_c_byte_array(cfg["args"].replace("\n", " ")), WARNING: line over 80 characters #58: FILE: scripts/oss-fuzz/build_general_fuzzers.py:37: + fuzz_objs=str_to_c_byte_array(cfg["objects"].replace("\n", " ")), total: 0 errors, 3 warnings, 69 lines checked Patch 11/16 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 12/16 Checking commit 9a97bb7982d2 (scripts/oss-fuzz: Add general-fuzzer configs for oss-fuzz) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #17: new file mode 100644 total: 0 errors, 1 warnings, 103 lines checked Patch 12/16 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 13/16 Checking commit 316bf46fb3a7 (scripts/oss-fuzz: build the general-fuzzer configs) 14/16 Checking commit a8bc368fc111 (scripts/oss-fuzz: Add script to reorder a general-fuzzer trace) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #22: new file mode 100755 total: 0 errors, 1 warnings, 94 lines checked Patch 14/16 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 15/16 Checking commit c60146b50a2b (scripts/oss-fuzz: Add crash trace minimization script) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #17: new file mode 100755 total: 0 errors, 1 warnings, 157 lines checked Patch 15/16 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 16/16 Checking commit 885f5295ce5f (fuzz: Add instructions for using general-fuzz) === OUTPUT END === Test command exited with code: 1 The full log is available at http://patchew.org/logs/20200921022506.873303-1-alx...@bu.edu/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-de...@redhat.com