public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: bluez.test.bot@gmail.com
To: linux-bluetooth@vger.kernel.org, luiz.dentz@gmail.com
Subject: RE: [BlueZ,v2,01/12] device: Add initial support for setting DEVICE_FLAG_PAST
Date: Fri, 24 Oct 2025 15:07:26 -0700 (PDT)	[thread overview]
Message-ID: <68fbf89e.050a0220.1fcc29.0dbe@mx.google.com> (raw)
In-Reply-To: <20251024204039.693918-1-luiz.dentz@gmail.com>

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

---Test result---

Test Summary:
CheckPatch                    PENDING   0.30 seconds
GitLint                       PENDING   0.24 seconds
BuildEll                      PASS      20.34 seconds
BluezMake                     PASS      2693.38 seconds
MakeCheck                     PASS      20.63 seconds
MakeDistcheck                 PASS      190.09 seconds
CheckValgrind                 PASS      241.66 seconds
CheckSmatch                   WARNING   316.05 seconds
bluezmakeextell               PASS      131.28 seconds
IncrementalBuild              PENDING   0.29 seconds
ScanBuild                     PASS      945.85 seconds

Details
##############################
Test: CheckPatch - PENDING
Desc: Run checkpatch.pl script
Output:

##############################
Test: GitLint - PENDING
Desc: Run gitlint
Output:

##############################
Test: CheckSmatch - WARNING
Desc: Run smatch tool with source
Output:
src/shared/bap.c:317:25: warning: array of flexible structuressrc/shared/bap.c: note: in included file:./src/shared/ascs.h:88:25: warning: array of flexible structuressrc/shared/bap.c:317:25: warning: array of flexible structuressrc/shared/bap.c: note: in included file:./src/shared/ascs.h:88:25: warning: array of flexible structuressrc/shared/bap.c:317:25: warning: array of flexible structuressrc/shared/bap.c: note: in included file:./src/shared/ascs.h:88:25: warning: array of flexible structuressrc/shared/bap.c:317:25: warning: array of flexible structuressrc/shared/bap.c: note: in included file:./src/shared/ascs.h:88:25: warning: array of flexible structuressrc/shared/bap.c:317:25: warning: array of flexible structuressrc/shared/bap.c: note: in included file:./src/shared/ascs.h:88:25: warning: array of flexible structuressrc/shared/bap.c:317:25: warning: array of flexible structuressrc/shared/bap.c: note: in included file:./src/shared/ascs.h:88:25: warning: array of flexible structuressrc/shared/bap.c:317:25: warning: array of flexible structuressrc/shared/bap.c: note: in included file:./src/shared/ascs.h:88:25: warning: array of flexible structuressrc/shared/bap.c:317:25: warning: array of flexible structuressrc/shared/bap.c: note: in included file:./src/shared/ascs.h:88:25: warning: array of flexible structuressrc/shared/bap.c:317:25: warning: array of flexible structuressrc/shared/bap.c: note: in included file:./src/shared/ascs.h:88:25: warning: array of flexible structures
##############################
Test: IncrementalBuild - PENDING
Desc: Incremental build with the patches in the series
Output:



---
Regards,
Linux Bluetooth


  parent reply	other threads:[~2025-10-24 22:07 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-24 20:40 [PATCH BlueZ v2 01/12] device: Add initial support for setting DEVICE_FLAG_PAST Luiz Augusto von Dentz
2025-10-24 20:40 ` [PATCH BlueZ v2 02/12] bass: Add " Luiz Augusto von Dentz
2025-10-24 20:40 ` [PATCH BlueZ v2 03/12] shared/bap: Add bt_bap_get_db Luiz Augusto von Dentz
2025-10-24 20:40 ` [PATCH BlueZ v2 04/12] shared/bap: Fix no calling attach callback on bt_bap_attach_broadcast Luiz Augusto von Dentz
2025-10-24 20:40 ` [PATCH BlueZ v2 05/12] shared/bap: Fix bt_bap_stream_io_get_qos for broadcast streams Luiz Augusto von Dentz
2025-10-24 20:40 ` [PATCH BlueZ v2 06/12] MediaAssistant: Add Device option to Push Luiz Augusto von Dentz
2025-10-24 20:40 ` [PATCH BlueZ v2 07/12] gatt-database: Add btd_gatt_database_get and btd_gatt_database_get_adapter Luiz Augusto von Dentz
2025-10-24 20:40 ` [PATCH BlueZ v2 08/12] bass: Implement Device option for Push Luiz Augusto von Dentz
2025-10-24 20:40 ` [PATCH BlueZ v2 09/12] client/assistant: Handle assistant.push to own broadcasts Luiz Augusto von Dentz
2025-10-24 20:40 ` [PATCH BlueZ v2 10/12] client/assistant: Detect if object already contains a valid BCode Luiz Augusto von Dentz
2025-10-24 20:40 ` [PATCH BlueZ v2 11/12] client: Add script that setup a broadcast source with 2 BIS Luiz Augusto von Dentz
2025-10-24 20:40 ` [PATCH BlueZ v2 12/12] client: Add script for testing Broadcast Delegator Luiz Augusto von Dentz
2025-10-24 22:07 ` bluez.test.bot [this message]
2025-10-27 13:50 ` [PATCH BlueZ v2 01/12] device: Add initial support for setting DEVICE_FLAG_PAST patchwork-bot+bluetooth

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=68fbf89e.050a0220.1fcc29.0dbe@mx.google.com \
    --to=bluez.test.bot@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=luiz.dentz@gmail.com \
    /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