All of lore.kernel.org
 help / color / mirror / Atom feed
From: bluez.test.bot@gmail.com
To: linux-bluetooth@vger.kernel.org, zuohongsheng@kylinos.cn
Subject: RE: [BlueZ] gatt-server: Fix integer overflow
Date: Thu, 23 Jul 2026 02:58:00 -0700 (PDT)	[thread overview]
Message-ID: <6a61e5a8.3e3849ba.57e62.9471@mx.google.com> (raw)
In-Reply-To: <20260723084231.93626-1-zuohongsheng@kylinos.cn>

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

---Test result---

Test Summary:
CheckPatch                    FAIL      0.42 seconds
GitLint                       PASS      0.30 seconds
BuildEll                      PASS      20.28 seconds
BluezMake                     PASS      490.77 seconds
MakeCheck                     PASS      1.10 seconds
MakeDistcheck                 PASS      150.84 seconds
CheckValgrind                 PASS      147.90 seconds
CheckSmatch                   WARNING   291.15 seconds
bluezmakeextell               PASS      93.95 seconds
IncrementalBuild              PASS      495.99 seconds
ScanBuild                     PASS      863.79 seconds

Details
##############################
Test: CheckPatch - FAIL
Desc: Run checkpatch.pl script
Output:
[BlueZ] gatt-server: Fix integer overflow
WARNING:BRACES: braces {} are not necessary for single statement blocks
#106: FILE: src/shared/gatt-server.c:1192:
+	if (len > UINT16_MAX) {
+		return false;
+	}

/github/workspace/src/patch/14705742.patch total: 0 errors, 1 warnings, 26 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/14705742.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: CheckSmatch - WARNING
Desc: Run smatch tool with source
Output:
src/shared/gatt-server.c:271:25: warning: Variable length array is used.src/shared/gatt-server.c:614:25: warning: Variable length array is used.src/shared/gatt-server.c:712:25: warning: Variable length array is used.src/shared/gatt-server.c:271:25: warning: Variable length array is used.src/shared/gatt-server.c:614:25: warning: Variable length array is used.src/shared/gatt-server.c:712:25: warning: Variable length array is used.src/shared/gatt-server.c:271:25: warning: Variable length array is used.src/shared/gatt-server.c:614:25: warning: Variable length array is used.src/shared/gatt-server.c:712:25: warning: Variable length array is used.


https://github.com/bluez/bluez/pull/2343

---
Regards,
Linux Bluetooth


  reply	other threads:[~2026-07-23  9:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-23  8:42 [PATCH BlueZ] gatt-server: Fix integer overflow zuohsh
2026-07-23  9:58 ` bluez.test.bot [this message]
2026-08-21  3:31 ` [PATCH v2] " zuohsh
2026-08-21  4:46   ` [v2] " bluez.test.bot
2026-08-21  7:35     ` [PATCH v3] gatt-server: Fix integer overflow and 3 CI VLA wanings zuohsh
2026-08-21  8:42       ` [v3] " 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=6a61e5a8.3e3849ba.57e62.9471@mx.google.com \
    --to=bluez.test.bot@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=zuohongsheng@kylinos.cn \
    /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.