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=873515 ---Test result--- Test Summary: CheckPatch PASS 0.47 seconds GitLint FAIL 0.47 seconds BuildEll PASS 24.98 seconds BluezMake PASS 1736.79 seconds MakeCheck PASS 12.84 seconds MakeDistcheck PASS 180.57 seconds CheckValgrind PASS 256.98 seconds CheckSmatch PASS 359.78 seconds bluezmakeextell PASS 121.86 seconds IncrementalBuild PASS 1513.53 seconds ScanBuild WARNING 1035.52 seconds Details ############################## Test: GitLint - FAIL Desc: Run gitlint Output: [BlueZ,v1] hcitool - Added option for Peripheral Initiated Connection Parameter Update Request. 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 (95>80): "[BlueZ,v1] hcitool - Added option for Peripheral Initiated Connection Parameter Update Request." 1: T3 Title has trailing punctuation (.): "[BlueZ,v1] hcitool - Added option for Peripheral Initiated Connection Parameter Update Request." ############################## Test: ScanBuild - WARNING Desc: Run Scan Build Output: tools/hcitool.c:3404:13: warning: Null pointer passed to 1st parameter expecting 'nonnull' handle = strtoul(optarg, NULL, base); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ tools/hcitool.c:3407:10: warning: Null pointer passed to 1st parameter expecting 'nonnull' min = strtoul(optarg, NULL, base); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ tools/hcitool.c:3410:10: warning: Null pointer passed to 1st parameter expecting 'nonnull' max = strtoul(optarg, NULL, base); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ tools/hcitool.c:3413:14: warning: Null pointer passed to 1st parameter expecting 'nonnull' latency = strtoul(optarg, NULL, base); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ tools/hcitool.c:3416:14: warning: Null pointer passed to 1st parameter expecting 'nonnull' timeout = strtoul(optarg, NULL, base); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 5 warnings generated. --- Regards, Linux Bluetooth