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=457775 ---Test result--- ############################## Test: CheckPatch - PASS ############################## Test: CheckGitLint - PASS ############################## Test: CheckBuild: Setup ELL - PASS ############################## Test: CheckBuild: Setup - PASS ############################## Test: CheckBuild - FAIL Output: src/adv_monitor.c: In function ‘monitor_state_released’: src/adv_monitor.c:626:5: error: suggest parentheses around ‘&&’ within ‘||’ [-Werror=parentheses] 625 | if (!monitor || monitor->state != MONITOR_STATE_INITED | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 626 | && monitor->state != MONITOR_STATE_ACTIVE) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/adv_monitor.c: In function ‘add_adv_patterns_monitor_cb’: src/adv_monitor.c:1066:28: error: unused variable ‘e’ [-Werror=unused-variable] 1066 | const struct queue_entry *e; | ^ src/adv_monitor.c: In function ‘monitor_state_removed’: src/adv_monitor.c:1485:5: error: suggest parentheses around ‘&&’ within ‘||’ [-Werror=parentheses] 1484 | if (!monitor || monitor->state != MONITOR_STATE_INITED | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1485 | && monitor->state != MONITOR_STATE_ACTIVE) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[1]: *** [Makefile:9276: src/bluetoothd-adv_monitor.o] Error 1 make: *** [Makefile:4028: all] Error 2 ############################## Test: MakeCheck - SKIPPED Output: checkbuild not success ############################## Test: CheckBuild w/external ell - FAIL Output: src/adv_monitor.c: In function ‘monitor_state_released’: src/adv_monitor.c:626:5: error: suggest parentheses around ‘&&’ within ‘||’ [-Werror=parentheses] 625 | if (!monitor || monitor->state != MONITOR_STATE_INITED | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 626 | && monitor->state != MONITOR_STATE_ACTIVE) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/adv_monitor.c: In function ‘add_adv_patterns_monitor_cb’: src/adv_monitor.c:1066:28: error: unused variable ‘e’ [-Werror=unused-variable] 1066 | const struct queue_entry *e; | ^ src/adv_monitor.c: In function ‘monitor_state_removed’: src/adv_monitor.c:1485:5: error: suggest parentheses around ‘&&’ within ‘||’ [-Werror=parentheses] 1484 | if (!monitor || monitor->state != MONITOR_STATE_INITED | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1485 | && monitor->state != MONITOR_STATE_ACTIVE) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[1]: *** [Makefile:9276: src/bluetoothd-adv_monitor.o] Error 1 make: *** [Makefile:4028: all] Error 2 --- Regards, Linux Bluetooth