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=671217 ---Test result--- Test Summary: CheckPatch FAIL 1.46 seconds GitLint FAIL 0.99 seconds Prep - Setup ELL PASS 26.56 seconds Build - Prep PASS 0.84 seconds Build - Configure PASS 8.48 seconds Build - Make PASS 830.25 seconds Make Check PASS 11.36 seconds Make Check w/Valgrind PASS 289.57 seconds Make Distcheck PASS 234.18 seconds Build w/ext ELL - Configure PASS 8.60 seconds Build w/ext ELL - Make PASS 80.76 seconds Incremental Build w/ patches PASS 0.00 seconds Scan Build PASS 482.01 seconds Details ############################## Test: CheckPatch - FAIL Desc: Run checkpatch.pl script with rule in .checkpatch.conf Output: client/advertising: Fix typos: *_exits --> *_exists WARNING:UNKNOWN_COMMIT_ID: Unknown commit id 'bd0808bf01eb', maybe rebased or not pulled? #106: Fixes: bd0808bf01eb ("client: Add advertise.secondary command") WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '4e7780d0eb94', maybe rebased or not pulled? #107: Fixes: 4e7780d0eb94 ("client/advertising: Add support for setting min/max intervals") WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '068e0ba214b9', maybe rebased or not pulled? #108: Fixes: 068e0ba214b9 ("client: Add set-advertise-{duration, timeout}") WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '5c3a39e642d5', maybe rebased or not pulled? #109: Fixes: 5c3a39e642d5 ("client: Enable set-advertise-appearance to set Appearance") WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '177eccc14523', maybe rebased or not pulled? #110: Fixes: 177eccc14523 ("client: Enable set-advertise-name to set LocalName") WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '806276fe54fa', maybe rebased or not pulled? #111: Fixes: 806276fe54fa ("client: Add advertise.discoverable-timeout command") WARNING:LONG_LINE: line length of 81 exceeds 80 columns #126: FILE: client/advertising.c:332: +static gboolean local_name_exists(const GDBusPropertyTable *property, void *data) WARNING:LONG_LINE: line length of 81 exceeds 80 columns #135: FILE: client/advertising.c:345: +static gboolean appearance_exists(const GDBusPropertyTable *property, void *data) /github/workspace/src/12955218.patch total: 0 errors, 8 warnings, 87 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/12955218.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. ############################## Test: GitLint - FAIL Desc: Run gitlint with rule in .gitlint Output: client/advertising: Fix typos: *_exits --> *_exists 4: B1 Line exceeds max length (85>80): "Fixes: 4e7780d0eb94 ("client/advertising: Add support for setting min/max intervals")" 6: B1 Line exceeds max length (81>80): "Fixes: 5c3a39e642d5 ("client: Enable set-advertise-appearance to set Appearance")" --- Regards, Linux Bluetooth