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=851322 ---Test result--- Test Summary: CheckPatch PASS 3.55 seconds GitLint FAIL 1.70 seconds SubjectPrefix PASS 0.65 seconds BuildKernel PASS 29.88 seconds CheckAllWarning WARNING 32.83 seconds CheckSparse PASS 38.08 seconds CheckSmatch FAIL 34.55 seconds BuildKernel32 PASS 28.70 seconds TestRunnerSetup PASS 515.72 seconds TestRunner_l2cap-tester PASS 18.32 seconds TestRunner_iso-tester PASS 31.15 seconds TestRunner_bnep-tester PASS 4.67 seconds TestRunner_mgmt-tester PASS 110.76 seconds TestRunner_rfcomm-tester PASS 7.20 seconds TestRunner_sco-tester PASS 14.99 seconds TestRunner_ioctl-tester PASS 7.70 seconds TestRunner_mesh-tester PASS 5.79 seconds TestRunner_smp-tester PASS 6.79 seconds TestRunner_userchan-tester PASS 4.89 seconds IncrementalBuild PASS 48.56 seconds Details ############################## Test: GitLint - FAIL Desc: Run gitlint Output: [v4,4/5] Bluetooth: btusb: mediatek: reset the controller before downloading the fw WARNING: I3 - ignore-body-lines: gitlint will be switching from using Python regex 'match' (match beginning) to 'search' (match anywhere) semantics. Please review your ignore-body-lines.regex option accordingly. To remove this warning, set general.regex-style-search=True. More details: https://jorisroovers.github.io/gitlint/configuration/#regex-style-search 1: T1 Title exceeds max length (83>80): "[v4,4/5] Bluetooth: btusb: mediatek: reset the controller before downloading the fw" ############################## Test: CheckAllWarning - WARNING Desc: Run linux kernel with all warning enabled Output: drivers/bluetooth/btmtk.c: In function ‘btmtk_fw_get_filename’:drivers/bluetooth/btmtk.c:115:14: warning: ‘mediatek/BT_RAM_CODE_MT’ directive output truncated writing 23 bytes into a region of size 8 [-Wformat-truncation=] 115 | "mediatek/BT_RAM_CODE_MT%04x_1a_%x_hdr.bin", | ~~~~~~~~^~~~~~~~~~~~~~~drivers/bluetooth/btmtk.c:115:5: note: directive argument in the range [1, 256] 115 | "mediatek/BT_RAM_CODE_MT%04x_1a_%x_hdr.bin", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~drivers/bluetooth/btmtk.c:114:3: note: ‘snprintf’ output between 41 and 43 bytes into a destination of size 8 114 | snprintf(buf, sizeof(size), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 115 | "mediatek/BT_RAM_CODE_MT%04x_1a_%x_hdr.bin", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 116 | dev_id & 0xffff, (fw_ver & 0xff) + 1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ############################## Test: CheckSmatch - FAIL Desc: Run smatch tool with source Output: Segmentation fault (core dumped) make[4]: *** [scripts/Makefile.build:244: net/bluetooth/hci_core.o] Error 139 make[4]: *** Deleting file 'net/bluetooth/hci_core.o' make[3]: *** [scripts/Makefile.build:485: net/bluetooth] Error 2 make[2]: *** [scripts/Makefile.build:485: net] Error 2 make[2]: *** Waiting for unfinished jobs.... Segmentation fault (core dumped) make[4]: *** [scripts/Makefile.build:244: drivers/bluetooth/bcm203x.o] Error 139 make[4]: *** Deleting file 'drivers/bluetooth/bcm203x.o' make[4]: *** Waiting for unfinished jobs.... make[3]: *** [scripts/Makefile.build:485: drivers/bluetooth] Error 2 make[2]: *** [scripts/Makefile.build:485: drivers] Error 2 make[1]: *** [/github/workspace/src/src/Makefile:1919: .] Error 2 make: *** [Makefile:240: __sub-make] Error 2 --- Regards, Linux Bluetooth