The following changes since commit 19fa4f2a85d777a8052e869c1b892a2f7556569d: r8169: fix LED-related deadlock on module removal (2024-04-10 10:44:29 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2024-04-10 for you to fetch changes up to 600b0bbe73d3a9a264694da0e4c2c0800309141e: Bluetooth: l2cap: Don't double set the HCI_CONN_MGMT_CONNECTED bit (2024-04-10 15:10:16 -0400) ---------------------------------------------------------------- bluetooth pull request for net: - L2CAP: Don't double set the HCI_CONN_MGMT_CONNECTED bit - Fix memory leak in hci_req_sync_complete - hci_sync: Fix using the same interval and window for Coded PHY - Fix not validating setsockopt user input ---------------------------------------------------------------- Archie Pusaka (1): Bluetooth: l2cap: Don't double set the HCI_CONN_MGMT_CONNECTED bit Dmitry Antipov (1): Bluetooth: Fix memory leak in hci_req_sync_complete() Luiz Augusto von Dentz (7): Bluetooth: ISO: Don't reject BT_ISO_QOS if parameters are unset Bluetooth: hci_sync: Fix using the same interval and window for Coded PHY Bluetooth: SCO: Fix not validating setsockopt user input Bluetooth: RFCOMM: Fix not validating setsockopt user input Bluetooth: L2CAP: Fix not validating setsockopt user input Bluetooth: ISO: Fix not validating setsockopt user input Bluetooth: hci_sock: Fix not validating setsockopt user input include/net/bluetooth/bluetooth.h | 9 +++++++ net/bluetooth/hci_request.c | 4 ++- net/bluetooth/hci_sock.c | 21 ++++++---------- net/bluetooth/hci_sync.c | 6 ++--- net/bluetooth/iso.c | 46 +++++++++++++++------------------- net/bluetooth/l2cap_core.c | 3 +-- net/bluetooth/l2cap_sock.c | 52 +++++++++++++++------------------------ net/bluetooth/rfcomm/sock.c | 14 ++++------- net/bluetooth/sco.c | 23 ++++++++--------- 9 files changed, 79 insertions(+), 99 deletions(-)