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=826588 ---Test result--- Test Summary: CheckPatch PASS 3.09 seconds GitLint PASS 2.02 seconds BuildEll PASS 25.09 seconds BluezMake PASS 769.14 seconds MakeCheck PASS 12.12 seconds MakeDistcheck PASS 172.80 seconds CheckValgrind PASS 241.48 seconds CheckSmatch PASS 347.73 seconds bluezmakeextell PASS 112.50 seconds IncrementalBuild PASS 5188.44 seconds ScanBuild WARNING 1011.39 seconds Details ############################## Test: ScanBuild - WARNING Desc: Run Scan Build Output: src/shared/bap.c:1134:2: warning: Use of memory after it is freed DBG(bap, "stream %p", stream); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/shared/bap.c:40:2: note: expanded from macro 'DBG' bap_debug(_bap, "%s:%s() " fmt, __FILE__, __func__, ## arg) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/shared/bap.c:1147:2: warning: Use of memory after it is freed DBG(stream->bap, "stream %p", stream); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/shared/bap.c:40:2: note: expanded from macro 'DBG' bap_debug(_bap, "%s:%s() " fmt, __FILE__, __func__, ## arg) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/shared/bap.c:1242:33: warning: Use of memory after it is freed for (entry = queue_get_entries(bap->state_cbs); entry; ^~~~~~~~~~~~~~ src/shared/bap.c:1281:8: warning: Use of memory after it is freed bap = bt_bap_ref_safe(bap); ^~~~~~~~~~~~~~~~~~~~ src/shared/bap.c:1699:3: warning: Use of memory after it is freed stream_set_state(stream, BT_BAP_STREAM_STATE_CONFIG); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 5 warnings generated. --- Regards, Linux Bluetooth