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=789014 ---Test result--- Test Summary: CheckPatch PASS 1.53 seconds GitLint FAIL 0.86 seconds SubjectPrefix PASS 0.20 seconds BuildKernel PASS 33.69 seconds CheckAllWarning PASS 36.16 seconds CheckSparse PASS 41.46 seconds CheckSmatch PASS 115.45 seconds BuildKernel32 PASS 31.93 seconds TestRunnerSetup PASS 489.12 seconds TestRunner_l2cap-tester PASS 30.32 seconds TestRunner_iso-tester PASS 49.69 seconds TestRunner_bnep-tester PASS 9.79 seconds TestRunner_mgmt-tester PASS 214.41 seconds TestRunner_rfcomm-tester PASS 14.96 seconds TestRunner_sco-tester PASS 18.53 seconds TestRunner_ioctl-tester PASS 16.93 seconds TestRunner_mesh-tester PASS 12.59 seconds TestRunner_smp-tester PASS 13.38 seconds TestRunner_userchan-tester PASS 10.31 seconds IncrementalBuild PASS 37.23 seconds Details ############################## Test: GitLint - FAIL Desc: Run gitlint Output: [v2,1/2] Bluetooth: hci_sync: always check if connection is alive before deleting WARNING: I3 - ignore-body-lines: gitlint will be switching from using Python regex 'match' (match beginning) to 'search' (match anywhere) semantics. Please review your ignore-body-lines.regex option accordingly. To remove this warning, set general.regex-style-search=True. More details: https://jorisroovers.github.io/gitlint/configuration/#regex-style-search 1: T1 Title exceeds max length (81>80): "[v2,1/2] Bluetooth: hci_sync: always check if connection is alive before deleting" [v2,2/2] Bluetooth: hci_conn: verify connection is to be aborted before doing it WARNING: I3 - ignore-body-lines: gitlint will be switching from using Python regex 'match' (match beginning) to 'search' (match anywhere) semantics. Please review your ignore-body-lines.regex option accordingly. To remove this warning, set general.regex-style-search=True. More details: https://jorisroovers.github.io/gitlint/configuration/#regex-style-search 18: B1 Line exceeds max length (88>80): "Closes: https://lore.kernel.org/linux-bluetooth/0000000000005ab984060371583e@xxxxxxxxxx/" 31: B3 Line contains hard tab characters (\t): " 2874 conn = hci_conn_hash_lookup_handle(hdev, handle);" 32: B3 Line contains hard tab characters (\t): " 2875 if (!conn || WARN_ON(!conn->abort_reason))" 33: B3 Line contains hard tab characters (\t): " 2876 return 0;" --- Regards, Linux Bluetooth