From: patchwork-bot+bluetooth@kernel.org
To: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH BlueZ v2 1/4] sdp-xml: Use a queue to collect sequence members
Date: Tue, 18 Aug 2026 18:37:40 +0000 [thread overview]
Message-ID: <178707826022.2194892.16036865943202250756.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260817210038.1839617-1-luiz.dentz@gmail.com>
Hello:
This series was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:
On Mon, 17 Aug 2026 17:00:35 -0400 you wrote:
> From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
>
> Appending a member to a sequence with sdp_seq_append() walks the
> single-linked list to find its tail, so building a sequence is O(n^2).
>
> This was previously worked around by caching the tail of the sequence in
> struct sdp_xml_data, which required the caller to pick between appending
> to the cached tail and initialising val.dataseq, and to keep the cache in
> sync on every append.
>
> [...]
Here is the summary with links:
- [BlueZ,v2,1/4] sdp-xml: Use a queue to collect sequence members
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=b21edc49b2c3
- [BlueZ,v2,2/4] sdp-xml: Fix leaking the parse stack on malformed input
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=97521ab4dd79
- [BlueZ,v2,3/4] sdp: Fix memory leak when freeing alternates
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=078ef10a4531
- [BlueZ,v2,4/4] unit/test-sdp-xml: Add a test parsing alternates
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=5abc0045b84a
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-08-18 18:38 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-17 21:00 [PATCH BlueZ v2 1/4] sdp-xml: Use a queue to collect sequence members Luiz Augusto von Dentz
2026-08-17 21:00 ` [PATCH BlueZ v2 2/4] sdp-xml: Fix leaking the parse stack on malformed input Luiz Augusto von Dentz
2026-08-17 21:00 ` [PATCH BlueZ v2 3/4] sdp: Fix memory leak when freeing alternates Luiz Augusto von Dentz
2026-08-17 21:00 ` [PATCH BlueZ v2 4/4] unit/test-sdp-xml: Add a test parsing alternates Luiz Augusto von Dentz
2026-08-17 22:14 ` [BlueZ,v2,1/4] sdp-xml: Use a queue to collect sequence members bluez.test.bot
2026-08-18 14:40 ` [PATCH BlueZ v2 1/4] " Bastien Nocera
2026-08-18 18:37 ` 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=178707826022.2194892.16036865943202250756.git-patchwork-notify@kernel.org \
--to=patchwork-bot+bluetooth@kernel.org \
--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 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.