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=1092801 ---Test result--- Test Summary: CheckPatch FAIL 2.71 seconds GitLint PASS 1.76 seconds BuildEll PASS 20.40 seconds BluezMake PASS 666.47 seconds MakeCheck PASS 18.72 seconds MakeDistcheck PASS 245.36 seconds CheckValgrind PASS 291.26 seconds CheckSmatch WARNING 351.83 seconds bluezmakeextell PASS 186.73 seconds IncrementalBuild PASS 1330.28 seconds ScanBuild PASS 1038.55 seconds Details ############################## Test: CheckPatch - FAIL Desc: Run checkpatch.pl script Output: [BlueZ,v3,2/6] shared/util: Add helper for "cleanup" variable attribute ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #106: FILE: src/shared/util.h:103: +static inline void * _steal_(void *p) WARNING:LONG_LINE: line length of 104 exceeds 80 columns #132: FILE: src/shared/util.h:129: +#define CLEANUP_FREEFUNC(type, func) static inline void cleanup_##type (type **_ptr) { (func) (*_ptr); } WARNING:SPACING: space prohibited between function name and open parenthesis '(' #132: FILE: src/shared/util.h:129: +#define CLEANUP_FREEFUNC(type, func) static inline void cleanup_##type (type **_ptr) { (func) (*_ptr); } ERROR:SPACING: need consistent spacing around '*' (ctx:WxO) #132: FILE: src/shared/util.h:129: +#define CLEANUP_FREEFUNC(type, func) static inline void cleanup_##type (type **_ptr) { (func) (*_ptr); } ^ WARNING:LINE_SPACING: Missing a blank line after declarations #184: FILE: unit/test-util.c:46: + _cleanup_free_ uint8_t *data = NULL; + data = malloc0(128 * 2); /github/workspace/src/patch/14565706.patch total: 2 errors, 3 warnings, 140 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/14565706.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,v3,4/6] main: Use _cleanup_() to simplify configuration parsing ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #84: FILE: src/main.c:258: + _cleanup_type_(GError) GError *err = NULL; ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #108: FILE: src/main.c:440: + _cleanup_type_(GError) GError *err = NULL; ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #204: FILE: src/main.c:888: + _cleanup_type_(GError) GError *err = NULL; ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #409: FILE: src/main.c:1207: + _cleanup_type_(GError) GError *err = NULL; ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #501: FILE: src/main.c:1570: + _cleanup_type_(GError) GError *err = NULL; ^ /github/workspace/src/patch/14565665.patch total: 5 errors, 0 warnings, 413 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/14565665.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: CheckSmatch - WARNING Desc: Run smatch tool with source Output: src/main.c: note: in included file (through src/device.h):src/shared/gatt-server.c:271:25: warning: Variable length array is used.src/shared/gatt-server.c:614:25: warning: Variable length array is used.src/shared/gatt-server.c:712:25: warning: Variable length array is used.src/shared/gatt-server.c:271:25: warning: Variable length array is used.src/shared/gatt-server.c:614:25: warning: Variable length array is used.src/shared/gatt-server.c:712:25: warning: Variable length array is used.src/shared/gatt-server.c:271:25: warning: Variable length array is used.src/shared/gatt-server.c:614:25: warning: Variable length array is used.src/shared/gatt-server.c:712:25: warning: Variable length array is used.src/main.c: note: in included file (through src/device.h): https://github.com/bluez/bluez/pull/2118 --- Regards, Linux Bluetooth