From: patchwork-bot+bluetooth@kernel.org
To: Christian Eggers <ceggers@arri.de>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH BlueZ 01/12] client/mgmt: fix compiler error
Date: Wed, 25 Feb 2026 18:50:06 +0000 [thread overview]
Message-ID: <177204540629.868689.1287591271474106141.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260225161715.20394-1-ceggers@arri.de>
Hello:
This series was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:
On Wed, 25 Feb 2026 17:17:04 +0100 you wrote:
> 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) {
> | ^~
>
> [...]
Here is the summary with links:
- [BlueZ,01/12] client/mgmt: fix compiler error
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=451fff520c8a
- [BlueZ,02/12] tools: btgatt-client/-server: replace ATT_CID with 'shared' BT_ATT_CID
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=9648dbaa8d01
- [BlueZ,03/12] src: replace ATT_CID with 'shared' BT_ATT_CID
(no matching commit)
- [BlueZ,04/12] peripheral: replace ATT_CID with shared BT_ATT_CID
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=5767a7dded4f
- [BlueZ,05/12] attrib: replace ATT_CID with 'shared' BT_ATT_CID
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=cd6a809f7b43
- [BlueZ,06/12] src: replace ATT_PSM with 'shared' BT_ATT_PSM
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=776f9062c845
- [BlueZ,07/12] tools: btgatt-server: remove unused member 'fd'
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=d5c85b052eea
- [BlueZ,08/12] l2test: add comment to -F <fcs> option
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=c8a7462f3490
- [BlueZ,09/12] l2test: add comment to -O <omtu> option
(no matching commit)
- [BlueZ,10/12] l2test: small improvements for deferred setup
(no matching commit)
- [BlueZ,11/12] agent: move defines and parsing for I/O capability to shared/mgnt
(no matching commit)
- [BlueZ,12/12] client/mgmt: align implementation cmd_io_cap with its documentation
(no matching commit)
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2026-02-25 18:50 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-25 16:17 [PATCH BlueZ 01/12] client/mgmt: fix compiler error Christian Eggers
2026-02-25 16:17 ` [PATCH BlueZ 02/12] tools: btgatt-client/-server: replace ATT_CID with 'shared' BT_ATT_CID Christian Eggers
2026-02-25 16:17 ` [PATCH BlueZ 03/12] src: " Christian Eggers
2026-02-25 16:17 ` [PATCH BlueZ 04/12] peripheral: replace ATT_CID with shared BT_ATT_CID Christian Eggers
2026-02-25 16:17 ` [PATCH BlueZ 05/12] attrib: replace ATT_CID with 'shared' BT_ATT_CID Christian Eggers
2026-02-25 16:17 ` [PATCH BlueZ 06/12] src: replace ATT_PSM with 'shared' BT_ATT_PSM Christian Eggers
2026-02-25 16:17 ` [PATCH BlueZ 07/12] tools: btgatt-server: remove unused member 'fd' Christian Eggers
2026-02-25 16:17 ` [PATCH BlueZ 08/12] l2test: add comment to -F <fcs> option Christian Eggers
2026-02-25 16:17 ` [PATCH BlueZ 09/12] l2test: add comment to -O <omtu> option Christian Eggers
2026-02-25 16:40 ` Luiz Augusto von Dentz
2026-02-25 16:17 ` [PATCH BlueZ 10/12] l2test: small improvements for deferred setup Christian Eggers
2026-02-25 16:17 ` [PATCH BlueZ 11/12] agent: move defines and parsing for I/O capability to shared/mgnt Christian Eggers
2026-02-25 16:38 ` Luiz Augusto von Dentz
2026-02-25 18:38 ` Christian Eggers
2026-02-25 18:42 ` Luiz Augusto von Dentz
2026-02-26 9:36 ` Christian Eggers
2026-02-26 13:59 ` Luiz Augusto von Dentz
2026-02-26 9:48 ` Bastien Nocera
2026-02-25 16:17 ` [PATCH BlueZ 12/12] client/mgmt: align implementation cmd_io_cap with its documentation Christian Eggers
2026-02-25 18:07 ` [BlueZ,01/12] client/mgmt: fix compiler error bluez.test.bot
2026-02-25 18:50 ` patchwork-bot+bluetooth [this message]
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=177204540629.868689.1287591271474106141.git-patchwork-notify@kernel.org \
--to=patchwork-bot+bluetooth@kernel.org \
--cc=ceggers@arri.de \
--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