All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/2] Remove POLLOUT check before bcast defer accept
@ 2024-03-27 16:10 Iulia Tanasescu
  2024-03-27 16:10 ` [PATCH BlueZ 1/2] btio: Remove POLLOUT check from bt_io_bcast_accept Iulia Tanasescu
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Iulia Tanasescu @ 2024-03-27 16:10 UTC (permalink / raw)
  To: linux-bluetooth
  Cc: claudia.rosu, mihai-octavian.urzica, silviu.barbulescu,
	vlad.pruteanu, andrei.istodorescu, luiz.dentz, Iulia Tanasescu

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
-- 
2.39.2


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-03-28 14:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-27 16:10 [PATCH BlueZ 0/2] Remove POLLOUT check before bcast defer accept Iulia Tanasescu
2024-03-27 16:10 ` [PATCH BlueZ 1/2] btio: Remove POLLOUT check from bt_io_bcast_accept Iulia Tanasescu
2024-03-27 18:10   ` Remove POLLOUT check before bcast defer accept bluez.test.bot
2024-03-27 16:10 ` [PATCH BlueZ 2/2] iso-tester: Separate iso_defer_accept into dedicated functions Iulia Tanasescu
2024-03-27 16:50   ` Luiz Augusto von Dentz
2024-03-27 17:48     ` Pauli Virtanen
2024-03-28 13:07       ` Iulia Tanasescu
2024-03-28 14:40 ` [PATCH BlueZ 0/2] Remove POLLOUT check before bcast defer accept patchwork-bot+bluetooth

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.