Patchew URL: https://patchew.org/QEMU/20210406174031.64299-1-richard.hender...@linaro.org/
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20210406174031.64299-1-richard.hender...@linaro.org Subject: [PATCH v4 00/12] target/arm mte fixes === 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 4216ba1..d0d3dd4 master -> master * [new tag] patchew/20210406174031.64299-1-richard.hender...@linaro.org -> patchew/20210406174031.64299-1-richard.hender...@linaro.org Switched to a new branch 'test' 141183d exec: Fix overlap of PAGE_ANON and PAGE_TARGET_1 ed40d9f target/arm: Remove log2_esize parameter to gen_mte_checkN ee9a6b6 target/arm: Simplify sve mte checking dafd1fd target/arm: Rename mte_probe1 to mte_probe b8221af target/arm: Merge mte_check1, mte_checkN 016a7b8 target/arm: Replace MTEDESC ESIZE+TSIZE with SIZEM1 94b32fd test/tcg/aarch64: Add mte-5 9a2c49d target/arm: Fix unaligned checks for mte_check1, mte_probe1 273f7ff target/arm: Split out mte_probe_int 36a80bd target/arm: Fix mte_checkN b27cf9c target/arm: Check PAGE_WRITE_ORG for MTE writeability 02265f3 accel/tcg: Preserve PAGE_ANON when changing page permissions === OUTPUT BEGIN === 1/12 Checking commit 02265f3d4c09 (accel/tcg: Preserve PAGE_ANON when changing page permissions) Use of uninitialized value $acpi_testexpected in string eq at ./scripts/checkpatch.pl line 1529. WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #66: new file mode 100644 ERROR: "foo * bar" should be "foo *bar" #123: FILE: tests/tcg/aarch64/mte.h:51: +static void * alloc_mte_mem(size_t size) __attribute__((unused)); ERROR: "foo * bar" should be "foo *bar" #124: FILE: tests/tcg/aarch64/mte.h:52: +static void * alloc_mte_mem(size_t size) total: 2 errors, 1 warnings, 84 lines checked Patch 1/12 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 2/12 Checking commit b27cf9cb34e9 (target/arm: Check PAGE_WRITE_ORG for MTE writeability) WARNING: line over 80 characters #28: FILE: target/arm/mte_helper.c:86: + if (!(flags & (ptr_access == MMU_DATA_STORE ? PAGE_WRITE_ORG : PAGE_READ))) { total: 0 errors, 1 warnings, 8 lines checked Patch 2/12 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 3/12 Checking commit 36a80bd11e76 (target/arm: Fix mte_checkN) 4/12 Checking commit 273f7ff6a310 (target/arm: Split out mte_probe_int) 5/12 Checking commit 9a2c49d51da9 (target/arm: Fix unaligned checks for mte_check1, mte_probe1) 6/12 Checking commit 94b32fd20e68 (test/tcg/aarch64: Add mte-5) Use of uninitialized value $acpi_testexpected in string eq at ./scripts/checkpatch.pl line 1529. WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #29: new file mode 100644 total: 0 errors, 1 warnings, 52 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 016a7b87a158 (target/arm: Replace MTEDESC ESIZE+TSIZE with SIZEM1) 8/12 Checking commit b8221af4c2a2 (target/arm: Merge mte_check1, mte_checkN) 9/12 Checking commit dafd1fdfbae1 (target/arm: Rename mte_probe1 to mte_probe) 10/12 Checking commit ee9a6b6f448c (target/arm: Simplify sve mte checking) ERROR: spaces required around that '*' (ctx:WxV) #95: FILE: target/arm/sve_helper.c:4438: + sve_ldst1_tlb_fn *tlb_fn) ^ ERROR: spaces required around that '*' (ctx:WxV) #189: FILE: target/arm/sve_helper.c:5063: + sve_ldst1_tlb_fn *tlb_fn) ^ total: 2 errors, 0 warnings, 202 lines checked Patch 10/12 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 11/12 Checking commit ed40d9f2b918 (target/arm: Remove log2_esize parameter to gen_mte_checkN) 12/12 Checking commit 141183d47a07 (exec: Fix overlap of PAGE_ANON and PAGE_TARGET_1) === OUTPUT END === Test command exited with code: 1 The full log is available at http://patchew.org/logs/20210406174031.64299-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