Linux bluetooth development
 help / color / mirror / Atom feed
From: patchwork-bot+bluetooth@kernel.org
To: Pauli Virtanen <pav@iki.fi>
Cc: linux-bluetooth@vger.kernel.org, marcel@holtmann.org,
	luiz.dentz@gmail.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 00/11] Bluetooth: ISO: fix HUP on socket release/shutdown + UAF/locking fixes
Date: Mon, 27 Jul 2026 17:10:07 +0000	[thread overview]
Message-ID: <178517220714.1331160.9121301750263866259.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <cover.1784923689.git.pav@iki.fi>

Hello:

This series was applied to bluetooth/bluetooth-next.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Fri, 24 Jul 2026 23:20:23 +0300 you wrote:
> The retracted patch in commit e824c0bbe0ec9 ("Bluetooth: ISO: clear
> iso_data always when detaching conn from hcon") merged in
> bluetooth-next/master broke ISO socket transition to BT_CLOSED so they
> don't send POLLHUP properly any more, as seen in "ISO Disconnect -
> Success" test.
> 
> This is rebased version of and supercedes
> https://lore.kernel.org/linux-bluetooth/fbd9dd573bb1ce5f38370128dd35447e2ddfed9c.1784625576.git.pav@iki.fi/
> 
> [...]

Here is the summary with links:
  - [01/11] Bluetooth: ISO: fix CONNECTED -> CLOSED transition on shutdown/release
    https://git.kernel.org/bluetooth/bluetooth-next/c/278aeca60782
  - [02/11] Bluetooth: ISO: lock sk in iso_sock_getname
    https://git.kernel.org/bluetooth/bluetooth-next/c/6d16b799d7f4
  - [03/11] Bluetooth: ISO: lock sk in iso_connect_ind
    https://git.kernel.org/bluetooth/bluetooth-next/c/df810355bbe7
  - [04/11] Bluetooth: ISO: fix timeout vs sync_timeout typo in check_bcast_qos
    https://git.kernel.org/bluetooth/bluetooth-next/c/c08593655456
  - [05/11] Bluetooth: ISO: validate sockaddr_iso first in iso_sock_rebind_bis()
    https://git.kernel.org/bluetooth/bluetooth-next/c/126e8f096c10
  - [06/11] Bluetooth: ISO: hold sk properly in iso_conn_ready
    https://git.kernel.org/bluetooth/bluetooth-next/c/deb1d93a07f0
  - [07/11] Bluetooth: ISO: fix leaking sk after socket release
    https://git.kernel.org/bluetooth/bluetooth-next/c/2a93966653a9
  - [08/11] Bluetooth: ISO: avoid deadlocks in iso_sock_timeout
    https://git.kernel.org/bluetooth/bluetooth-next/c/f8cb802462f5
  - [09/11] Bluetooth: ISO: ensure no dangling hcon references in iso_conn
    https://git.kernel.org/bluetooth/bluetooth-next/c/f80c3b2232a2
  - [10/11] Bluetooth: ISO: fix refcounting of iso_conn
    https://git.kernel.org/bluetooth/bluetooth-next/c/e4d507fb7f6e
  - [11/11] Bluetooth: ISO: fix race of kfree vs kref_get_unless_zero
    https://git.kernel.org/bluetooth/bluetooth-next/c/4b56754e9da3

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2026-07-27 17:10 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-24 20:20 [PATCH 00/11] Bluetooth: ISO: fix HUP on socket release/shutdown + UAF/locking fixes Pauli Virtanen
2026-07-24 20:20 ` [PATCH 01/11] Bluetooth: ISO: fix CONNECTED -> CLOSED transition on shutdown/release Pauli Virtanen
2026-07-24 21:57   ` Bluetooth: ISO: fix HUP on socket release/shutdown + UAF/locking fixes bluez.test.bot
2026-07-24 20:20 ` [PATCH 02/11] Bluetooth: ISO: lock sk in iso_sock_getname Pauli Virtanen
2026-07-24 20:20 ` [PATCH 03/11] Bluetooth: ISO: lock sk in iso_connect_ind Pauli Virtanen
2026-07-24 20:20 ` [PATCH 04/11] Bluetooth: ISO: fix timeout vs sync_timeout typo in check_bcast_qos Pauli Virtanen
2026-07-24 20:20 ` [PATCH 05/11] Bluetooth: ISO: validate sockaddr_iso first in iso_sock_rebind_bis() Pauli Virtanen
2026-07-24 20:20 ` [PATCH 06/11] Bluetooth: ISO: hold sk properly in iso_conn_ready Pauli Virtanen
2026-07-24 20:20 ` [PATCH 07/11] Bluetooth: ISO: fix leaking sk after socket release Pauli Virtanen
2026-07-24 20:20 ` [PATCH 08/11] Bluetooth: ISO: avoid deadlocks in iso_sock_timeout Pauli Virtanen
2026-07-24 20:20 ` [PATCH 09/11] Bluetooth: ISO: ensure no dangling hcon references in iso_conn Pauli Virtanen
2026-07-24 20:20 ` [PATCH 10/11] Bluetooth: ISO: fix refcounting of iso_conn Pauli Virtanen
2026-07-24 20:20 ` [PATCH 11/11] Bluetooth: ISO: fix race of kfree vs kref_get_unless_zero Pauli Virtanen
2026-07-24 22:10 ` [PATCH 00/11] Bluetooth: ISO: fix HUP on socket release/shutdown + UAF/locking fixes Pauli Virtanen
2026-07-27 17:10 ` 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=178517220714.1331160.9121301750263866259.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+bluetooth@kernel.org \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luiz.dentz@gmail.com \
    --cc=marcel@holtmann.org \
    --cc=pav@iki.fi \
    /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