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=1140181 ---Test result--- Test Summary: CheckPatch FAIL 1.01 seconds GitLint PASS 0.65 seconds BuildEll PASS 21.33 seconds BluezMake PASS 551.90 seconds MakeCheck PASS 19.02 seconds MakeDistcheck PASS 159.31 seconds CheckValgrind PASS 227.71 seconds CheckSmatch PASS 309.84 seconds bluezmakeextell PASS 98.23 seconds IncrementalBuild PASS 563.59 seconds ScanBuild PASS 945.33 seconds Details ############################## Test: CheckPatch - FAIL Desc: Run checkpatch.pl script Output: [BlueZ,v2,2/3] unit: Adapt poc_*_oob.c test into a new test WARNING:BAD_SIGN_OFF: Non-standard signature: Co-authored-by: #56: Co-authored-by: Elman Shahbazov WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #118: FILE: unit/test-avrcp-sec.c:30: + * Actual packet length (len) = 14 bytes */ WARNING:LONG_LINE_COMMENT: line length of 83 exceeds 80 columns #125: FILE: unit/test-avrcp-sec.c:37: + /* Launching the PoC. We transmit a 14-byte packet, but namesize=1000... */ WARNING:LONG_LINE: line length of 82 exceeds 80 columns #126: FILE: unit/test-avrcp-sec.c:38: + ret = parse_media_element_name(malicious_packet, sizeof(malicious_packet), WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #140: FILE: unit/test-avrcp-sec.c:52: + * Actual packet length (len) = 14 bytes */ WARNING:LONG_LINE_COMMENT: line length of 83 exceeds 80 columns #147: FILE: unit/test-avrcp-sec.c:59: + /* Launching the PoC. We transmit a 14-byte packet, but namesize=1000... */ WARNING:LONG_LINE: line length of 81 exceeds 80 columns #148: FILE: unit/test-avrcp-sec.c:60: + ret = parse_media_folder_name(malicious_packet, sizeof(malicious_packet), WARNING:LONG_LINE: line length of 88 exceeds 80 columns #160: FILE: unit/test-avrcp-sec.c:72: + tester_add("/avrcp-element-name-oob", NULL, NULL, avrcp_element_name_oob, NULL); WARNING:LONG_LINE: line length of 86 exceeds 80 columns #161: FILE: unit/test-avrcp-sec.c:73: + tester_add("/avrcp-folder-name-oob", NULL, NULL, avrcp_folder_name_oob, NULL); /github/workspace/src/patch/14730317.patch total: 0 errors, 9 warnings, 91 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/patch/14730317.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. [BlueZ,v2,3/3] avrcp: Fix Out-of-Bounds Read in AVRCP GetFolderItems parsing WARNING:BAD_SIGN_OFF: Non-standard signature: Co-Authored-by: #57: Co-Authored-by: Bastien Nocera WARNING:BAD_SIGN_OFF: 'Co-authored-by:' is the preferred signature form #57: Co-Authored-by: Bastien Nocera /github/workspace/src/patch/14730318.patch total: 0 errors, 2 warnings, 22 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/patch/14730318.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. https://github.com/bluez/bluez/pull/2376 --- Regards, Linux Bluetooth