Message ID | 20220630202700.18187-1-mst@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Bluetooth: virtio_bt: mark broken | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/checkpatch | success | Checkpatch PASS |
tedd_an/gitlint | success | Gitlint PASS |
tedd_an/subjectprefix | success | PASS |
tedd_an/buildkernel | success | Build Kernel PASS |
tedd_an/buildkernel32 | success | Build Kernel32 PASS |
tedd_an/incremental_build | success | Pass |
tedd_an/testrunnersetup | success | Test Runner Setup PASS |
tedd_an/testrunnerl2cap-tester | success | Total: 40, Passed: 40 (100.0%), Failed: 0, Not Run: 0 |
tedd_an/testrunnerbnep-tester | success | Total: 1, Passed: 1 (100.0%), Failed: 0, Not Run: 0 |
tedd_an/testrunnermgmt-tester | success | Total: 494, Passed: 494 (100.0%), Failed: 0, Not Run: 0 |
tedd_an/testrunnerrfcomm-tester | success | Total: 10, Passed: 10 (100.0%), Failed: 0, Not Run: 0 |
tedd_an/testrunnersco-tester | success | Total: 12, Passed: 12 (100.0%), Failed: 0, Not Run: 0 |
tedd_an/testrunnersmp-tester | success | Total: 8, Passed: 8 (100.0%), Failed: 0, Not Run: 0 |
tedd_an/testrunneruserchan-tester | success | Total: 4, Passed: 4 (100.0%), Failed: 0, Not Run: 0 |
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=655536 ---Test result--- Test Summary: CheckPatch PASS 1.20 seconds GitLint PASS 0.73 seconds SubjectPrefix PASS 0.67 seconds BuildKernel PASS 31.50 seconds BuildKernel32 PASS 28.18 seconds Incremental Build with patchesPASS 38.07 seconds TestRunner: Setup PASS 460.18 seconds TestRunner: l2cap-tester PASS 16.66 seconds TestRunner: bnep-tester PASS 5.62 seconds TestRunner: mgmt-tester PASS 98.63 seconds TestRunner: rfcomm-tester PASS 9.03 seconds TestRunner: sco-tester PASS 8.92 seconds TestRunner: smp-tester PASS 8.96 seconds TestRunner: userchan-tester PASS 5.86 seconds --- Regards, Linux Bluetooth
diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig index e30707405455..c5bb105416bd 100644 --- a/drivers/bluetooth/Kconfig +++ b/drivers/bluetooth/Kconfig @@ -435,6 +435,7 @@ config BT_HCIRSI config BT_VIRTIO tristate "Virtio Bluetooth driver" depends on VIRTIO + depends on BROKEN help Virtio Bluetooth support driver. This driver supports Virtio Bluetooth devices.
Issues around the driver are not addressed - issues around device removal: https://lore.kernel.org/r/20211125174200.133230-1-mst%40redhat.com - no spec - no QEMU support Signed-off-by: Michael S. Tsirkin <mst@redhat.com> --- drivers/bluetooth/Kconfig | 1 + 1 file changed, 1 insertion(+)