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=889869 ---Test result--- Test Summary: CheckPatch FAIL 4.87 seconds GitLint FAIL 2.45 seconds BuildEll PASS 25.39 seconds BluezMake PASS 1704.84 seconds MakeCheck PASS 21.99 seconds MakeDistcheck PASS 193.14 seconds CheckValgrind PASS 274.95 seconds CheckSmatch PASS 356.90 seconds bluezmakeextell PASS 120.03 seconds IncrementalBuild PASS 11587.97 seconds ScanBuild WARNING 1015.75 seconds Details ############################## Test: CheckPatch - FAIL Desc: Run checkpatch.pl script Output: [BlueZ,v2,5/7] obexd: Add GetImageProperties to bip-avrcp WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #78: [2] https://github.com/enkait/Basic-Imaging-Profile-in-obexd/blob/gsoc_final/plugins/bip_util.c WARNING:ONE_SEMICOLON: Statements terminations use 1 semicolon #366: FILE: obexd/client/bip-common.c:132: + return g_ascii_strtoll(size, NULL, 10);; /github/workspace/src/src/13802399.patch total: 0 errors, 2 warnings, 926 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/13802399.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,v2,4/7] obexd: Add BIP client for AVRCP cover art download. 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: T3 Title has trailing punctuation (.): "[BlueZ,v2,4/7] obexd: Add BIP client for AVRCP cover art download." [BlueZ,v2,5/7] obexd: Add GetImageProperties to bip-avrcp 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 10: B1 Line exceeds max length (95>80): "[2] https://github.com/enkait/Basic-Imaging-Profile-in-obexd/blob/gsoc_final/plugins/bip_util.c" ############################## Test: ScanBuild - WARNING Desc: Run Scan Build Output: obexd/client/bip-avrcp.c:119:3: warning: Value stored to 'reply' is never read reply = g_dbus_create_error(message, ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ obexd/client/bip-avrcp.c:141:9: warning: Access to field 'message' results in a dereference of a null pointer (loaded from variable 'err') err->message); ^~~~~~~~~~~~ obexd/client/bip-avrcp.c:162:3: warning: Value stored to 'reply' is never read reply = g_dbus_create_error(message, ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ obexd/client/bip-avrcp.c:181:9: warning: Access to field 'message' results in a dereference of a null pointer (loaded from variable 'err') err->message); ^~~~~~~~~~~~ obexd/client/bip-avrcp.c:322:10: warning: Potential leak of memory pointed to by 'encoding' reply = g_dbus_create_error(message, ERROR_INTERFACE ".Failed", "%s", ^~~~~~~~~~~~~~~~~~~ obexd/client/bip-avrcp.c:322:10: warning: Potential leak of memory pointed to by 'pixel' reply = g_dbus_create_error(message, ERROR_INTERFACE ".Failed", "%s", ^~~~~~~~~~~~~~~~~~~ 6 warnings generated. profiles/audio/avrcp.c:1942:2: warning: Value stored to 'operands' is never read operands += sizeof(*pdu); ^ ~~~~~~~~~~~~ 1 warning generated. --- Regards, Linux Bluetooth