Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH BlueZ 1/4] tools/sco-tester: fix missing clear of io_id in callbacks
@ 2026-07-13 13:50 Pauli Virtanen
  2026-07-13 13:50 ` [PATCH BlueZ 2/4] tools/6lowpan-tester: fix race in Client Connect - Disable Pauli Virtanen
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Pauli Virtanen @ 2026-07-13 13:50 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Pauli Virtanen

Fixes issues

GLib-CRITICAL **: Source ID 126 was not found when attempting to remove it
---
 tools/sco-tester.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/sco-tester.c b/tools/sco-tester.c
index a2185b8ef..fca99a91c 100644
--- a/tools/sco-tester.c
+++ b/tools/sco-tester.c
@@ -1415,6 +1415,8 @@ static gboolean sco_accept_cb(GIOChannel *io, GIOCondition cond,
 	gboolean ret;
 	GIOChannel *new_io;
 
+	data->io_id = 0;
+
 	tester_debug("New connection");
 
 	sk = g_io_channel_unix_get_fd(io);
-- 
2.55.0


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

end of thread, other threads:[~2026-07-13 20:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-13 13:50 [PATCH BlueZ 1/4] tools/sco-tester: fix missing clear of io_id in callbacks Pauli Virtanen
2026-07-13 13:50 ` [PATCH BlueZ 2/4] tools/6lowpan-tester: fix race in Client Connect - Disable Pauli Virtanen
2026-07-13 13:50 ` [PATCH BlueZ 3/4] tools/6lowpan-tester: add test for VHCI teardown without disable Pauli Virtanen
2026-07-13 13:50 ` [PATCH BlueZ 4/4] tools/l2cap-tester: fix Set PHY test spurious failures Pauli Virtanen
2026-07-13 16:27 ` [BlueZ,1/4] tools/sco-tester: fix missing clear of io_id in callbacks bluez.test.bot
2026-07-13 20:10 ` [PATCH BlueZ 1/4] " patchwork-bot+bluetooth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox