From: bluez.test.bot@gmail.com
To: linux-bluetooth@vger.kernel.org, devnull+yang.li.amlogic.com@kernel.org
Subject: RE: Add support for Amlogic HCI UART
Date: Fri, 05 Jul 2024 04:57:44 -0700 (PDT) [thread overview]
Message-ID: <6687dfb8.050a0220.f6c5d.4d0d@mx.google.com> (raw)
In-Reply-To: <20240705-btaml-v1-1-7f1538f98cef@amlogic.com>
[-- Attachment #1: Type: text/plain, Size: 3676 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=868771
---Test result---
Test Summary:
CheckPatch FAIL 3.93 seconds
GitLint PASS 1.09 seconds
SubjectPrefix FAIL 0.62 seconds
BuildKernel PASS 29.63 seconds
CheckAllWarning PASS 31.70 seconds
CheckSparse PASS 37.61 seconds
CheckSmatch PASS 102.57 seconds
BuildKernel32 PASS 28.14 seconds
TestRunnerSetup PASS 516.65 seconds
TestRunner_l2cap-tester PASS 24.03 seconds
TestRunner_iso-tester PASS 36.81 seconds
TestRunner_bnep-tester PASS 4.73 seconds
TestRunner_mgmt-tester PASS 114.97 seconds
TestRunner_rfcomm-tester PASS 7.36 seconds
TestRunner_sco-tester PASS 15.02 seconds
TestRunner_ioctl-tester PASS 7.77 seconds
TestRunner_mesh-tester PASS 7.94 seconds
TestRunner_smp-tester PASS 6.88 seconds
TestRunner_userchan-tester PASS 4.92 seconds
IncrementalBuild PASS 43.79 seconds
Details
##############################
Test: CheckPatch - FAIL
Desc: Run checkpatch.pl script
Output:
[1/4] dt-bindings: net: bluetooth: Add support for Amlogic Bluetooth
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#93:
new file mode 100644
total: 0 errors, 1 warnings, 62 lines checked
NOTE: For some of the reported defects, checkpatch may be able to
mechanically convert to the typical style using --fix or --fix-inplace.
/github/workspace/src/src/13724976.patch has style problems, please review.
NOTE: Ignored message types: UNKNOWN_COMMIT_ID
NOTE: If any of the errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
[2/4] Bluetooth: hci_uart: Add support for Amlogic HCI UART
WARNING: Co-developed-by and Signed-off-by: name/email do not match
#90:
Co-developed-by: Ye He <ye.he@amlogic.com>
Signed-off-by: Yang Li <yang.li@amlogic.com>
WARNING: please write a help paragraph that fully describes the config symbol
#108: FILE: drivers/bluetooth/Kconfig:276:
+config BT_HCIUART_AML
+ bool "Amlogic protocol support"
+ depends on BT_HCIUART
+ depends on BT_HCIUART_SERDEV
+ select BT_HCIUART_H4
+ select FW_LOADER
+ select POWER_SEQUENCING_AML_WCN
+ help
+ The Amlogic protocol support enables Bluetooth HCI over serial
+ port interface for Amlogic Bluetooth controllers.
+
+ Say Y here to compile support for HCI AML protocol.
+
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#135:
new file mode 100644
total: 0 errors, 3 warnings, 816 lines checked
NOTE: For some of the reported defects, checkpatch may be able to
mechanically convert to the typical style using --fix or --fix-inplace.
/github/workspace/src/src/13724978.patch has style problems, please review.
NOTE: Ignored message types: UNKNOWN_COMMIT_ID
NOTE: If any of the errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
##############################
Test: SubjectPrefix - FAIL
Desc: Check subject contains "Bluetooth" prefix
Output:
"Bluetooth: " prefix is not specified in the subject
"Bluetooth: " prefix is not specified in the subject
"Bluetooth: " prefix is not specified in the subject
---
Regards,
Linux Bluetooth
next prev parent reply other threads:[~2024-07-05 11:57 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-05 11:20 [PATCH 0/4] Add support for Amlogic HCI UART Yang Li via B4 Relay
2024-07-05 11:20 ` [PATCH 1/4] dt-bindings: net: bluetooth: Add support for Amlogic Bluetooth Yang Li via B4 Relay
2024-07-05 11:57 ` bluez.test.bot [this message]
2024-07-07 13:08 ` Krzysztof Kozlowski
2024-07-11 10:58 ` Yang Li
2024-07-05 11:20 ` [PATCH 2/4] Bluetooth: hci_uart: Add support for Amlogic HCI UART Yang Li via B4 Relay
2024-07-07 13:10 ` Krzysztof Kozlowski
2024-07-11 10:33 ` Yang Li
2024-07-09 14:41 ` Luiz Augusto von Dentz
2024-07-11 11:59 ` Yang Li
2024-07-05 11:20 ` [PATCH 3/4] arm64: defconfig: Enable hci_uart for Amlogic Bluetooth Yang Li via B4 Relay
2024-07-07 13:08 ` Krzysztof Kozlowski
2024-07-11 11:40 ` Yang Li
2024-07-11 12:19 ` Krzysztof Kozlowski
2024-07-12 11:13 ` Yang Li
2024-07-05 11:20 ` [PATCH 4/4] MAINTAINERS: Add an entry for Amlogic HCI UART Yang Li via B4 Relay
2024-07-07 13:11 ` Krzysztof Kozlowski
2024-07-11 10:59 ` Yang Li
2024-07-12 12:34 ` Paul Menzel
2024-07-16 2:48 ` Yang Li
-- strict thread matches above, loose matches on Subject: below --
2024-07-18 7:42 [PATCH v2 1/3] dt-bindings: net: bluetooth: Add support for Amlogic Bluetooth Yang Li via B4 Relay
2024-07-18 8:38 ` Add support for Amlogic HCI UART bluez.test.bot
2024-08-02 9:39 [PATCH v3 1/3] dt-bindings: net: bluetooth: Add support for Amlogic Bluetooth Yang Li via B4 Relay
2024-08-02 10:36 ` Add support for Amlogic HCI UART bluez.test.bot
2024-08-09 5:42 [PATCH v4 1/3] dt-bindings: net: bluetooth: Add support for Amlogic Bluetooth Yang Li via B4 Relay
2024-08-09 6:40 ` Add support for Amlogic HCI UART bluez.test.bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6687dfb8.050a0220.f6c5d.4d0d@mx.google.com \
--to=bluez.test.bot@gmail.com \
--cc=devnull+yang.li.amlogic.com@kernel.org \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox