The following changes since commit fb928170e32ebf4f983db7ea64901b1ea19ceadf: Merge branch 'mptcp-addr-adv-fixes' (2023-06-05 15:15:57 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2023-06-05 for you to fetch changes up to 75767213f3d9b97f63694d02260b6a49a2271876: Bluetooth: L2CAP: Add missing checks for invalid DCID (2023-06-05 17:24:14 -0700) ---------------------------------------------------------------- bluetooth pull request for net: - Fixes to debugfs registration - Fix use-after-free in hci_remove_ltk/hci_remove_irk - Fixes to ISO channel support - Fix missing checks for invalid L2CAP DCID - Fix l2cap_disconnect_req deadlock - Add lock to protect HCI_UNREGISTER ---------------------------------------------------------------- Johan Hovold (2): Bluetooth: fix debugfs registration Bluetooth: hci_qca: fix debugfs registration Luiz Augusto von Dentz (1): Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irk Pauli Virtanen (4): Bluetooth: ISO: consider right CIS when removing CIG at cleanup Bluetooth: ISO: Fix CIG auto-allocation to select configurable CIG Bluetooth: ISO: don't try to remove CIG if there are bound CIS left Bluetooth: ISO: use correct CIS order in Set CIG Parameters event Sungwoo Kim (1): Bluetooth: L2CAP: Add missing checks for invalid DCID Ying Hsu (1): Bluetooth: Fix l2cap_disconnect_req deadlock Zhengping Jiang (1): Bluetooth: hci_sync: add lock to protect HCI_UNREGISTER drivers/bluetooth/hci_qca.c | 6 +++++- include/net/bluetooth/hci.h | 1 + include/net/bluetooth/hci_core.h | 4 +++- net/bluetooth/hci_conn.c | 22 ++++++++++++-------- net/bluetooth/hci_core.c | 10 +++++---- net/bluetooth/hci_event.c | 44 ++++++++++++++++++++++++---------------- net/bluetooth/hci_sync.c | 23 +++++++++++++++------ net/bluetooth/l2cap_core.c | 13 ++++++++++++ 8 files changed, 84 insertions(+), 39 deletions(-)