mbox series

[BlueZ,0/2] Remove POLLOUT check before bcast defer accept

Message ID 20240327161019.3078-1-iulia.tanasescu@nxp.com (mailing list archive)
Headers show
Series Remove POLLOUT check before bcast defer accept | expand

Message

Iulia Tanasescu March 27, 2024, 4:10 p.m. UTC
This patch removes the POLLOUT check on a broadcast child socket before
calling "read" to accept defer setup. The check was inherited from
unicast, but it is unnecessary for broadcast, since the POLLOUT event
is never generated on a broadcast child socket.

Iulia Tanasescu (2):
  btio: Remove POLLOUT check from bt_io_bcast_accept
  iso-tester: Separate iso_defer_accept into dedicated functions

 btio/btio.c        | 18 +++---------------
 tools/iso-tester.c | 45 +++++++++++++++++++++++++++++++++++----------
 2 files changed, 38 insertions(+), 25 deletions(-)


base-commit: 41d6c4e1c92fc6e0757b0f71ca5062671ff55235

Comments

patchwork-bot+bluetooth@kernel.org March 28, 2024, 2:40 p.m. UTC | #1
Hello:

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

On Wed, 27 Mar 2024 18:10:17 +0200 you wrote:
> This patch removes the POLLOUT check on a broadcast child socket before
> calling "read" to accept defer setup. The check was inherited from
> unicast, but it is unnecessary for broadcast, since the POLLOUT event
> is never generated on a broadcast child socket.
> 
> Iulia Tanasescu (2):
>   btio: Remove POLLOUT check from bt_io_bcast_accept
>   iso-tester: Separate iso_defer_accept into dedicated functions
> 
> [...]

Here is the summary with links:
  - [BlueZ,1/2] btio: Remove POLLOUT check from bt_io_bcast_accept
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=f4c40dc4107e
  - [BlueZ,2/2] iso-tester: Separate iso_defer_accept into dedicated functions
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=3403f65e266a

You are awesome, thank you!