From: bluez.test.bot@gmail.com
To: linux-bluetooth@vger.kernel.org, m.kurz@irregular.at
Subject: RE: Add component batteries and Fast Pair Message Stream
Date: Fri, 21 Aug 2026 10:08:10 -0700 (PDT) [thread overview]
Message-ID: <6a8885fa.bb95a62e.38334b.ba6d@mx.google.com> (raw)
In-Reply-To: <629f0d030e62a80caef0265bd04f541cb8eb0693.1787327795.git.m.kurz@irregular.at>
[-- Attachment #1: Type: text/plain, Size: 4875 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=1149924
---Test result---
Test Summary:
CheckPatch FAIL 3.10 seconds
GitLint PASS 1.34 seconds
BuildEll PASS 21.53 seconds
BluezMake PASS 626.39 seconds
MakeCheck PASS 19.77 seconds
MakeDistcheck PASS 165.13 seconds
CheckValgrind PASS 236.59 seconds
CheckSmatch PASS 320.33 seconds
bluezmakeextell PASS 103.89 seconds
IncrementalBuild PASS 669.66 seconds
ScanBuild PASS 1035.62 seconds
Details
##############################
Test: CheckPatch - FAIL
Desc: Run checkpatch.pl script
Output:
[BlueZ,v2,1/4] battery: Add component battery objects
WARNING:BAD_SIGN_OFF: Non-standard signature: Assisted-by:
#114:
Assisted-by: Codex:gpt-5.6-sol
ERROR:BAD_SIGN_OFF: Unrecognized email address: 'Codex:gpt-5.6-sol'
#114:
Assisted-by: Codex:gpt-5.6-sol
/github/workspace/src/patch/14762094.patch total: 1 errors, 1 warnings, 575 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/patch/14762094.patch has style problems, please review.
NOTE: Ignored message types: COMMIT_MESSAGE COMPLEX_MACRO CONST_STRUCT FILE_PATH_CHANGES MISSING_SIGN_OFF PREFER_PACKED SPDX_LICENSE_TAG SPLIT_STRING SSCANF_TO_KSTRTO
NOTE: If any of the errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
[BlueZ,v2,2/4] doc: Document component battery objects
WARNING:BAD_SIGN_OFF: Non-standard signature: Assisted-by:
#107:
Assisted-by: Codex:gpt-5.6-sol
ERROR:BAD_SIGN_OFF: Unrecognized email address: 'Codex:gpt-5.6-sol'
#107:
Assisted-by: Codex:gpt-5.6-sol
/github/workspace/src/patch/14762093.patch total: 1 errors, 1 warnings, 70 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/patch/14762093.patch has style problems, please review.
NOTE: Ignored message types: COMMIT_MESSAGE COMPLEX_MACRO CONST_STRUCT FILE_PATH_CHANGES MISSING_SIGN_OFF PREFER_PACKED SPDX_LICENSE_TAG SPLIT_STRING SSCANF_TO_KSTRTO
NOTE: If any of the errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
[BlueZ,v2,3/4] fastpair: Add Message Stream battery profile
WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#110:
https://developers.google.com/nearby/fast-pair/specifications/extensions/messagestream
WARNING:BAD_SIGN_OFF: Non-standard signature: Assisted-by:
#132:
Assisted-by: Codex:gpt-5.6-sol
ERROR:BAD_SIGN_OFF: Unrecognized email address: 'Codex:gpt-5.6-sol'
#132:
Assisted-by: Codex:gpt-5.6-sol
/github/workspace/src/patch/14762096.patch total: 1 errors, 2 warnings, 1207 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/patch/14762096.patch has style problems, please review.
NOTE: Ignored message types: COMMIT_MESSAGE COMPLEX_MACRO CONST_STRUCT FILE_PATH_CHANGES MISSING_SIGN_OFF PREFER_PACKED SPDX_LICENSE_TAG SPLIT_STRING SSCANF_TO_KSTRTO
NOTE: If any of the errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
[BlueZ,v2,4/4] test: Add Fast Pair Message Stream tool
WARNING:BAD_SIGN_OFF: Non-standard signature: Assisted-by:
#111:
Assisted-by: Codex:gpt-5.6-sol
ERROR:BAD_SIGN_OFF: Unrecognized email address: 'Codex:gpt-5.6-sol'
#111:
Assisted-by: Codex:gpt-5.6-sol
ERROR:EXECUTE_PERMISSIONS: do not set execute permissions for source files
#132: FILE: test/test-fastpair
/github/workspace/src/patch/14762095.patch total: 2 errors, 1 warnings, 576 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/patch/14762095.patch has style problems, please review.
NOTE: Ignored message types: COMMIT_MESSAGE COMPLEX_MACRO CONST_STRUCT FILE_PATH_CHANGES MISSING_SIGN_OFF PREFER_PACKED SPDX_LICENSE_TAG SPLIT_STRING SSCANF_TO_KSTRTO
NOTE: If any of the errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
https://github.com/bluez/bluez/pull/2428
---
Regards,
Linux Bluetooth
next prev parent reply other threads:[~2026-08-21 17:08 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-21 16:07 [PATCH BlueZ v2 0/4] Add component batteries and Fast Pair Message Stream Matthias Kurz
2026-08-21 16:08 ` [PATCH BlueZ v2 1/4] battery: Add component battery objects Matthias Kurz
2026-08-21 17:08 ` bluez.test.bot [this message]
2026-08-21 16:08 ` [PATCH BlueZ v2 2/4] doc: Document " Matthias Kurz
2026-08-21 16:08 ` [PATCH BlueZ v2 3/4] fastpair: Add Message Stream battery profile Matthias Kurz
2026-08-21 16:08 ` [PATCH BlueZ v2 4/4] test: Add Fast Pair Message Stream tool Matthias Kurz
-- strict thread matches above, loose matches on Subject: below --
2026-08-19 22:31 [PATCH BlueZ 1/4] battery: Add component battery objects Matthias Kurz
2026-08-19 23:37 ` Add component batteries and Fast Pair Message Stream 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=6a8885fa.bb95a62e.38334b.ba6d@mx.google.com \
--to=bluez.test.bot@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=m.kurz@irregular.at \
/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