From: Christian Eggers <noreply@github.com>
To: linux-bluetooth@vger.kernel.org
Subject: [bluez/bluez] 451fff: client/mgmt: fix compiler error
Date: Wed, 25 Feb 2026 11:19:52 -0800 [thread overview]
Message-ID: <bluez/bluez/push/refs/heads/master/a96f5f-bf52d6@github.com> (raw)
Branch: refs/heads/master
Home: https://github.com/bluez/bluez
Commit: 451fff520c8a02dd8d45c9c676a206d1c06b5325
https://github.com/bluez/bluez/commit/451fff520c8a02dd8d45c9c676a206d1c06b5325
Author: Christian Eggers <ceggers@arri.de>
Date: 2026-02-25 (Wed, 25 Feb 2026)
Changed paths:
M client/mgmt.c
Log Message:
-----------
client/mgmt: fix compiler error
client/mgmt.c: In function ‘str2bytearray’:
client/mgmt.c:2385:23: error: comparison of integer expressions of
different signedness: ‘unsigned int’ and ‘long int’
[-Werror=sign-compare]
2385 | if (i >= *val_len) {
| ^~
Commit: 9648dbaa8d01090353c7987a709ab9c6ba5bda3c
https://github.com/bluez/bluez/commit/9648dbaa8d01090353c7987a709ab9c6ba5bda3c
Author: Christian Eggers <ceggers@arri.de>
Date: 2026-02-25 (Wed, 25 Feb 2026)
Changed paths:
M tools/btgatt-client.c
M tools/btgatt-server.c
Log Message:
-----------
tools: btgatt-client/-server: replace ATT_CID with 'shared' BT_ATT_CID
Avoid multiple definitions of the same value.
Commit: 7617732fd20b39144e9a430e625a071af4f2225c
https://github.com/bluez/bluez/commit/7617732fd20b39144e9a430e625a071af4f2225c
Author: Christian Eggers <ceggers@arri.de>
Date: 2026-02-25 (Wed, 25 Feb 2026)
Changed paths:
M src/adapter.c
M src/device.c
Log Message:
-----------
src: replace ATT_CID with 'shared' BT_ATT_CID
Avoid multiple definitions of the same value.
Commit: 5767a7dded4f7b8424d8f803f9ae84a3cacba259
https://github.com/bluez/bluez/commit/5767a7dded4f7b8424d8f803f9ae84a3cacba259
Author: Christian Eggers <ceggers@arri.de>
Date: 2026-02-25 (Wed, 25 Feb 2026)
Changed paths:
M peripheral/gatt.c
Log Message:
-----------
peripheral: replace ATT_CID with shared BT_ATT_CID
Avoid multiple definitions of the same value.
Commit: cd6a809f7b43b00f3e05f4c46ffa74756aaa2a7d
https://github.com/bluez/bluez/commit/cd6a809f7b43b00f3e05f4c46ffa74756aaa2a7d
Author: Christian Eggers <ceggers@arri.de>
Date: 2026-02-25 (Wed, 25 Feb 2026)
Changed paths:
M attrib/att.h
M attrib/gatttool.c
M attrib/interactive.c
M attrib/utils.c
Log Message:
-----------
attrib: replace ATT_CID with 'shared' BT_ATT_CID
Avoid multiple definitions of the same value.
Commit: 776f9062c8450bb9b37297f1f01c0c9800dfdc91
https://github.com/bluez/bluez/commit/776f9062c8450bb9b37297f1f01c0c9800dfdc91
Author: Christian Eggers <ceggers@arri.de>
Date: 2026-02-25 (Wed, 25 Feb 2026)
Changed paths:
M attrib/att.h
M src/device.c
Log Message:
-----------
src: replace ATT_PSM with 'shared' BT_ATT_PSM
Avoid multiple definitions of the same value.
Commit: d5c85b052eeaf34dec1b2e85144615c7b99d0af2
https://github.com/bluez/bluez/commit/d5c85b052eeaf34dec1b2e85144615c7b99d0af2
Author: Christian Eggers <ceggers@arri.de>
Date: 2026-02-25 (Wed, 25 Feb 2026)
Changed paths:
M tools/btgatt-server.c
Log Message:
-----------
tools: btgatt-server: remove unused member 'fd'
Commit: c8a7462f34907248a6259e8a26b79baaa1f7245b
https://github.com/bluez/bluez/commit/c8a7462f34907248a6259e8a26b79baaa1f7245b
Author: Christian Eggers <ceggers@arri.de>
Date: 2026-02-25 (Wed, 25 Feb 2026)
Changed paths:
M lib/bluetooth/l2cap.h
M tools/l2test.c
Log Message:
-----------
l2test: add comment to -F <fcs> option
Clarify that this option has affect for BR/EDR sockets only. Use defines
instead of magic numbers.
Commit: bf52d63014fb68ba027629118837a8031abfeff4
https://github.com/bluez/bluez/commit/bf52d63014fb68ba027629118837a8031abfeff4
Author: Christian Eggers <ceggers@arri.de>
Date: 2026-02-25 (Wed, 25 Feb 2026)
Changed paths:
M tools/l2test.c
Log Message:
-----------
l2test: small improvements for deferred setup
- don't pass arbitrary option values to the kernel (the kernel only
checks for zero / non-zero)
- centralize authorization of new connections in listen()
- improve documentation of command line option
Compare: https://github.com/bluez/bluez/compare/a96f5f4eba9a...bf52d63014fb
To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications
reply other threads:[~2026-02-25 19:19 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=bluez/bluez/push/refs/heads/master/a96f5f-bf52d6@github.com \
--to=noreply@github.com \
--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