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=884060 ---Test result--- Test Summary: CheckPatch FAIL 0.63 seconds GitLint PASS 0.27 seconds BuildEll PASS 24.68 seconds BluezMake PASS 1683.62 seconds MakeCheck PASS 13.42 seconds MakeDistcheck FAIL 68.17 seconds CheckValgrind PASS 253.06 seconds CheckSmatch WARNING 357.07 seconds bluezmakeextell PASS 122.25 seconds IncrementalBuild PASS 1465.75 seconds ScanBuild PASS 1043.98 seconds Details ############################## Test: CheckPatch - FAIL Desc: Run checkpatch.pl script Output: [v5,BlueZ] Provide GNU basename compatible implementation ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar" #151: FILE: mesh/mesh-config-json.c:2699: + const char* node_name; WARNING:LEADING_SPACE: please, no spaces at the start of a line #177: FILE: mesh/missing.h:17: + const char *base = strrchr(path, '/');$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #179: FILE: mesh/missing.h:19: + return base ? base + 1 : path;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #228: FILE: tools/missing.h:17: + const char *base = strrchr(path, '/');$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #230: FILE: tools/missing.h:19: + return base ? base + 1 : path;$ /github/workspace/src/src/13780500.patch total: 1 errors, 4 warnings, 89 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/13780500.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: MakeDistcheck - FAIL Desc: Run Bluez Make Distcheck Output: Package cups was not found in the pkg-config search path. Perhaps you should add the directory containing `cups.pc' to the PKG_CONFIG_PATH environment variable No package 'cups' found ../../mesh/mesh-config-json.c:31:10: fatal error: mesh/missing.h: No such file or directory 31 | #include "mesh/missing.h" | ^~~~~~~~~~~~~~~~ compilation terminated. make[2]: *** [Makefile:7850: mesh/mesh-config-json.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [Makefile:4676: all] Error 2 make: *** [Makefile:12226: distcheck] Error 1 ############################## Test: CheckSmatch - WARNING Desc: Run smatch tool with source Output: tools/hex2hcd.c:136:26: warning: Variable length array is used. --- Regards, Linux Bluetooth