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=765012 ---Test result--- Test Summary: CheckPatch PASS 2.76 seconds GitLint PASS 1.54 seconds BuildEll PASS 33.65 seconds BluezMake PASS 1194.55 seconds MakeCheck PASS 13.10 seconds MakeDistcheck PASS 191.75 seconds CheckValgrind PASS 314.67 seconds CheckSmatch PASS 435.57 seconds bluezmakeextell PASS 130.95 seconds IncrementalBuild PASS 4989.68 seconds ScanBuild WARNING 1400.37 seconds Details ############################## Test: ScanBuild - WARNING Desc: Run Scan Build Output: In file included from tools/mesh-gatt/crypto.c:32: ./src/shared/util.h:191:9: warning: 1st function call argument is an uninitialized value return be32_to_cpu(get_unaligned((const uint32_t *) ptr)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./src/shared/util.h:33:26: note: expanded from macro 'be32_to_cpu' #define be32_to_cpu(val) bswap_32(val) ^~~~~~~~~~~~~ /usr/include/byteswap.h:34:21: note: expanded from macro 'bswap_32' #define bswap_32(x) __bswap_32 (x) ^~~~~~~~~~~~~~ In file included from tools/mesh-gatt/crypto.c:32: ./src/shared/util.h:201:9: warning: 1st function call argument is an uninitialized value return be64_to_cpu(get_unaligned((const uint64_t *) ptr)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./src/shared/util.h:34:26: note: expanded from macro 'be64_to_cpu' #define be64_to_cpu(val) bswap_64(val) ^~~~~~~~~~~~~ /usr/include/byteswap.h:37:21: note: expanded from macro 'bswap_64' #define bswap_64(x) __bswap_64 (x) ^~~~~~~~~~~~~~ 2 warnings generated. --- Regards, Linux Bluetooth