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=1149265 ---Test result--- Test Summary: CheckPatch FAIL 2.93 seconds GitLint FAIL 1.92 seconds BuildEll PASS 20.91 seconds BluezMake PASS 631.46 seconds MakeCheck PASS 19.50 seconds MakeDistcheck PASS 164.27 seconds CheckValgrind PASS 235.56 seconds CheckSmatch PASS 321.48 seconds bluezmakeextell PASS 104.01 seconds IncrementalBuild PASS 1304.12 seconds ScanBuild PASS 1020.74 seconds Details ############################## Test: CheckPatch - FAIL Desc: Run checkpatch.pl script Output: [BlueZ,v2,01/10] eir: Fix stack buffer overflow when parsing the remote name WARNING:BAD_SIGN_OFF: Non-standard signature: Assisted-by: #119: Assisted-by: Claude:claude-opus-5 ERROR:BAD_SIGN_OFF: Unrecognized email address: 'Claude:claude-opus-5' #119: Assisted-by: Claude:claude-opus-5 /github/workspace/src/patch/14759726.patch total: 1 errors, 1 warnings, 8 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/14759726.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,02/10] shared/ad: Fix reading past the name that was copied WARNING:BAD_SIGN_OFF: Non-standard signature: Assisted-by: #112: Assisted-by: Claude:claude-opus-5 ERROR:BAD_SIGN_OFF: Unrecognized email address: 'Claude:claude-opus-5' #112: Assisted-by: Claude:claude-opus-5 /github/workspace/src/patch/14759727.patch total: 1 errors, 1 warnings, 19 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/14759727.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,03/10] unit/test-eir: Add tests for the longest local names WARNING:BAD_SIGN_OFF: Non-standard signature: Assisted-by: #114: Assisted-by: Claude:claude-opus-5 ERROR:BAD_SIGN_OFF: Unrecognized email address: 'Claude:claude-opus-5' #114: Assisted-by: Claude:claude-opus-5 /github/workspace/src/patch/14759728.patch total: 1 errors, 1 warnings, 74 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/14759728.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,04/10] shared/util: Make strnlenutf8 reject ill-formed sequences WARNING:BAD_SIGN_OFF: Non-standard signature: Assisted-by: #123: Assisted-by: Claude:claude-opus-5 ERROR:BAD_SIGN_OFF: Unrecognized email address: 'Claude:claude-opus-5' #123: Assisted-by: Claude:claude-opus-5 /github/workspace/src/patch/14759729.patch total: 1 errors, 1 warnings, 106 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/14759729.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,05/10] shared/util: Add str2utf8 WARNING:BAD_SIGN_OFF: Non-standard signature: Assisted-by: #121: Assisted-by: Claude:claude-opus-5 ERROR:BAD_SIGN_OFF: Unrecognized email address: 'Claude:claude-opus-5' #121: Assisted-by: Claude:claude-opus-5 /github/workspace/src/patch/14759730.patch total: 1 errors, 1 warnings, 62 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/14759730.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,06/10] unit/test-util: Add str2utf8 tests WARNING:BAD_SIGN_OFF: Non-standard signature: Assisted-by: #111: Assisted-by: Claude:claude-opus-5 ERROR:BAD_SIGN_OFF: Unrecognized email address: 'Claude:claude-opus-5' #111: Assisted-by: Claude:claude-opus-5 WARNING:TYPO_SPELLING: 'trun' may be misspelled - perhaps 'turn'? #144: FILE: unit/test-util.c:106: + { "truncated", 4, "trun" }, ^^^^ WARNING:STRING_FRAGMENTS: Consecutive strings are generally better as a single string #146: FILE: unit/test-util.c:108: + { "ab\xff""cd", 5, "ab" FFFD "cd" }, WARNING:STRING_FRAGMENTS: Consecutive strings are generally better as a single string #148: FILE: unit/test-util.c:110: + { "ab\x80""cd", 5, "ab" FFFD "cd" }, WARNING:STRING_FRAGMENTS: Consecutive strings are generally better as a single string #150: FILE: unit/test-util.c:112: + { "ab\xe2\x82""cd", 6, "ab" FFFD "cd" }, /github/workspace/src/patch/14759731.patch total: 1 errors, 5 warnings, 95 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/14759731.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,07/10] Replace the name2utf8 copies with str2utf8 WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #116: the improvement: the name that used to be reported as "test परी" is now WARNING:BAD_SIGN_OFF: Non-standard signature: Assisted-by: #122: Assisted-by: Claude:claude-opus-5 ERROR:BAD_SIGN_OFF: Unrecognized email address: 'Claude:claude-opus-5' #122: Assisted-by: Claude:claude-opus-5 WARNING:STRING_FRAGMENTS: Consecutive strings are generally better as a single string #496: FILE: unit/test-eir.c:411: + .name = "test परी" "\xef\xbf\xbd" "्षा invalid", WARNING:STRING_FRAGMENTS: Consecutive strings are generally better as a single string #506: FILE: unit/test-eir.c:440: + .name = "test \033$B" "\xef\xbf\xbd\xef\xbf\xbd\xef\xbf\xbd\xef\xbf\xbd" /github/workspace/src/patch/14759732.patch total: 1 errors, 4 warnings, 343 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/14759732.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,08/10] device: Fix the name truncation splitting UTF-8 sequences WARNING:BAD_SIGN_OFF: Non-standard signature: Assisted-by: #121: Assisted-by: Claude:claude-opus-5 ERROR:BAD_SIGN_OFF: Unrecognized email address: 'Claude:claude-opus-5' #121: Assisted-by: Claude:claude-opus-5 /github/workspace/src/patch/14759733.patch total: 1 errors, 1 warnings, 23 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/14759733.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,09/10] device: Rename btd_device_device_set_name to btd_device_set_name WARNING:BAD_SIGN_OFF: Non-standard signature: Assisted-by: #104: Assisted-by: Claude:claude-opus-5 ERROR:BAD_SIGN_OFF: Unrecognized email address: 'Claude:claude-opus-5' #104: Assisted-by: Claude:claude-opus-5 /github/workspace/src/patch/14759735.patch total: 1 errors, 1 warnings, 56 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/14759735.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,10/10] unit/test-util: Cover strtoutf8 with the str2utf8 tests WARNING:BAD_SIGN_OFF: Non-standard signature: Assisted-by: #113: Assisted-by: Claude:claude-opus-5 ERROR:BAD_SIGN_OFF: Unrecognized email address: 'Claude:claude-opus-5' #113: Assisted-by: Claude:claude-opus-5 WARNING:TYPO_SPELLING: 'trun' may be misspelled - perhaps 'turn'? #160: FILE: unit/test-util.c:109: + { "truncated", 4, "trun", "trun" }, ^^^^ WARNING:TYPO_SPELLING: 'trun' may be misspelled - perhaps 'turn'? #160: FILE: unit/test-util.c:109: + { "truncated", 4, "trun", "trun" }, ^^^^ WARNING:STRING_FRAGMENTS: Consecutive strings are generally better as a single string #163: FILE: unit/test-util.c:111: + { "ab\xff""cd", 5, "ab" FFFD "cd", "ab" }, WARNING:STRING_FRAGMENTS: Consecutive strings are generally better as a single string #166: FILE: unit/test-util.c:113: + { "ab\x80""cd", 5, "ab" FFFD "cd", "ab" }, WARNING:STRING_FRAGMENTS: Consecutive strings are generally better as a single string #169: FILE: unit/test-util.c:115: + { "ab\xe2\x82""cd", 6, "ab" FFFD "cd", "ab" }, WARNING:ARRAY_SIZE: Prefer ARRAY_SIZE(utf8_tests) #205: FILE: unit/test-util.c:139: + for (i = 0; i < sizeof(utf8_tests) / sizeof(utf8_tests[0]); i++) { WARNING:ARRAY_SIZE: Prefer ARRAY_SIZE(utf8_tests) #234: FILE: unit/test-util.c:166: + for (i = 0; i < sizeof(utf8_tests) / sizeof(utf8_tests[0]); i++) { /github/workspace/src/patch/14759734.patch total: 1 errors, 8 warnings, 137 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/14759734.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,08/10] device: Fix the name truncation splitting UTF-8 sequences 7: B3 Line contains hard tab characters (\t): " strncpy(device->name, name, MAX_NAME_LENGTH);" [BlueZ,v2,09/10] device: Rename btd_device_device_set_name to btd_device_set_name 1: T1 Title exceeds max length (81>80): "[BlueZ,v2,09/10] device: Rename btd_device_device_set_name to btd_device_set_name" https://github.com/bluez/bluez/pull/2421 --- Regards, Linux Bluetooth