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. While we are preparing for reviewing the patches, we found the following issue/warning. Test Result: checkbuild Failed Outputs: ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') src/device.c:1348:6: error: no previous declaration for ‘device_get_wake_support’ [-Werror=missing-declarations] 1348 | bool device_get_wake_support(struct btd_device *device) | ^~~~~~~~~~~~~~~~~~~~~~~ src/device.c:1366:6: error: no previous declaration for ‘device_get_wake_allowed’ [-Werror=missing-declarations] 1366 | bool device_get_wake_allowed(struct btd_device *device) | ^~~~~~~~~~~~~~~~~~~~~~~ src/device.c: In function ‘btd_device_flags_changed’: src/device.c:6742:6: error: unused variable ‘i’ [-Werror=unused-variable] 6742 | int i; | ^ cc1: all warnings being treated as errors make[1]: *** [Makefile:9223: src/bluetoothd-device.o] Error 1 make: *** [Makefile:4010: all] Error 2 --- Regards, Linux Bluetooth