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, hadess@hadess.net
Subject: RE: Fix typos
Date: Thu, 03 Jul 2025 03:34:29 -0700 (PDT)	[thread overview]
Message-ID: <68665cb5.050a0220.1f561d.588b@mx.google.com> (raw)
In-Reply-To: <20250703085630.935452-2-hadess@hadess.net>

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

---Test result---

Test Summary:
CheckPatch                    PENDING   0.30 seconds
GitLint                       PENDING   0.28 seconds
BuildEll                      PASS      20.46 seconds
BluezMake                     PASS      2789.69 seconds
MakeCheck                     PASS      20.76 seconds
MakeDistcheck                 PASS      203.01 seconds
CheckValgrind                 PASS      280.92 seconds
CheckSmatch                   WARNING   311.11 seconds
bluezmakeextell               PASS      131.11 seconds
IncrementalBuild              PENDING   0.30 seconds
ScanBuild                     PASS      935.69 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:
emulator/btdev.c:456:29: warning: Variable length array is used.mesh/mesh-io-mgmt.c:524:67: warning: Variable length array is used.monitor/att.c: note: in included file:monitor/display.h:82:26: warning: Variable length array is used.monitor/l2cap.c: note: in included file:monitor/display.h:82:26: warning: Variable length array is used.monitor/msft.c: note: in included file:monitor/msft.h:88:44: warning: array of flexible structuresmonitor/packet.c: note: in included file:monitor/display.h:82:26: warning: Variable length array is used.monitor/packet.c:1918:26: warning: Variable length array is used.monitor/packet.c: note: in included file:monitor/bt.h:3822:52: warning: array of flexible structuresmonitor/bt.h:3810:40: 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/crypto.c:271:21: warning: Variable length array is used.src/shared/crypto.c:272:23: warning: Variable length array is used.src/shared/crypto.c:271:21: warning: Variable length array is used.src/shared/crypto.c:272:23: warning: Variable length array is used.src/shared/crypto.c:271:21: warning: Variable length array is used.src/shared/crypto.c:272:23: warning: Variable length array is used.src/shared/gatt-server.c:278:25: warning: Variable length array is used.src/shared/gatt-server.c:618:25: warning: Variable length array is used.src/shared/gatt-server.c:716:25: warning: Variable length array is used.src/shared/gatt-server.c:278:25: warning: Variable length array is used.src/shared/gatt-server.c:618:25: warning: Variable length array is used.src/shared/gatt-server.c:716:25: warning: Variable length array is used.src/shared/gatt-server.c:278:25: warning: Variable length array is used.src/shared/gatt-server.c:618:25: warning: Variable length array is used.src/shared/gatt-server.c:716:25: warning: Variable length array is used.tools/bneptest.c:634:39: warning: unknown escape sequence: '\%'tools/mesh-gatt/node.c:456:39: warning: non-ANSI function declaration of function 'node_get_local_node'tools/mesh-gatt/prov.c: note: in included file (through /usr/include/readline/readline.h):tools/meshctl.c:324:33: warning: non-ANSI function declaration of function 'forget_mesh_devices'tools/rctest.c:627:33: warning: non-ANSI function declaration of function 'automated_send_recv'
##############################
Test: IncrementalBuild - PENDING
Desc: Incremental build with the patches in the series
Output:



---
Regards,
Linux Bluetooth


  reply	other threads:[~2025-07-03 10:34 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-03  8:53 [PATCH BlueZ 00/19] Fix typos Bastien Nocera
2025-07-03  8:53 ` [PATCH BlueZ 01/19] android: " Bastien Nocera
2025-07-03 10:34   ` bluez.test.bot [this message]
2025-07-04  8:54   ` Bastien Nocera
2025-07-03  8:53 ` [PATCH BlueZ 02/19] Fix typos in top-level project docs Bastien Nocera
2025-07-03  8:53 ` [PATCH BlueZ 03/19] attrib: Fix typos Bastien Nocera
2025-07-03  8:53 ` [PATCH BlueZ 04/19] doc: " Bastien Nocera
2025-07-03  8:53 ` [PATCH BlueZ 05/19] client: " Bastien Nocera
2025-07-03  8:53 ` [PATCH BlueZ 06/19] emulator: " Bastien Nocera
2025-07-03  8:53 ` [PATCH BlueZ 07/19] gobex: " Bastien Nocera
2025-07-03  8:53 ` [PATCH BlueZ 08/19] lib: " Bastien Nocera
2025-07-03  8:53 ` [PATCH BlueZ 09/19] mesh: " Bastien Nocera
2025-07-03  8:53 ` [PATCH BlueZ 10/19] monitor: " Bastien Nocera
2025-07-03  8:53 ` [PATCH BlueZ 11/19] obexd: " Bastien Nocera
2025-07-03  8:53 ` [PATCH BlueZ 12/19] peripheral: Fix typo Bastien Nocera
2025-07-03  8:53 ` [PATCH BlueZ 13/19] plugins: Fix typos Bastien Nocera
2025-07-03  8:53 ` [PATCH BlueZ 14/19] profiles: " Bastien Nocera
2025-07-03  8:53 ` [PATCH BlueZ 15/19] src: " Bastien Nocera
2025-07-03  8:53 ` [PATCH BlueZ 16/19] shared: " Bastien Nocera
2025-07-03  8:53 ` [PATCH BlueZ 17/19] test: " Bastien Nocera
2025-07-03  8:53 ` [PATCH BlueZ 18/19] unit: " Bastien Nocera
2025-07-03  8:53 ` [PATCH BlueZ 19/19] tools: " Bastien Nocera
2025-07-07 18:10 ` [PATCH BlueZ 00/19] " 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=68665cb5.050a0220.1f561d.588b@mx.google.com \
    --to=bluez.test.bot@gmail.com \
    --cc=hadess@hadess.net \
    --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