Message ID | 20230517014253.1233333-1-kuba@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | bfa00d8f98f7c5e582b04f874aecb83af8da84c6 |
Headers | show |
Series | [net] MAINTAINERS: skip CCing netdev for Bluetooth patches | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/CheckPatch | success | CheckPatch PASS |
tedd_an/GitLint | fail | 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/" |
tedd_an/SubjectPrefix | fail | "Bluetooth: " prefix is not specified in the subject |
tedd_an/BuildKernel | success | BuildKernel PASS |
tedd_an/CheckAllWarning | success | CheckAllWarning PASS |
tedd_an/CheckSparse | success | CheckSparse PASS |
tedd_an/CheckSmatch | success | CheckSparse PASS |
tedd_an/BuildKernel32 | success | BuildKernel32 PASS |
tedd_an/TestRunnerSetup | success | TestRunnerSetup PASS |
tedd_an/TestRunner_l2cap-tester | success | TestRunner PASS |
tedd_an/TestRunner_iso-tester | success | TestRunner PASS |
tedd_an/TestRunner_bnep-tester | success | TestRunner PASS |
tedd_an/TestRunner_mgmt-tester | success | TestRunner PASS |
tedd_an/TestRunner_rfcomm-tester | success | TestRunner PASS |
tedd_an/TestRunner_sco-tester | success | TestRunner PASS |
tedd_an/TestRunner_ioctl-tester | success | TestRunner PASS |
tedd_an/TestRunner_mesh-tester | success | TestRunner PASS |
tedd_an/TestRunner_smp-tester | success | TestRunner PASS |
tedd_an/TestRunner_userchan-tester | success | TestRunner PASS |
tedd_an/IncrementalBuild | success | Incremental Build PASS |
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
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>
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!
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!
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/
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(+)