Message ID | 20191115075352.17734-1-tao3.xu@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | Build ACPI Heterogeneous Memory Attribute Table (HMAT) | expand |
Patchew URL: https://patchew.org/QEMU/20191115075352.17734-1-tao3.xu@intel.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH v16 00/14] Build ACPI Heterogeneous Memory Attribute Table (HMAT) Type: series Message-id: 20191115075352.17734-1-tao3.xu@intel.com === 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 * [new tag] patchew/20191115083345.22638-1-tao3.xu@intel.com -> patchew/20191115083345.22638-1-tao3.xu@intel.com Switched to a new branch 'test' d5da20c tests/bios-tables-test: add test cases for ACPI HMAT 486185d tests/numa: Add case for QMP build HMAT eb32946 hmat acpi: Build Memory Side Cache Information Structure(s) e497fe7 hmat acpi: Build System Locality Latency and Bandwidth Information Structure(s) 255487a hmat acpi: Build Memory Proximity Domain Attributes Structure(s) 3af0c0b numa: Extend CLI to provide memory side cache information 56d1c80 numa: Extend CLI to provide memory latency and bandwidth information b607b84 numa: Extend CLI to provide initiator information for numa nodes 184dd62 tests: Add test for QAPI builtin type time b7f1b2c qapi: Add builtin type time 2018f91 util/cutils: Add qemu_strtotime_ns() 006728b util/cutils: refactor do_strtosz() to support suffixes list 8a57751 util/cutils: Use qemu_strtold_finite to parse size eb2d1fd util/cutils: Add Add qemu_strtold and qemu_strtold_finite === OUTPUT BEGIN === 1/14 Checking commit eb2d1fdb2cf0 (util/cutils: Add Add qemu_strtold and qemu_strtold_finite) ERROR: consider using qemu_strtold in preference to strtold #61: FILE: util/cutils.c:636: + *result = strtold(nptr, &ep); total: 1 errors, 0 warnings, 69 lines checked Patch 1/14 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 2/14 Checking commit 8a57751c17ed (util/cutils: Use qemu_strtold_finite to parse size) 3/14 Checking commit 006728bb0b4b (util/cutils: refactor do_strtosz() to support suffixes list) 4/14 Checking commit 2018f917c391 (util/cutils: Add qemu_strtotime_ns()) 5/14 Checking commit b7f1b2cc1e96 (qapi: Add builtin type time) 6/14 Checking commit 184dd629c2fd (tests: Add test for QAPI builtin type time) 7/14 Checking commit b607b8499f73 (numa: Extend CLI to provide initiator information for numa nodes) 8/14 Checking commit 56d1c80175ad (numa: Extend CLI to provide memory latency and bandwidth information) 9/14 Checking commit 3af0c0b8fe71 (numa: Extend CLI to provide memory side cache information) 10/14 Checking commit 255487a44a8b (hmat acpi: Build Memory Proximity Domain Attributes Structure(s)) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #72: new file mode 100644 total: 0 errors, 1 warnings, 185 lines checked Patch 10/14 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 11/14 Checking commit e497fe7c8adf (hmat acpi: Build System Locality Latency and Bandwidth Information Structure(s)) 12/14 Checking commit eb32946cae4f (hmat acpi: Build Memory Side Cache Information Structure(s)) 13/14 Checking commit 486185d6f70e (tests/numa: Add case for QMP build HMAT) WARNING: line over 80 characters #65: FILE: tests/numa-test.c:374: + g_assert(!qmp_rsp_is_err(qtest_qmp(qs, "{ 'execute': 'x-exit-preconfig' }"))); total: 0 errors, 1 warnings, 63 lines checked Patch 13/14 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 14/14 Checking commit d5da20cf0514 (tests/bios-tables-test: add test cases for ACPI HMAT) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #106: new file mode 100644 total: 0 errors, 1 warnings, 65 lines checked Patch 14/14 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/20191115075352.17734-1-tao3.xu@intel.com/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-devel@redhat.com