This is automated email and please do not reply to this email! Dear submitter, Thank you for submitting the patches to the linux bluetooth mailing list. This is a CI test results with your patch series: PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=532383 ---Test result--- Test Summary: CheckPatch FAIL 11.44 seconds GitLint FAIL 1.62 seconds BuildKernel PASS 562.44 seconds TestRunner: Setup PASS 378.82 seconds TestRunner: l2cap-tester PASS 2.74 seconds TestRunner: bnep-tester PASS 2.03 seconds TestRunner: mgmt-tester PASS 31.41 seconds TestRunner: rfcomm-tester PASS 2.22 seconds TestRunner: sco-tester PASS 2.12 seconds TestRunner: smp-tester FAIL 2.19 seconds TestRunner: userchan-tester PASS 1.98 seconds Details ############################## Test: CheckPatch - FAIL - 11.44 seconds Run checkpatch.pl script with rule in .checkpatch.conf power: add power sequencer subsystem WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #31: new file mode 100644 WARNING: please write a paragraph that describes the config symbol fully #37: FILE: drivers/power/pwrseq/Kconfig:2: +menuconfig PWRSEQ WARNING: line length of 114 exceeds 100 columns #296: FILE: drivers/power/pwrseq/core.c:232: +struct pwrseq *__pwrseq_create(struct device *dev, struct module *owner, const struct pwrseq_ops *ops, void *data) WARNING: line length of 119 exceeds 100 columns #366: FILE: drivers/power/pwrseq/core.c:302: +struct pwrseq *__devm_pwrseq_create(struct device *dev, struct module *owner, const struct pwrseq_ops *ops, void *data) WARNING: ENOSYS means 'invalid syscall nr' and nothing else #513: FILE: include/linux/pwrseq/consumer.h:32: + return ERR_PTR(-ENOSYS); WARNING: ENOSYS means 'invalid syscall nr' and nothing else #519: FILE: include/linux/pwrseq/consumer.h:38: + return ERR_PTR(-ENOSYS); WARNING: ENOSYS means 'invalid syscall nr' and nothing else #540: FILE: include/linux/pwrseq/consumer.h:59: + return -ENOSYS; WARNING: ENOSYS means 'invalid syscall nr' and nothing else #545: FILE: include/linux/pwrseq/consumer.h:64: + return -ENOSYS; WARNING: line length of 115 exceeds 100 columns #602: FILE: include/linux/pwrseq/driver.h:27: +struct pwrseq *__pwrseq_create(struct device *dev, struct module *owner, const struct pwrseq_ops *ops, void *data); WARNING: line length of 120 exceeds 100 columns #603: FILE: include/linux/pwrseq/driver.h:28: +struct pwrseq *__devm_pwrseq_create(struct device *dev, struct module *owner, const struct pwrseq_ops *ops, void *data); total: 0 errors, 10 warnings, 595 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. "[PATCH] power: add power sequencer subsystem" has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. pwrseq: port MMC's pwrseq drivers to new pwrseq subsystem WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #12: rename from Documentation/devicetree/bindings/mmc/mmc-pwrseq-emmc.yaml WARNING: DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.rst WARNING: ENOSYS means 'invalid syscall nr' and nothing else #906: FILE: drivers/power/pwrseq/pwrseq_simple.c:133: + PTR_ERR(pwrseq_simple->reset_gpios) != -ENOSYS) { total: 0 errors, 3 warnings, 465 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. "[PATCH] pwrseq: port MMC's pwrseq drivers to new pwrseq subsystem" has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. mmc: core: switch to new pwrseq subsystem WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #126: deleted file mode 100644 total: 0 errors, 1 warnings, 109 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. "[PATCH] mmc: core: switch to new pwrseq subsystem" has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. ath10k: add support for pwrseq sequencing CHECK: Alignment should match open parenthesis #106: FILE: drivers/net/wireless/ath/ath10k/snoc.c:1726: + ar_snoc->vregs = devm_kcalloc(&pdev->dev, ar_snoc->num_vregs, + sizeof(*ar_snoc->vregs), GFP_KERNEL); CHECK: Alignment should match open parenthesis #115: FILE: drivers/net/wireless/ath/ath10k/snoc.c:1735: + ret = devm_regulator_bulk_get(&pdev->dev, ar_snoc->num_vregs, + ar_snoc->vregs); total: 0 errors, 0 warnings, 2 checks, 116 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. "[PATCH] ath10k: add support for pwrseq sequencing" has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. pwrseq: add support for QCA BT+WiFi power sequencer WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #54: new file mode 100644 WARNING: Missing a blank line after declarations #134: FILE: drivers/power/pwrseq/pwrseq_qca.c:76: + bool sw_ctrl_state = gpiod_get_value_cansleep(qca_one->common->sw_ctrl); + dev_dbg(&pwrseq->dev, "SW_CTRL is %d", sw_ctrl_state); WARNING: Missing a blank line after declarations #159: FILE: drivers/power/pwrseq/pwrseq_qca.c:101: + bool sw_ctrl_state = gpiod_get_value_cansleep(qca_one->common->sw_ctrl); + dev_dbg(&pwrseq->dev, "SW_CTRL is %d", sw_ctrl_state); WARNING: line length of 116 exceeds 100 columns #229: FILE: drivers/power/pwrseq/pwrseq_qca.c:171: + pwrseq_qca->pwrseq_qcas[PWRSEQ_QCA_WIFI].enable = devm_gpiod_get(dev, "wifi-enable", GPIOD_OUT_LOW); WARNING: line length of 107 exceeds 100 columns #231: FILE: drivers/power/pwrseq/pwrseq_qca.c:173: + return dev_err_probe(dev, PTR_ERR(pwrseq_qca->pwrseq_qcas[PWRSEQ_QCA_WIFI].enable), WARNING: line length of 112 exceeds 100 columns #237: FILE: drivers/power/pwrseq/pwrseq_qca.c:179: + pwrseq_qca->pwrseq_qcas[PWRSEQ_QCA_BT].enable = devm_gpiod_get(dev, "bt-enable", GPIOD_OUT_LOW); WARNING: line length of 105 exceeds 100 columns #239: FILE: drivers/power/pwrseq/pwrseq_qca.c:181: + return dev_err_probe(dev, PTR_ERR(pwrseq_qca->pwrseq_qcas[PWRSEQ_QCA_BT].enable), WARNING: DT compatible string "qcom,qca6390-pwrseq" appears un-documented -- check ./Documentation/devicetree/bindings/ #330: FILE: drivers/power/pwrseq/pwrseq_qca.c:272: + { .compatible = "qcom,qca6390-pwrseq", .data = &qca_soc_data_qca6390 }, WARNING: DT compatible string "qcom,wcn3990-pwrseq" appears un-documented -- check ./Documentation/devicetree/bindings/ #331: FILE: drivers/power/pwrseq/pwrseq_qca.c:273: + { .compatible = "qcom,wcn3990-pwrseq", .data = &qca_soc_data_wcn3990 }, WARNING: DT compatible string "qcom,wcn3991-pwrseq" appears un-documented -- check ./Documentation/devicetree/bindings/ #332: FILE: drivers/power/pwrseq/pwrseq_qca.c:274: + { .compatible = "qcom,wcn3991-pwrseq", .data = &qca_soc_data_wcn3990 }, WARNING: DT compatible string "qcom,wcn3998-pwrseq" appears un-documented -- check ./Documentation/devicetree/bindings/ #333: FILE: drivers/power/pwrseq/pwrseq_qca.c:275: + { .compatible = "qcom,wcn3998-pwrseq", .data = &qca_soc_data_wcn3998 }, WARNING: DT compatible string "qcom,wcn6750-pwrseq" appears un-documented -- check ./Documentation/devicetree/bindings/ #334: FILE: drivers/power/pwrseq/pwrseq_qca.c:276: + { .compatible = "qcom,wcn6750-pwrseq", .data = &qca_soc_data_wcn6750 }, total: 0 errors, 12 warnings, 316 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. "[PATCH] pwrseq: add support for QCA BT+WiFi power sequencer" has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. arm64: dts: qcom: sdm845-db845c: switch bt+wifi to qca power sequencer WARNING: DT compatible string "qcom,wcn3990-pwrseq" appears un-documented -- check ./Documentation/devicetree/bindings/ #67: FILE: arch/arm64/boot/dts/qcom/sdm845.dtsi:1055: + compatible = "qcom,wcn3990-pwrseq"; total: 0 errors, 1 warnings, 51 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. "[PATCH] arm64: dts: qcom: sdm845-db845c: switch bt+wifi to qca power" has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. arm64: dts: qcom: qrb5165-rb5: add bluetooth support WARNING: DT compatible string "qcom,qca6390-pwrseq" appears un-documented -- check ./Documentation/devicetree/bindings/ #29: FILE: arch/arm64/boot/dts/qcom/qrb5165-rb5.dts:103: + compatible = "qcom,qca6390-pwrseq"; total: 0 errors, 1 warnings, 74 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. "[PATCH] arm64: dts: qcom: qrb5165-rb5: add bluetooth support" has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. arm64: dts: qcom: sdm845-db845c: add second channel support to qca power sequencer WARNING: Missing commit description - Add an appropriate one total: 0 errors, 1 warnings, 19 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. "[PATCH] arm64: dts: qcom: sdm845-db845c: add second channel support" has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. WIP: PCI: qcom: use pwrseq to power up bus devices WARNING: Missing or malformed SPDX-License-Identifier tag in line 1 #55: FILE: drivers/power/pwrseq/pwrseq_qca.c:1: +#define DEBUG WARNING: Misplaced SPDX-License-Identifier tag - use line 1 instead #56: FILE: drivers/power/pwrseq/pwrseq_qca.c:2: // SPDX-License-Identifier: GPL-2.0-only total: 0 errors, 2 warnings, 35 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. "[PATCH] WIP: PCI: qcom: use pwrseq to power up bus devices" has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. WIP: arm64: dts: qcom: qrb5165-rb5: add bus-pwrseq property to pcie0 WARNING: Missing commit description - Add an appropriate one total: 0 errors, 1 warnings, 7 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. "[PATCH] WIP: arm64: dts: qcom: qrb5165-rb5: add bus-pwrseq property" has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. ############################## Test: GitLint - FAIL - 1.62 seconds Run gitlint with rule in .gitlint arm64: dts: qcom: sdm845-db845c: add second channel support to qca power sequencer 1: T1 Title exceeds max length (82>72): "arm64: dts: qcom: sdm845-db845c: add second channel support to qca power sequencer" WIP: PCI: qcom: use pwrseq to power up bus devices 1: T5 Title contains the word 'WIP' (case-insensitive): "WIP: PCI: qcom: use pwrseq to power up bus devices" WIP: arm64: dts: qcom: qrb5165-rb5: add bus-pwrseq property to pcie0 1: T5 Title contains the word 'WIP' (case-insensitive): "WIP: arm64: dts: qcom: qrb5165-rb5: add bus-pwrseq property to pcie0" ############################## Test: BuildKernel - PASS - 562.44 seconds Build Kernel with minimal configuration supports Bluetooth ############################## Test: TestRunner: Setup - PASS - 378.82 seconds Setup environment for running Test Runner ############################## Test: TestRunner: l2cap-tester - PASS - 2.74 seconds Run test-runner with l2cap-tester Total: 40, Passed: 40 (100.0%), Failed: 0, Not Run: 0 ############################## Test: TestRunner: bnep-tester - PASS - 2.03 seconds Run test-runner with bnep-tester Total: 1, Passed: 1 (100.0%), Failed: 0, Not Run: 0 ############################## Test: TestRunner: mgmt-tester - PASS - 31.41 seconds Run test-runner with mgmt-tester Total: 448, Passed: 445 (99.3%), Failed: 0, Not Run: 3 ############################## Test: TestRunner: rfcomm-tester - PASS - 2.22 seconds Run test-runner with rfcomm-tester Total: 9, Passed: 9 (100.0%), Failed: 0, Not Run: 0 ############################## Test: TestRunner: sco-tester - PASS - 2.12 seconds Run test-runner with sco-tester Total: 8, Passed: 8 (100.0%), Failed: 0, Not Run: 0 ############################## Test: TestRunner: smp-tester - FAIL - 2.19 seconds Run test-runner with smp-tester Total: 8, Passed: 7 (87.5%), Failed: 1, Not Run: 0 Failed Test Cases SMP Client - SC Request 2 Failed 0.020 seconds ############################## Test: TestRunner: userchan-tester - PASS - 1.98 seconds Run test-runner with userchan-tester Total: 3, Passed: 3 (100.0%), Failed: 0, Not Run: 0 --- Regards, Linux Bluetooth
Attachment:
l2cap-tester.log
Description: Binary data
Attachment:
bnep-tester.log
Description: Binary data
Attachment:
mgmt-tester.log
Description: Binary data
Attachment:
rfcomm-tester.log
Description: Binary data
Attachment:
sco-tester.log
Description: Binary data
Attachment:
smp-tester.log
Description: Binary data
Attachment:
userchan-tester.log
Description: Binary data