Patchew URL: https://patchew.org/QEMU/20200116230809.19078-1-richard.hender...@linaro.org/
Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20200116230809.19078-1-richard.hender...@linaro.org Type: series Subject: [PATCH 0/4] target/arm: Fix ComputePAC (LP 1859713) === 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/20200117111147.5006-1-coh...@redhat.com -> patchew/20200117111147.5006-1-coh...@redhat.com Switched to a new branch 'test' 88edbfe tests/tcg/aarch64: Add pauth-4 f826e15 tests/tcg/aarch64: Add pauth-3 6c82a5a tests/tcg/aarch64: Fix compilation parameters for pauth-% d01fc4a target/arm: Fix PAuth sbox functions === OUTPUT BEGIN === 1/4 Checking commit d01fc4adb51f (target/arm: Fix PAuth sbox functions) 2/4 Checking commit 6c82a5aa6b0f (tests/tcg/aarch64: Fix compilation parameters for pauth-%) 3/4 Checking commit f826e1549b92 (tests/tcg/aarch64: Add pauth-3) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #27: new file mode 100644 total: 0 errors, 1 warnings, 48 lines checked Patch 3/4 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 4/4 Checking commit 88edbfe8c3a8 (tests/tcg/aarch64: Add pauth-4) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #27: new file mode 100644 ERROR: code indent should never use tabs #40: FILE: tests/tcg/aarch64/pauth-4.c:9: + "pacia %0, sp\n\t"^I/* sigill if pauth not supported */$ ERROR: code indent should never use tabs #41: FILE: tests/tcg/aarch64/pauth-4.c:10: + "eor %0, %0, #4\n\t"^I/* corrupt single bit */$ ERROR: code indent should never use tabs #43: FILE: tests/tcg/aarch64/pauth-4.c:12: + "autia %1, sp\n\t"^I/* validate corrupted pointer */$ ERROR: code indent should never use tabs #44: FILE: tests/tcg/aarch64/pauth-4.c:13: + "xpaci %0\n\t"^I^I/* strip pac from corrupted pointer */$ total: 4 errors, 1 warnings, 33 lines checked Patch 4/4 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. === OUTPUT END === Test command exited with code: 1 The full log is available at http://patchew.org/logs/20200116230809.19078-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