Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 1541672989-15967-1-git-send-email-gengdongjiu@xxxxxxxxxx Subject: [Qemu-devel] [PATCH RESEND v15 00/10] Add ARMv8 RAS virtualization support in QEMU === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git log --oneline $BASE.. | wc -l) failed=0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram commits="$(git log --format=%H --reverse $BASE..)" for c in $commits; do echo "Checking PATCH $n/$total: $(git log -n 1 --format=%s $c)..." if ! git show $c --format=email | ./scripts/checkpatch.pl --mailback -; then failed=1 echo fi n=$((n+1)) done exit $failed === TEST SCRIPT END === Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384 Switched to a new branch 'test' a8cb7527de target-arm: kvm64: handle SIGBUS signal from kernel or KVM a09df9f86c hw/arm/virt: Add RAS platform version for migration a7b73559b9 target-arm: kvm64: inject synchronous External Abort 7384bffff8 KVM: Move related hwpoison page functions to accel/kvm/ folder bf8853a0aa docs: APEI GHES generation and CPER record description d0d850cc13 ACPI: Add APEI GHES table generation and CPER record support 4dc5021697 acpi: add build_append_ghes_generic_status() helper for Generic Error Status Block 2be8ee4f11 acpi: add build_append_ghes_generic_data() helper for Generic Error Data Entry 5509af96ba acpi: add build_append_ghes_notify() helper for Hardware Error Notification ac64a81aed ACPI: add some GHES structures and macros definition === OUTPUT BEGIN === Checking PATCH 1/10: ACPI: add some GHES structures and macros definition... Checking PATCH 2/10: acpi: add build_append_ghes_notify() helper for Hardware Error Notification... Checking PATCH 3/10: acpi: add build_append_ghes_generic_data() helper for Generic Error Data Entry... Checking PATCH 4/10: acpi: add build_append_ghes_generic_status() helper for Generic Error Status Block... Checking PATCH 5/10: ACPI: Add APEI GHES table generation and CPER record support... WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #43: new file mode 100644 WARNING: line over 80 characters #103: FILE: hw/acpi/acpi_ghes.c:56: + build_append_int_noprefix((void *)hardware_errors, 1, GHES_ADDRESS_SIZE); WARNING: line over 80 characters #131: FILE: hw/acpi/acpi_ghes.c:84: + build_append_int_noprefix(table_data, cpu_to_le16(i), 2); /* source id */ WARNING: line over 80 characters #132: FILE: hw/acpi/acpi_ghes.c:85: + build_append_int_noprefix(table_data, 0xffff, 2); /* related source id */ WARNING: line over 80 characters #145: FILE: hw/acpi/acpi_ghes.c:98: + build_append_gas(table_data, AML_SYSTEM_MEMORY, 0x40, 0, 4 /* QWord access */, 0); WARNING: line over 80 characters #169: FILE: hw/acpi/acpi_ghes.c:122: + build_append_gas(table_data, AML_SYSTEM_MEMORY, 0x40, 0, 4 /* QWord access */, 0); ERROR: line over 90 characters #306: FILE: include/hw/acpi/acpi_ghes.h:29: +/* The size of Address field in Generic Address Structure, ACPI 2.0/3.0: 5.2.3.1 Generic Address total: 1 errors, 6 warnings, 311 lines checked Your patch has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. Checking PATCH 6/10: docs: APEI GHES generation and CPER record description... WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #12: new file mode 100644 total: 0 errors, 1 warnings, 97 lines checked Your patch has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. Checking PATCH 7/10: KVM: Move related hwpoison page functions to accel/kvm/ folder... Checking PATCH 8/10: target-arm: kvm64: inject synchronous External Abort... Checking PATCH 9/10: hw/arm/virt: Add RAS platform version for migration... Checking PATCH 10/10: target-arm: kvm64: handle SIGBUS signal from kernel or KVM... WARNING: line over 80 characters #72: FILE: hw/acpi/acpi_ghes.c:68: + current_block_length = sizeof(AcpiGenericErrorStatus) + le32_to_cpu(data_length); WARNING: line over 80 characters #81: FILE: hw/acpi/acpi_ghes.c:77: + if ((data_length + sizeof(AcpiGenericErrorStatus)) > GHES_MAX_RAW_DATA_LENGTH) { WARNING: line over 80 characters #86: FILE: hw/acpi/acpi_ghes.c:82: + build_append_ghes_generic_status(block, cpu_to_le32(ACPI_GEBS_UNCORRECTABLE), 0, 0, WARNING: line over 80 characters #98: FILE: hw/acpi/acpi_ghes.c:94: + cpu_to_le32(ACPI_CPER_SEV_RECOVERABLE), cpu_to_le32(0x300), 0, 0, WARNING: line over 80 characters #99: FILE: hw/acpi/acpi_ghes.c:95: + cpu_to_le32(80)/* the total size of Memory Error Record */, fru_id, total: 0 errors, 5 warnings, 256 lines checked Your patch 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 --- Email generated automatically by Patchew [http://patchew.org/]. Please send your feedback to patchew-devel@xxxxxxxxxx