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=755637 ---Test result--- Test Summary: CheckPatch FAIL 1.80 seconds GitLint FAIL 1.07 seconds BuildEll PASS 26.82 seconds BluezMake PASS 800.72 seconds MakeCheck PASS 11.56 seconds MakeDistcheck PASS 156.44 seconds CheckValgrind PASS 251.76 seconds CheckSmatch PASS 338.54 seconds bluezmakeextell PASS 102.96 seconds IncrementalBuild PASS 1994.60 seconds ScanBuild WARNING 1038.67 seconds Details ############################## Test: CheckPatch - FAIL Desc: Run checkpatch.pl script Output: [BlueZ,v4,2/3] shared/vcp: Add initial code for handling VOCS WARNING:ONE_SEMICOLON: Statements terminations use 1 semicolon #577: FILE: src/shared/vcp.c:1259: + uint32_t *vocs_audio_loc_n = malloc(sizeof(uint32_t));; /github/workspace/src/src/13273599.patch total: 0 errors, 1 warnings, 677 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. /github/workspace/src/src/13273599.patch has style problems, please review. NOTE: Ignored message types: COMMIT_MESSAGE COMPLEX_MACRO CONST_STRUCT FILE_PATH_CHANGES MISSING_SIGN_OFF PREFER_PACKED SPDX_LICENSE_TAG SPLIT_STRING SSCANF_TO_KSTRTO NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. ############################## Test: GitLint - FAIL Desc: Run gitlint Output: [BlueZ,v4,3/3] shared/vcp.c: Make VOCS (Secondary) as an included service of VCS (Primary) 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 (90>80): "[BlueZ,v4,3/3] shared/vcp.c: Make VOCS (Secondary) as an included service of VCS (Primary)" ############################## Test: ScanBuild - WARNING Desc: Run Scan Build Output: src/shared/vcp.c:1275:2: warning: 5th function call argument is an uninitialized value DBG(vcp, "VOCS Audio Location 0x%x", *vocs_audio_loc_n); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/shared/vcp.c:31:2: note: expanded from macro 'DBG' vcp_debug(_vcp, "%s:%s() " fmt, __FILE__, __func__, ## arg) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. --- Regards, Linux Bluetooth