All of lore.kernel.org
 help / color / mirror / Atom feed
From: bluez.test.bot@gmail.com
To: linux-bluetooth@vger.kernel.org, sven@svenpeter.dev
Subject: RE: Broadcom/Apple Bluetooth driver for Apple Silicon
Date: Wed, 07 Sep 2022 11:19:10 -0700 (PDT)	[thread overview]
Message-ID: <6318e09e.050a0220.93abd.47d8@mx.google.com> (raw)
In-Reply-To: <20220907170935.11757-2-sven@svenpeter.dev>

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

---Test result---

Test Summary:
CheckPatch                    FAIL      2.08 seconds
GitLint                       FAIL      2.87 seconds
SubjectPrefix                 FAIL      1.69 seconds
BuildKernel                   PASS      34.57 seconds
BuildKernel32                 PASS      30.39 seconds
Incremental Build with patchesPASS      112.15 seconds
TestRunner: Setup             PASS      502.59 seconds
TestRunner: l2cap-tester      PASS      17.04 seconds
TestRunner: iso-tester        PASS      15.74 seconds
TestRunner: bnep-tester       PASS      6.33 seconds
TestRunner: mgmt-tester       PASS      100.03 seconds
TestRunner: rfcomm-tester     PASS      9.84 seconds
TestRunner: sco-tester        PASS      9.41 seconds
TestRunner: smp-tester        PASS      9.38 seconds
TestRunner: userchan-tester   PASS      6.45 seconds

Details
##############################
Test: CheckPatch - FAIL - 2.08 seconds
Run checkpatch.pl script with rule in .checkpatch.conf
[v2,1/5] dt-bindings: net: Add generic Bluetooth controller\Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 6, in <module>
    from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#136: 
new file mode 100644

WARNING:DT_SPLIT_BINDING_PATCH: DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.rst

WARNING:DT_SPLIT_BINDING_PATCH: DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.rst

total: 0 errors, 3 warnings, 64 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/12969309.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: GitLint - FAIL - 2.87 seconds
Run gitlint with rule in .gitlint
[v2,1/5] dt-bindings: net: Add generic Bluetooth controller
23: B1 Line exceeds max length (83>80): " create mode 100644 Documentation/devicetree/bindings/net/bluetooth-controller.yaml"

[v2,2/5] dt-bindings: net: Add Broadcom BCM4377 family PCIe Bluetooth
18: B1 Line exceeds max length (85>80): " create mode 100644 Documentation/devicetree/bindings/net/brcm,bcm4377-bluetooth.yaml"

[v2,3/5] Bluetooth: hci_event: Add quirk to ignore byte in LE Extended Adv Report
1: T1 Title exceeds max length (81>80): "[v2,3/5] Bluetooth: hci_event: Add quirk to ignore byte in LE Extended Adv Report"


##############################
Test: SubjectPrefix - FAIL - 1.69 seconds
Check subject contains "Bluetooth" prefix
"Bluetooth: " is not specified in the subject
"Bluetooth: " is not specified in the subject



---
Regards,
Linux Bluetooth


  reply	other threads:[~2022-09-07 18:19 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-07 17:09 [PATCH v2 0/5] Broadcom/Apple Bluetooth driver for Apple Silicon Sven Peter
2022-09-07 17:09 ` Sven Peter
2022-09-07 17:09 ` [PATCH v2 1/5] dt-bindings: net: Add generic Bluetooth controller Sven Peter
2022-09-07 17:09   ` Sven Peter
2022-09-07 18:19   ` bluez.test.bot [this message]
2022-09-08 11:16   ` Krzysztof Kozlowski
2022-09-08 11:16     ` Krzysztof Kozlowski
2022-09-19 15:15     ` Sven Peter
2022-09-19 15:15       ` Sven Peter
2022-09-07 17:09 ` [PATCH v2 2/5] dt-bindings: net: Add Broadcom BCM4377 family PCIe Bluetooth Sven Peter
2022-09-07 17:09   ` Sven Peter
2022-09-08 11:19   ` Krzysztof Kozlowski
2022-09-08 11:19     ` Krzysztof Kozlowski
2022-09-08 11:29     ` Martin Povišer
2022-09-08 11:29       ` Martin Povišer
2022-09-08 11:34       ` Krzysztof Kozlowski
2022-09-08 11:34         ` Krzysztof Kozlowski
2022-09-08 11:30     ` Hector Martin
2022-09-08 11:30       ` Hector Martin
2022-09-12 21:12     ` Rob Herring
2022-09-12 21:12       ` Rob Herring
2022-09-15 13:09       ` Rob Herring
2022-09-15 13:09         ` Rob Herring
2022-09-19 15:15         ` Sven Peter
2022-09-19 15:15           ` Sven Peter
2022-09-07 17:09 ` [PATCH v2 3/5] Bluetooth: hci_event: Add quirk to ignore byte in LE Extended Adv Report Sven Peter
2022-09-07 17:09   ` Sven Peter
2022-09-07 18:49   ` Luiz Augusto von Dentz
2022-09-07 18:49     ` Luiz Augusto von Dentz
2022-09-07 19:21     ` Sven Peter
2022-09-07 19:21       ` Sven Peter
2022-09-07 17:09 ` [PATCH v2 4/5] Bluetooth: Add quirk to disable extended scanning Sven Peter
2022-09-07 17:09   ` Sven Peter
2022-09-07 17:09 ` [PATCH v2 5/5] Bluetooth: hci_bcm4377: Add new driver for BCM4377 PCI boards Sven Peter
2022-09-07 17:09   ` Sven Peter
  -- strict thread matches above, loose matches on Subject: below --
2022-11-04 21:12 [PATCH v5 1/7] dt-bindings: net: Add generic Bluetooth controller Sven Peter
2022-11-04 22:04 ` Broadcom/Apple Bluetooth driver for Apple Silicon bluez.test.bot
2022-11-04 22:37   ` Luiz Augusto von Dentz
2022-11-05 10:44     ` Sven Peter
2022-10-27 15:08 [PATCH v4 1/7] dt-bindings: net: Add generic Bluetooth controller Sven Peter
2022-10-27 16:13 ` Broadcom/Apple Bluetooth driver for Apple Silicon bluez.test.bot
2022-10-28 19:04   ` Luiz Augusto von Dentz
2022-09-19 16:48 [PATCH v3 1/7] dt-bindings: net: Add generic Bluetooth controller Sven Peter
2022-09-19 17:36 ` Broadcom/Apple Bluetooth driver for Apple Silicon bluez.test.bot
2022-08-01 10:36 [PATCH 1/5] dt-bindings: net: Add generic Bluetooth controller Sven Peter
2022-08-01 11:15 ` Broadcom/Apple Bluetooth driver for Apple Silicon 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=6318e09e.050a0220.93abd.47d8@mx.google.com \
    --to=bluez.test.bot@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=sven@svenpeter.dev \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.