linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net] MAINTAINERS: skip CCing netdev for Bluetooth patches
@ 2023-05-17  1:42 Jakub Kicinski
  2023-05-17  2:27 ` [net] " bluez.test.bot
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jakub Kicinski @ 2023-05-17  1:42 UTC (permalink / raw)
  To: davem
  Cc: netdev, edumazet, pabeni, Jakub Kicinski, marcel, johan.hedberg,
	luiz.dentz, linux-bluetooth

As requested by Marcel skip netdev for Bluetooth patches.
Bluetooth has its own mailing list and overloading netdev
leads to fewer people reading it.

Link: https://lore.kernel.org/netdev/639C8EA4-1F6E-42BE-8F04-E4A753A6EFFC@holtmann.org/
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
---
CC: marcel@holtmann.org
CC: johan.hedberg@gmail.com
CC: luiz.dentz@gmail.com
CC: linux-bluetooth@vger.kernel.org
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4a62fc5c6551..112bde4d6d26 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14638,6 +14638,7 @@ F:	include/uapi/linux/netdevice.h
 F:	lib/net_utils.c
 F:	lib/random32.c
 F:	net/
+X:	net/bluetooth/
 F:	tools/net/
 F:	tools/testing/selftests/net/
 
-- 
2.40.1


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

* RE: [net] MAINTAINERS: skip CCing netdev for Bluetooth patches
  2023-05-17  1:42 [PATCH net] MAINTAINERS: skip CCing netdev for Bluetooth patches Jakub Kicinski
@ 2023-05-17  2:27 ` bluez.test.bot
  2023-05-17  9:29 ` [PATCH net] " Simon Horman
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bluez.test.bot @ 2023-05-17  2:27 UTC (permalink / raw)
  To: linux-bluetooth, kuba

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

---Test result---

Test Summary:
CheckPatch                    PASS      0.57 seconds
GitLint                       FAIL      0.57 seconds
SubjectPrefix                 FAIL      0.34 seconds
BuildKernel                   PASS      32.33 seconds
CheckAllWarning               PASS      34.99 seconds
CheckSparse                   PASS      39.77 seconds
CheckSmatch                   PASS      108.64 seconds
BuildKernel32                 PASS      31.08 seconds
TestRunnerSetup               PASS      445.03 seconds
TestRunner_l2cap-tester       PASS      17.21 seconds
TestRunner_iso-tester         PASS      21.47 seconds
TestRunner_bnep-tester        PASS      5.62 seconds
TestRunner_mgmt-tester        PASS      116.78 seconds
TestRunner_rfcomm-tester      PASS      9.11 seconds
TestRunner_sco-tester         PASS      8.36 seconds
TestRunner_ioctl-tester       PASS      9.70 seconds
TestRunner_mesh-tester        PASS      7.08 seconds
TestRunner_smp-tester         PASS      8.09 seconds
TestRunner_userchan-tester    PASS      5.90 seconds
IncrementalBuild              PASS      29.36 seconds

Details
##############################
Test: GitLint - FAIL
Desc: Run gitlint
Output:
[net] MAINTAINERS: skip CCing netdev for Bluetooth patches

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
7: B1 Line exceeds max length (87>80): "Link: https://lore.kernel.org/netdev/639C8EA4-1F6E-42BE-8F04-E4A753A6EFFC@holtmann.org/"
##############################
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] 5+ messages in thread

* Re: [PATCH net] MAINTAINERS: skip CCing netdev for Bluetooth patches
  2023-05-17  1:42 [PATCH net] MAINTAINERS: skip CCing netdev for Bluetooth patches Jakub Kicinski
  2023-05-17  2:27 ` [net] " bluez.test.bot
@ 2023-05-17  9:29 ` Simon Horman
  2023-05-18  4:40 ` patchwork-bot+netdevbpf
  2023-06-06  0:36 ` patchwork-bot+bluetooth
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2023-05-17  9:29 UTC (permalink / raw)
  To: Jakub Kicinski
  Cc: davem, netdev, edumazet, pabeni, marcel, johan.hedberg,
	luiz.dentz, linux-bluetooth

On Tue, May 16, 2023 at 06:42:53PM -0700, Jakub Kicinski wrote:
> As requested by Marcel skip netdev for Bluetooth patches.
> Bluetooth has its own mailing list and overloading netdev
> leads to fewer people reading it.
> 
> Link: https://lore.kernel.org/netdev/639C8EA4-1F6E-42BE-8F04-E4A753A6EFFC@holtmann.org/
> Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Reviewed-by: Simon Horman <simon.horman@corigine.com>


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

* Re: [PATCH net] MAINTAINERS: skip CCing netdev for Bluetooth patches
  2023-05-17  1:42 [PATCH net] MAINTAINERS: skip CCing netdev for Bluetooth patches Jakub Kicinski
  2023-05-17  2:27 ` [net] " bluez.test.bot
  2023-05-17  9:29 ` [PATCH net] " Simon Horman
@ 2023-05-18  4:40 ` patchwork-bot+netdevbpf
  2023-06-06  0:36 ` patchwork-bot+bluetooth
  3 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-05-18  4:40 UTC (permalink / raw)
  To: Jakub Kicinski
  Cc: davem, netdev, edumazet, pabeni, marcel, johan.hedberg,
	luiz.dentz, linux-bluetooth

Hello:

This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 16 May 2023 18:42:53 -0700 you wrote:
> As requested by Marcel skip netdev for Bluetooth patches.
> Bluetooth has its own mailing list and overloading netdev
> leads to fewer people reading it.
> 
> Link: https://lore.kernel.org/netdev/639C8EA4-1F6E-42BE-8F04-E4A753A6EFFC@holtmann.org/
> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
> 
> [...]

Here is the summary with links:
  - [net] MAINTAINERS: skip CCing netdev for Bluetooth patches
    https://git.kernel.org/netdev/net/c/bfa00d8f98f7

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* Re: [PATCH net] MAINTAINERS: skip CCing netdev for Bluetooth patches
  2023-05-17  1:42 [PATCH net] MAINTAINERS: skip CCing netdev for Bluetooth patches Jakub Kicinski
                   ` (2 preceding siblings ...)
  2023-05-18  4:40 ` patchwork-bot+netdevbpf
@ 2023-06-06  0:36 ` patchwork-bot+bluetooth
  3 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+bluetooth @ 2023-06-06  0:36 UTC (permalink / raw)
  To: Jakub Kicinski
  Cc: davem, netdev, edumazet, pabeni, marcel, johan.hedberg,
	luiz.dentz, linux-bluetooth

Hello:

This patch was applied to bluetooth/bluetooth-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 16 May 2023 18:42:53 -0700 you wrote:
> As requested by Marcel skip netdev for Bluetooth patches.
> Bluetooth has its own mailing list and overloading netdev
> leads to fewer people reading it.
> 
> Link: https://lore.kernel.org/netdev/639C8EA4-1F6E-42BE-8F04-E4A753A6EFFC@holtmann.org/
> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
> 
> [...]

Here is the summary with links:
  - [net] MAINTAINERS: skip CCing netdev for Bluetooth patches
    https://git.kernel.org/bluetooth/bluetooth-next/c/bfa00d8f98f7

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2023-06-06  0:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-17  1:42 [PATCH net] MAINTAINERS: skip CCing netdev for Bluetooth patches Jakub Kicinski
2023-05-17  2:27 ` [net] " bluez.test.bot
2023-05-17  9:29 ` [PATCH net] " Simon Horman
2023-05-18  4:40 ` patchwork-bot+netdevbpf
2023-06-06  0:36 ` patchwork-bot+bluetooth

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).