From: bluez.test.bot@gmail.com
To: linux-bluetooth@vger.kernel.org, zijun.hu@oss.qualcomm.com
Subject: RE: Bluetooth: btusb: Support Qualcomm multi-subsystem QCC2072
Date: Thu, 10 Sep 2026 12:01:23 -0700 (PDT) [thread overview]
Message-ID: <6aa2fe83.2c36cfa4.11cdeb.9336@mx.google.com> (raw)
In-Reply-To: <20260910-btusb_qcc2072-v4-1-e78f04b7675e@oss.qualcomm.com>
[-- Attachment #1: Type: text/plain, Size: 5178 bytes --]
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/series/1162140/
---Test result---
Test Summary:
CheckPatch FAIL 8.10 seconds
VerifyFixes PASS 0.12 seconds
VerifySignedoff PASS 0.12 seconds
GitLint FAIL 13.19 seconds
SubjectPrefix PASS 0.74 seconds
BuildKernel PASS 27.98 seconds
CheckAllWarning PASS 31.81 seconds
CheckSparse PASS 34.97 seconds
BuildKernel32 PASS 28.16 seconds
CheckKernelLLVM FAIL 27.38 seconds
TestRunnerSetup PASS 733.79 seconds
TestRunner_l2cap-tester PASS 44.15 seconds
TestRunner_iso-tester PASS 114.89 seconds
TestRunner_bnep-tester PASS 12.23 seconds
TestRunner_mgmt-tester FAIL 149.40 seconds
TestRunner_rfcomm-tester PASS 16.84 seconds
TestRunner_sco-tester PASS 25.03 seconds
TestRunner_ioctl-tester PASS 18.33 seconds
TestRunner_mesh-tester FAIL 19.23 seconds
TestRunner_smp-tester PASS 15.72 seconds
TestRunner_userchan-tester PASS 13.79 seconds
TestRunner_6lowpan-tester PASS 16.39 seconds
IncrementalBuild PASS 54.67 seconds
Details
##############################
Test: CheckPatch - FAIL
Desc: Run checkpatch.pl script
Output:
[v4,3/4] Bluetooth: btusb: Build the driver from multiple source files
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#168:
drivers/bluetooth/{btusb.c => btusb_main.c} | 0
total: 0 errors, 1 warnings, 11 lines checked
NOTE: For some of the reported defects, checkpatch may be able to
mechanically convert to the typical style using --fix or --fix-inplace.
/github/workspace/src/patch/14805662.patch has style problems, please review.
NOTE: Ignored message types: UNKNOWN_COMMIT_ID
NOTE: If any of the errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
[v4,4/4] Bluetooth: btusb: Add support for Qualcomm multi-subsystem QCC2072
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#524:
new file mode 100644
total: 0 errors, 1 warnings, 4915 lines checked
NOTE: For some of the reported defects, checkpatch may be able to
mechanically convert to the typical style using --fix or --fix-inplace.
/github/workspace/src/patch/14805664.patch has style problems, please review.
NOTE: Ignored message types: UNKNOWN_COMMIT_ID
NOTE: If any of the errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
##############################
Test: GitLint - FAIL
Desc: Run gitlint
Output:
[v4,4/4] Bluetooth: btusb: Add support for Qualcomm multi-subsystem QCC2072
8: B3 Line contains hard tab characters (\t): " USB I/F | internal link |"
9: B3 Line contains hard tab characters (\t): "BTHOST -------- |---- PERI -------------- BT |"
10: B3 Line contains hard tab characters (\t): " |_______________________________|"
##############################
Test: CheckKernelLLVM - FAIL
Desc: Build kernel with LLVM + context analysis
Output:
drivers/bluetooth/btusb_qcom.c:4255:6: error: mutex 'btusb_qcom_xport_data(hdev).tx_mutex' is not held on every path through here [-Werror,-Wthread-safety-analysis]
4255 | if (is_vendor)
| ^
drivers/bluetooth/btusb_qcom.c:4253:3: note: mutex acquired here
4253 | mutex_lock(&xport_data->tx_mutex);
| ^
drivers/bluetooth/btusb_qcom.c:4261:3: error: releasing mutex 'btusb_qcom_xport_data(hdev).tx_mutex' that was not held [-Werror,-Wthread-safety-analysis]
4261 | mutex_unlock(&xport_data->tx_mutex);
| ^
2 errors generated.
make[4]: *** [scripts/Makefile.build:289: drivers/bluetooth/btusb_qcom.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [scripts/Makefile.build:549: drivers/bluetooth] Error 2
make[2]: *** [scripts/Makefile.build:549: drivers] Error 2
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [/github/workspace/src/src/Makefile:2187: .] Error 2
make: *** [Makefile:248: __sub-make] Error 2
##############################
Test: TestRunner_mgmt-tester - FAIL
Desc: Run mgmt-tester with test-runner
Output:
Total: 501, Passed: 496 (99.0%), Failed: 1, Not Run: 4
Failed Test Cases
Read Exp Feature - Success Failed 0.148 seconds
##############################
Test: TestRunner_mesh-tester - FAIL
Desc: Run mesh-tester with test-runner
Output:
Total: 10, Passed: 8 (80.0%), Failed: 2, Not Run: 0
Failed Test Cases
Mesh - Send cancel - 1 Timed out 2.420 seconds
Mesh - Send cancel - 2 Timed out 2.000 seconds
https://github.com/bluez/bluetooth-next/pull/750
---
Regards,
Linux Bluetooth
next prev parent reply other threads:[~2026-09-10 19:01 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-10 14:35 [PATCH v4 0/4] Bluetooth: btusb: Support Qualcomm multi-subsystem QCC2072 Zijun Hu
2026-09-10 14:35 ` [PATCH v4 1/4] Bluetooth: btusb: Add recv_intr() hook to btusb_data Zijun Hu
2026-09-10 19:01 ` bluez.test.bot [this message]
2026-09-10 14:35 ` [PATCH v4 2/4] Bluetooth: Add generic support for vendor packets Zijun Hu
2026-09-10 14:35 ` [PATCH v4 3/4] Bluetooth: btusb: Build the driver from multiple source files Zijun Hu
2026-09-10 14:35 ` [PATCH v4 4/4] Bluetooth: btusb: Add support for Qualcomm multi-subsystem QCC2072 Zijun Hu
2026-09-10 15:38 ` [PATCH v4 0/4] Bluetooth: btusb: Support " Luiz Augusto von Dentz
-- strict thread matches above, loose matches on Subject: below --
2026-09-11 8:00 [PATCH v5 1/4] Bluetooth: btusb: Add recv_intr() hook to btusb_data Zijun Hu
2026-09-11 10:17 ` Bluetooth: btusb: Support Qualcomm multi-subsystem QCC2072 bluez.test.bot
2026-09-07 8:45 [PATCH v3 1/4] Bluetooth: btusb: Add recv_intr() hook to btusb_data Zijun Hu
2026-09-07 13:59 ` Bluetooth: btusb: Support Qualcomm multi-subsystem QCC2072 bluez.test.bot
2026-09-08 15:58 ` bluez.test.bot
2026-08-31 5:03 [PATCH v2 1/4] Bluetooth: btusb: Add recv_intr() hook to btusb_data Zijun Hu
2026-08-31 6:41 ` Bluetooth: btusb: Support Qualcomm multi-subsystem QCC2072 bluez.test.bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6aa2fe83.2c36cfa4.11cdeb.9336@mx.google.com \
--to=bluez.test.bot@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=zijun.hu@oss.qualcomm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox