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=1156570 ---Test result--- Test Summary: CheckPatch PASS 0.68 seconds VerifyFixes PASS 0.11 seconds VerifySignedoff PASS 0.11 seconds GitLint FAIL 0.26 seconds SubjectPrefix PASS 0.10 seconds BuildKernel PASS 25.32 seconds CheckAllWarning PASS 27.59 seconds CheckSparse PASS 26.32 seconds BuildKernel32 PASS 24.83 seconds CheckKernelLLVM SKIP 0.00 seconds TestRunnerSetup PASS 463.47 seconds TestRunner_rfcomm-tester PASS 26.17 seconds IncrementalBuild PASS 24.25 seconds Details ############################## Test: GitLint - FAIL Desc: Run gitlint Output: Bluetooth: RFCOMM: defer security confirmation to krfcommd 85: B3 Line contains hard tab characters (\t): " unsigned short rc_family;" 86: B3 Line contains hard tab characters (\t): " uint8_t rc_bdaddr[6]; /* little endian */" 87: B3 Line contains hard tab characters (\t): " uint8_t rc_channel;" 92: B3 Line contains hard tab characters (\t): " struct sockaddr_rc addr = { .rc_family = AF_BLUETOOTH," 93: B3 Line contains hard tab characters (\t): " .rc_channel = 1 };" 94: B3 Line contains hard tab characters (\t): " int fd = socket(AF_BLUETOOTH, SOCK_STREAM, BTPROTO_RFCOMM);" 96: B3 Line contains hard tab characters (\t): " memcpy(addr.rc_bdaddr, "\x55\x44\x33\x22\x11\x00", 6);" 97: B3 Line contains hard tab characters (\t): " connect(fd, (struct sockaddr *)&addr, sizeof(addr));" 98: B3 Line contains hard tab characters (\t): " close(fd);" 99: B3 Line contains hard tab characters (\t): " return 0;" ############################## Test: CheckKernelLLVM - SKIP Desc: Build kernel with LLVM + context analysis Output: Clang not found https://github.com/bluez/bluetooth-next/pull/693 --- Regards, Linux Bluetooth