Message-id: 20200512030609.19593-1-gengdongjiu@huawei.com Subject: [PATCH v27 00/10] Add ARMv8 RAS virtualization support in QEMU Type: series === 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 === Switched to a new branch 'test' c149e4a MAINTAINERS: Add ACPI/HEST/GHES entries 21011cd target-arm: kvm64: handle SIGBUS signal from kernel or KVM 0c5cdf1 ACPI: Record Generic Error Status Block(GESB) table 1e6b016 KVM: Move hwpoison page related functions into kvm-all.c 102c57f ACPI: Record the Generic Error Status Block address 31c3df8 ACPI: Build Hardware Error Source Table 281a038 ACPI: Build related register address fields via hardware error fw_cfg blob 796df7f docs: APEI GHES generation and CPER record description 563e49a hw/arm/virt: Introduce a RAS machine option 0cce13e acpi: nvdimm: change NVDIMM_UUID_LE to a common macro === OUTPUT BEGIN === 1/10 Checking commit 0cce13ed8be4 (acpi: nvdimm: change NVDIMM_UUID_LE to a common macro) 2/10 Checking commit 563e49a1fef0 (hw/arm/virt: Introduce a RAS machine option) 3/10 Checking commit 796df7fae74f (docs: APEI GHES generation and CPER record description) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #16: new file mode 100644 total: 0 errors, 1 warnings, 114 lines checked Patch 3/10 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 4/10 Checking commit 281a0388ddde (ACPI: Build related register address fields via hardware error fw_cfg blob) WARNING: Block comments use a leading /* on a separate line #68: FILE: hw/acpi/aml-build.c:1581: + tables->hardware_errors = g_array_new(false, true /* clear */, 1); WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #81: new file mode 100644 total: 0 errors, 2 warnings, 176 lines checked Patch 4/10 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 5/10 Checking commit 31c3df85ffb5 (ACPI: Build Hardware Error Source Table) WARNING: Block comments use a leading /* on a separate line #116: FILE: hw/acpi/ghes.c:156: + 4 /* QWord access */, 0); WARNING: Block comments use a leading /* on a separate line #144: FILE: hw/acpi/ghes.c:184: + 4 /* QWord access */, 0); total: 0 errors, 2 warnings, 193 lines checked Patch 5/10 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 6/10 Checking commit 102c57ffda94 (ACPI: Record the Generic Error Status Block address) 7/10 Checking commit 1e6b0168e90e (KVM: Move hwpoison page related functions into kvm-all.c) 8/10 Checking commit 0c5cdf17c05e (ACPI: Record Generic Error Status Block(GESB) table) WARNING: Block comments use a leading /* on a separate line #144: FILE: hw/acpi/ghes.c:173: + (1ULL << 1) /* Physical Address Valid */, WARNING: Block comments use a leading /* on a separate line #153: FILE: hw/acpi/ghes.c:182: + build_append_int_noprefix(table, 0 /* Unknown error */, 1); WARNING: Block comments use a leading /* on a separate line #168: FILE: hw/acpi/ghes.c:197: + /* invalid fru id: ACPI 4.0: 17.3.2.6.1 Generic Error Data, WARNING: Block comments use a leading /* on a separate line #174: FILE: hw/acpi/ghes.c:203: + block = g_array_new(false, true /* clear */, 1); total: 0 errors, 4 warnings, 245 lines checked Patch 8/10 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 9/10 Checking commit 21011cd46dab (target-arm: kvm64: handle SIGBUS signal from kernel or KVM) 10/10 Checking commit c149e4a2896f (MAINTAINERS: Add ACPI/HEST/GHES entries) === OUTPUT END === Test command exited with code: 0