linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* RE: Bluetooth:btusb: Add return error code
  2023-10-18  9:53 [PATCH] Bluetooth:btusb: " youwan
@ 2023-10-18 10:38 ` bluez.test.bot
  0 siblings, 0 replies; 4+ messages in thread
From: bluez.test.bot @ 2023-10-18 10:38 UTC (permalink / raw)
  To: linux-bluetooth, youwan

[-- Attachment #1: Type: text/plain, Size: 1601 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/project/bluetooth/list/?series=794272

---Test result---

Test Summary:
CheckPatch                    PASS      0.57 seconds
GitLint                       PASS      0.26 seconds
SubjectPrefix                 FAIL      0.38 seconds
BuildKernel                   PASS      33.08 seconds
CheckAllWarning               PASS      36.38 seconds
CheckSparse                   PASS      41.59 seconds
CheckSmatch                   PASS      116.34 seconds
BuildKernel32                 PASS      32.02 seconds
TestRunnerSetup               PASS      504.10 seconds
TestRunner_l2cap-tester       PASS      29.29 seconds
TestRunner_iso-tester         PASS      57.68 seconds
TestRunner_bnep-tester        PASS      9.58 seconds
TestRunner_mgmt-tester        PASS      210.80 seconds
TestRunner_rfcomm-tester      PASS      15.03 seconds
TestRunner_sco-tester         PASS      18.49 seconds
TestRunner_ioctl-tester       PASS      17.02 seconds
TestRunner_mesh-tester        PASS      12.45 seconds
TestRunner_smp-tester         PASS      13.36 seconds
TestRunner_userchan-tester    PASS      10.16 seconds
IncrementalBuild              PASS      31.06 seconds

Details
##############################
Test: SubjectPrefix - FAIL
Desc: Check subject contains "Bluetooth" prefix
Output:
"Bluetooth: " prefix is not specified in the subject


---
Regards,
Linux Bluetooth


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] Bluetooth: btusb: Add return error code
@ 2023-10-18 11:55 youwan
  2023-10-18 12:46 ` bluez.test.bot
  0 siblings, 1 reply; 4+ messages in thread
From: youwan @ 2023-10-18 11:55 UTC (permalink / raw)
  To: marcel; +Cc: linux-bluetooth, linux-kernel, youwan Wang

From: youwan Wang <youwan@nfschina.com>

Signed-off-by: youwan Wang <youwan@nfschina.com>
Signed-off-by: king <youwan@nfschina.com>
---
 drivers/bluetooth/btusb.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index b8e9de887b5d..ec6bdc9687b1 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -2826,8 +2826,10 @@ static int btusb_mtk_hci_wmt_sync(struct hci_dev *hdev,
 		goto err_free_wc;
 	}
 
-	if (data->evt_skb == NULL)
+	if (data->evt_skb == NULL) {
+		err = -ENOBUFS;
 		goto err_free_wc;
+	}
 
 	/* Parse and handle the return WMT event */
 	wmt_evt = (struct btmtk_hci_wmt_evt *)data->evt_skb->data;
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* RE: Bluetooth: btusb: Add return error code
  2023-10-18 11:55 [PATCH] Bluetooth: btusb: Add return error code youwan
@ 2023-10-18 12:46 ` bluez.test.bot
  0 siblings, 0 replies; 4+ messages in thread
From: bluez.test.bot @ 2023-10-18 12:46 UTC (permalink / raw)
  To: linux-bluetooth, youwan

[-- Attachment #1: Type: text/plain, Size: 1426 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/project/bluetooth/list/?series=794307

---Test result---

Test Summary:
CheckPatch                    PASS      0.68 seconds
GitLint                       PASS      0.33 seconds
SubjectPrefix                 PASS      0.12 seconds
BuildKernel                   PASS      33.48 seconds
CheckAllWarning               PASS      36.46 seconds
CheckSparse                   PASS      42.13 seconds
CheckSmatch                   PASS      116.35 seconds
BuildKernel32                 PASS      32.36 seconds
TestRunnerSetup               PASS      508.66 seconds
TestRunner_l2cap-tester       PASS      29.94 seconds
TestRunner_iso-tester         PASS      61.07 seconds
TestRunner_bnep-tester        PASS      9.88 seconds
TestRunner_mgmt-tester        PASS      209.56 seconds
TestRunner_rfcomm-tester      PASS      15.19 seconds
TestRunner_sco-tester         PASS      18.56 seconds
TestRunner_ioctl-tester       PASS      17.14 seconds
TestRunner_mesh-tester        PASS      12.44 seconds
TestRunner_smp-tester         PASS      13.64 seconds
TestRunner_userchan-tester    PASS      11.88 seconds
IncrementalBuild              PASS      30.88 seconds



---
Regards,
Linux Bluetooth


^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: Bluetooth: btusb: Add return error code
  2023-10-19  2:39 [PATCH] " king
@ 2023-10-19  3:38 ` bluez.test.bot
  0 siblings, 0 replies; 4+ messages in thread
From: bluez.test.bot @ 2023-10-19  3:38 UTC (permalink / raw)
  To: linux-bluetooth, youwan

[-- Attachment #1: Type: text/plain, Size: 1427 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/project/bluetooth/list/?series=794552

---Test result---

Test Summary:
CheckPatch                    PASS      0.60 seconds
GitLint                       PASS      0.27 seconds
SubjectPrefix                 PASS      0.09 seconds
BuildKernel                   PASS      35.14 seconds
CheckAllWarning               PASS      38.06 seconds
CheckSparse                   PASS      47.25 seconds
CheckSmatch                   PASS      118.38 seconds
BuildKernel32                 PASS      33.80 seconds
TestRunnerSetup               PASS      527.27 seconds
TestRunner_l2cap-tester       PASS      31.32 seconds
TestRunner_iso-tester         PASS      57.57 seconds
TestRunner_bnep-tester        PASS      10.54 seconds
TestRunner_mgmt-tester        PASS      224.89 seconds
TestRunner_rfcomm-tester      PASS      16.28 seconds
TestRunner_sco-tester         PASS      19.56 seconds
TestRunner_ioctl-tester       PASS      18.25 seconds
TestRunner_mesh-tester        PASS      15.22 seconds
TestRunner_smp-tester         PASS      14.49 seconds
TestRunner_userchan-tester    PASS      11.17 seconds
IncrementalBuild              PASS      32.42 seconds



---
Regards,
Linux Bluetooth


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-10-19  3:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-18 11:55 [PATCH] Bluetooth: btusb: Add return error code youwan
2023-10-18 12:46 ` bluez.test.bot
  -- strict thread matches above, loose matches on Subject: below --
2023-10-19  2:39 [PATCH] " king
2023-10-19  3:38 ` bluez.test.bot
2023-10-18  9:53 [PATCH] Bluetooth:btusb: " youwan
2023-10-18 10:38 ` bluez.test.bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).