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=751682 ---Test result--- Test Summary: CheckPatch PASS 1.63 seconds GitLint FAIL 1.35 seconds BuildEll PASS 33.10 seconds BluezMake PASS 1035.93 seconds MakeCheck PASS 13.28 seconds MakeDistcheck PASS 193.40 seconds CheckValgrind PASS 305.90 seconds CheckSmatch WARNING 407.90 seconds bluezmakeextell PASS 124.24 seconds IncrementalBuild PASS 3302.71 seconds ScanBuild WARNING 1262.65 seconds Details ############################## Test: GitLint - FAIL Desc: Run gitlint Output: [BlueZ,1/4] iso-tester: Add tests for AC configuration reconnect 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 15: B2 Line has trailing whitespace: " " 19: B2 Line has trailing whitespace: " " ############################## Test: CheckSmatch - WARNING Desc: Run smatch tool with source Output: emulator/btdev.c:417:29: warning: Variable length array is used.emulator/btdev.c:417:29: warning: Variable length array is used. ############################## Test: ScanBuild - WARNING Desc: Run Scan Build Output: emulator/btdev.c:1080:10: warning: Although the value stored to 'conn' is used in the enclosing expression, the value is never actually read from 'conn' while ((conn = queue_find(dev->conns, match_handle, ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ emulator/btdev.c:1392:13: warning: Access to field 'dev' results in a dereference of a null pointer (loaded from variable 'conn') send_event(conn->dev, BT_HCI_EVT_AUTH_COMPLETE, &ev, sizeof(ev)); ^~~~~~~~~ 2 warnings generated. --- Regards, Linux Bluetooth