The following changes since commit 1f3bd64ad921f051254591fbed04fd30b306cde6: net: stmmac: fix invalid call to mdiobus_get_phy() (2023-01-17 13:33:19 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2023-01-17 for you to fetch changes up to 1d80d57ffcb55488f0ec0b77928d4f82d16b6a90: Bluetooth: Fix possible deadlock in rfcomm_sk_state_change (2023-01-17 15:59:02 -0800) ---------------------------------------------------------------- bluetooth pull request for net: - Fix a buffer overflow in mgmt_mesh_add - Fix use HCI_OP_LE_READ_BUFFER_SIZE_V2 - Fix hci_qca shutdown on closed serdev - Fix possible circular locking dependencies on ISO code - Fix possible deadlock in rfcomm_sk_state_change ---------------------------------------------------------------- Harshit Mogalapalli (1): Bluetooth: Fix a buffer overflow in mgmt_mesh_add() Krzysztof Kozlowski (1): Bluetooth: hci_qca: Fix driver shutdown on closed serdev Luiz Augusto von Dentz (4): Bluetooth: hci_sync: Fix use HCI_OP_LE_READ_BUFFER_SIZE_V2 Bluetooth: ISO: Fix possible circular locking dependency Bluetooth: hci_event: Fix Invalid wait context Bluetooth: ISO: Fix possible circular locking dependency Ying Hsu (1): Bluetooth: Fix possible deadlock in rfcomm_sk_state_change Zhengchao Shao (2): Bluetooth: hci_conn: Fix memory leaks Bluetooth: hci_sync: fix memory leak in hci_update_adv_data() drivers/bluetooth/hci_qca.c | 7 +++++ net/bluetooth/hci_conn.c | 18 ++++++++++--- net/bluetooth/hci_event.c | 5 +++- net/bluetooth/hci_sync.c | 19 +++++--------- net/bluetooth/iso.c | 64 ++++++++++++++++++--------------------------- net/bluetooth/mgmt_util.h | 2 +- net/bluetooth/rfcomm/sock.c | 7 ++++- 7 files changed, 64 insertions(+), 58 deletions(-)