public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: add a sub-entry for the Qualcomm bluetooth driver
@ 2025-07-04 14:47 Bartosz Golaszewski
  2025-07-04 15:34 ` bluez.test.bot
  2025-07-04 16:43 ` [PATCH] " Dmitry Baryshkov
  0 siblings, 2 replies; 3+ messages in thread
From: Bartosz Golaszewski @ 2025-07-04 14:47 UTC (permalink / raw)
  To: Luiz Augusto von Dentz
  Cc: Shuai Zhang, Stephan Gerhold, linux-bluetooth, linux-arm-msm,
	linux-kernel, Bartosz Golaszewski

From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Patches modifying drivers/bluetooth/hci_qca.c should be Cc'ed to the
linux-arm-msm mailing list so that Qualcomm maintainers and reviewers
can get notified about proposed changes to it. Add a sub-entry that adds
the mailing list to the list of addresses returned by get_maintainer.pl.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
 MAINTAINERS | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index fcc77c93f8db..7fee3d38baf8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -20441,6 +20441,11 @@ S:	Maintained
 F:	Documentation/devicetree/bindings/net/qcom,bam-dmux.yaml
 F:	drivers/net/wwan/qcom_bam_dmux.c
 
+QUALCOMM BLUETOOTH DRIVER
+L:	linux-arm-msm@vger.kernel.org
+S:	Maintained
+F:	drivers/bluetooth/hci_qca.c
+
 QUALCOMM CAMERA SUBSYSTEM DRIVER
 M:	Robert Foss <rfoss@kernel.org>
 M:	Todor Tomov <todor.too@gmail.com>
-- 
2.48.1


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

* RE: MAINTAINERS: add a sub-entry for the Qualcomm bluetooth driver
  2025-07-04 14:47 [PATCH] MAINTAINERS: add a sub-entry for the Qualcomm bluetooth driver Bartosz Golaszewski
@ 2025-07-04 15:34 ` bluez.test.bot
  2025-07-04 16:43 ` [PATCH] " Dmitry Baryshkov
  1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2025-07-04 15:34 UTC (permalink / raw)
  To: linux-bluetooth, brgl

[-- Attachment #1: Type: text/plain, Size: 2463 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=979169

---Test result---

Test Summary:
CheckPatch                    PENDING   0.27 seconds
GitLint                       PENDING   0.22 seconds
SubjectPrefix                 FAIL      0.32 seconds
BuildKernel                   PASS      24.24 seconds
CheckAllWarning               PASS      26.52 seconds
CheckSparse                   PASS      29.75 seconds
BuildKernel32                 PASS      24.05 seconds
TestRunnerSetup               PASS      469.68 seconds
TestRunner_l2cap-tester       PASS      25.03 seconds
TestRunner_iso-tester         PASS      35.93 seconds
TestRunner_bnep-tester        PASS      8.37 seconds
TestRunner_mgmt-tester        FAIL      132.95 seconds
TestRunner_rfcomm-tester      PASS      9.25 seconds
TestRunner_sco-tester         PASS      14.66 seconds
TestRunner_ioctl-tester       PASS      10.05 seconds
TestRunner_mesh-tester        FAIL      11.39 seconds
TestRunner_smp-tester         PASS      8.63 seconds
TestRunner_userchan-tester    PASS      6.19 seconds
IncrementalBuild              PENDING   0.92 seconds

Details
##############################
Test: CheckPatch - PENDING
Desc: Run checkpatch.pl script
Output:

##############################
Test: GitLint - PENDING
Desc: Run gitlint
Output:

##############################
Test: SubjectPrefix - FAIL
Desc: Check subject contains "Bluetooth" prefix
Output:
"Bluetooth: " prefix is not specified in the subject
##############################
Test: TestRunner_mgmt-tester - FAIL
Desc: Run mgmt-tester with test-runner
Output:
Total: 490, Passed: 485 (99.0%), Failed: 1, Not Run: 4

Failed Test Cases
LL Privacy - Add Device 2 (2 Devices to AL)          Failed       0.198 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.142 seconds
Mesh - Send cancel - 2                               Timed out    1.989 seconds
##############################
Test: IncrementalBuild - PENDING
Desc: Incremental build with the patches in the series
Output:



---
Regards,
Linux Bluetooth


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

* Re: [PATCH] MAINTAINERS: add a sub-entry for the Qualcomm bluetooth driver
  2025-07-04 14:47 [PATCH] MAINTAINERS: add a sub-entry for the Qualcomm bluetooth driver Bartosz Golaszewski
  2025-07-04 15:34 ` bluez.test.bot
@ 2025-07-04 16:43 ` Dmitry Baryshkov
  1 sibling, 0 replies; 3+ messages in thread
From: Dmitry Baryshkov @ 2025-07-04 16:43 UTC (permalink / raw)
  To: Bartosz Golaszewski
  Cc: Luiz Augusto von Dentz, Shuai Zhang, Stephan Gerhold,
	linux-bluetooth, linux-arm-msm, linux-kernel, Bartosz Golaszewski

On Fri, Jul 04, 2025 at 04:47:24PM +0200, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> 
> Patches modifying drivers/bluetooth/hci_qca.c should be Cc'ed to the
> linux-arm-msm mailing list so that Qualcomm maintainers and reviewers
> can get notified about proposed changes to it. Add a sub-entry that adds
> the mailing list to the list of addresses returned by get_maintainer.pl.
> 
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> ---
>  MAINTAINERS | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index fcc77c93f8db..7fee3d38baf8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -20441,6 +20441,11 @@ S:	Maintained
>  F:	Documentation/devicetree/bindings/net/qcom,bam-dmux.yaml
>  F:	drivers/net/wwan/qcom_bam_dmux.c
>  
> +QUALCOMM BLUETOOTH DRIVER
> +L:	linux-arm-msm@vger.kernel.org
> +S:	Maintained
> +F:	drivers/bluetooth/hci_qca.c

If you are adding an entry, then please also include:
- drivers/bluetooth/btqca.[ch]
- drivers/bluetooth/btqcomsmd.c

> +
>  QUALCOMM CAMERA SUBSYSTEM DRIVER
>  M:	Robert Foss <rfoss@kernel.org>
>  M:	Todor Tomov <todor.too@gmail.com>
> -- 
> 2.48.1
> 

-- 
With best wishes
Dmitry

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

end of thread, other threads:[~2025-07-04 16:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-04 14:47 [PATCH] MAINTAINERS: add a sub-entry for the Qualcomm bluetooth driver Bartosz Golaszewski
2025-07-04 15:34 ` bluez.test.bot
2025-07-04 16:43 ` [PATCH] " Dmitry Baryshkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox