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=638555 ---Test result--- Test Summary: CheckPatch PASS 1.45 seconds GitLint PASS 1.07 seconds Prep - Setup ELL PASS 40.53 seconds Build - Prep PASS 0.64 seconds Build - Configure PASS 7.97 seconds Build - Make FAIL 25.46 seconds Make Check FAIL 1.12 seconds Make Check w/Valgrind FAIL 27.25 seconds Make Distcheck PASS 218.32 seconds Build w/ext ELL - Configure PASS 8.12 seconds Build w/ext ELL - Make FAIL 26.18 seconds Incremental Build with patchesPASS 0.00 seconds Details ############################## Test: Build - Make - FAIL Desc: Build the BlueZ source tree Output: monitor/control.c: In function ‘process_data’: monitor/control.c:1309:20: error: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Werror=sign-compare] 1309 | if (data_len + 2 > sizeof(data->buf)) { | ^ cc1: all warnings being treated as errors make[1]: *** [Makefile:7277: monitor/control.o] Error 1 make: *** [Makefile:4310: all] Error 2 ############################## Test: Make Check - FAIL Desc: Run 'make check' Output: monitor/control.c: In function ‘process_data’: monitor/control.c:1309:20: error: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Werror=sign-compare] 1309 | if (data_len + 2 > sizeof(data->buf)) { | ^ cc1: all warnings being treated as errors make[1]: *** [Makefile:7277: monitor/control.o] Error 1 make: *** [Makefile:11283: check] Error 2 ############################## Test: Make Check w/Valgrind - FAIL Desc: Run 'make check' with Valgrind Output: monitor/control.c: In function ‘process_data’: monitor/control.c:1309:20: error: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Werror=sign-compare] 1309 | if (data_len + 2 > sizeof(data->buf)) { | ^ cc1: all warnings being treated as errors make[1]: *** [Makefile:7277: monitor/control.o] Error 1 make: *** [Makefile:4310: all] Error 2 ############################## Test: Build w/ext ELL - Make - FAIL Desc: Build BlueZ source with '--enable-external-ell' configuration Output: monitor/control.c: In function ‘process_data’: monitor/control.c:1309:20: error: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Werror=sign-compare] 1309 | if (data_len + 2 > sizeof(data->buf)) { | ^ cc1: all warnings being treated as errors make[1]: *** [Makefile:7277: monitor/control.o] Error 1 make: *** [Makefile:4310: all] Error 2 --- Regards, Linux Bluetooth