]> Gentwo Git Trees - linux/.git/commit
Bluetooth: ISO: Fix BIS connection dst_type handling
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 26 Sep 2025 15:48:50 +0000 (11:48 -0400)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 24 Oct 2025 14:20:34 +0000 (10:20 -0400)
commitf0c200a4a537f8f374584a974518b0ce69eda76c
treee36072b905d031fbf36f84dbfebd2d199fd92f16
parent09b0cd1297b4dbfe736aeaa0ceeab2265f47f772
Bluetooth: ISO: Fix BIS connection dst_type handling

Socket dst_type cannot be directly assigned to hci_conn->type since
there domain is different which may lead to the wrong address type being
used.

Fixes: 6a5ad251b7cd ("Bluetooth: ISO: Fix possible circular locking dependency")
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/iso.c