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=661486 ---Test result--- Test Summary: CheckPatch PASS 4.84 seconds GitLint FAIL 2.87 seconds SubjectPrefix PASS 2.63 seconds BuildKernel PASS 33.91 seconds BuildKernel32 PASS 30.29 seconds Incremental Build with patchesFAIL 39.46 seconds TestRunner: Setup PASS 505.54 seconds TestRunner: l2cap-tester PASS 17.30 seconds TestRunner: bnep-tester PASS 6.03 seconds TestRunner: mgmt-tester PASS 99.74 seconds TestRunner: rfcomm-tester PASS 9.36 seconds TestRunner: sco-tester PASS 9.18 seconds TestRunner: smp-tester PASS 9.26 seconds TestRunner: userchan-tester PASS 6.18 seconds Details ############################## Test: GitLint - FAIL - 2.87 seconds Run gitlint with rule in .gitlint [v1,3/3] Bluetooth: btusb: Remove HCI_QUIRK_BROKEN_ERR_DATA_REPORTING for fake CSR 1: T1 Title exceeds max length (82>80): "[v1,3/3] Bluetooth: btusb: Remove HCI_QUIRK_BROKEN_ERR_DATA_REPORTING for fake CSR" ############################## Test: Incremental Build with patches - FAIL - 39.46 seconds Incremental build per patch in the series drivers/bluetooth/btusb.c: In function ‘btusb_setup_csr’: drivers/bluetooth/btusb.c:2075:11: error: ‘HCI_QUIRK_BROKEN_ERR_DATA_REPORTING’ undeclared (first use in this function); did you mean ‘HCI_OP_READ_DEF_ERR_DATA_REPORTING’? 2075 | set_bit(HCI_QUIRK_BROKEN_ERR_DATA_REPORTING, &hdev->quirks); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | HCI_OP_READ_DEF_ERR_DATA_REPORTING drivers/bluetooth/btusb.c:2075:11: note: each undeclared identifier is reported only once for each function it appears in drivers/bluetooth/btusb.c: In function ‘btusb_setup_qca’: drivers/bluetooth/btusb.c:3358:10: error: ‘HCI_QUIRK_BROKEN_ERR_DATA_REPORTING’ undeclared (first use in this function); did you mean ‘HCI_OP_READ_DEF_ERR_DATA_REPORTING’? 3358 | set_bit(HCI_QUIRK_BROKEN_ERR_DATA_REPORTING, &hdev->quirks); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | HCI_OP_READ_DEF_ERR_DATA_REPORTING make[2]: *** [scripts/Makefile.build:288: drivers/bluetooth/btusb.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [scripts/Makefile.build:550: drivers/bluetooth] Error 2 make: *** [Makefile:1834: drivers] Error 2 --- Regards, Linux Bluetooth