Patchew URL: https://patchew.org/QEMU/20191025142159.12459-1-richard.hender...@linaro.org/
Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PULL 00/12] tcg patch queue Type: series Message-id: 20191025142159.12459-1-richard.hender...@linaro.org === 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 ee70fc2..856bd2c master -> master * [new tag] patchew/20191026101221.5506-1-vsement...@virtuozzo.com -> patchew/20191026101221.5506-1-vsement...@virtuozzo.com Switched to a new branch 'test' c6bcef1 translate-all: Remove tb_alloc 338d348 translate-all: fix uninitialized tb->orig_tb 0ecc6ef cputlb: Fix tlb_vaddr_to_host ac5a22e exec: Cache TARGET_PAGE_MASK for TARGET_PAGE_BITS_VARY cbe6f3c exec: Promote TARGET_PAGE_MASK to target_long 193d2f1 exec: Restrict TARGET_PAGE_BITS_VARY assert to CONFIG_DEBUG_TCG f455681 exec: Use const alias for TARGET_PAGE_BITS_VARY 72299c7 configure: Detect compiler support for __attribute__((alias)) 878dbed exec: Split out variable page size support to exec-vary.c 2a0f4d3 cpu: use ROUND_UP() to define xxx_PAGE_ALIGN 0ba8f67 cputlb: ensure _cmmu helper functions follow the naming standard db4e121 tci: Add implementation for INDEX_op_ld16u_i64 === OUTPUT BEGIN === 1/12 Checking commit db4e1218f5b1 (tci: Add implementation for INDEX_op_ld16u_i64) 2/12 Checking commit 0ba8f676473c (cputlb: ensure _cmmu helper functions follow the naming standard) 3/12 Checking commit 2a0f4d3df675 (cpu: use ROUND_UP() to define xxx_PAGE_ALIGN) 4/12 Checking commit 878dbed6b17c (exec: Split out variable page size support to exec-vary.c) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #34: new file mode 100644 total: 0 errors, 1 warnings, 125 lines checked Patch 4/12 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 5/12 Checking commit 72299c761114 (configure: Detect compiler support for __attribute__((alias))) 6/12 Checking commit f455681930d9 (exec: Use const alias for TARGET_PAGE_BITS_VARY) ERROR: externs should be avoided in .c files #66: FILE: exec-vary.c:57: +extern const TargetPageBits target_page total: 1 errors, 0 warnings, 103 lines checked Patch 6/12 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 7/12 Checking commit 193d2f196d18 (exec: Restrict TARGET_PAGE_BITS_VARY assert to CONFIG_DEBUG_TCG) 8/12 Checking commit cbe6f3c25e7c (exec: Promote TARGET_PAGE_MASK to target_long) 9/12 Checking commit ac5a22e1e5fc (exec: Cache TARGET_PAGE_MASK for TARGET_PAGE_BITS_VARY) 10/12 Checking commit 0ecc6ef8ebd8 (cputlb: Fix tlb_vaddr_to_host) 11/12 Checking commit 338d348e2de5 (translate-all: fix uninitialized tb->orig_tb) 12/12 Checking commit c6bcef1f1970 (translate-all: Remove tb_alloc) === OUTPUT END === Test command exited with code: 1 The full log is available at http://patchew.org/logs/20191025142159.12459-1-richard.hender...@linaro.org/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-de...@redhat.com