The following changes since commit 4c612826bec1441214816827979b62f84a097e91: Merge tag 'net-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2022-08-25 14:03:58 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2022-08-25 for you to fetch changes up to 2da8eb834b775a9d1acea6214d3e4a78ac841e6e: Bluetooth: hci_sync: hold hdev->lock when cleanup hci_conn (2022-08-25 16:26:19 -0700) ---------------------------------------------------------------- bluetooth pull request for net: - Fix handling of duplicate connection handle - Fix handling of HCI vendor opcode - Fix suspend performance regression - Fix build errors - Fix not handling shutdown condition on ISO sockets - Fix double free issue ---------------------------------------------------------------- Archie Pusaka (1): Bluetooth: hci_event: Fix checking conn for le_conn_complete_evt Hans de Goede (1): Bluetooth: hci_event: Fix vendor (unknown) opcode status handling Luiz Augusto von Dentz (4): Bluetooth: hci_sync: Fix suspend performance regression Bluetooth: L2CAP: Fix build errors in some archs Bluetooth: MGMT: Fix Get Device Flags Bluetooth: ISO: Fix not handling shutdown condition Tetsuo Handa (1): Bluetooth: hci_sync: fix double mgmt_pending_free() in remove_adv_monitor() Wolfram Sang (1): Bluetooth: move from strlcpy with unused retval to strscpy Zhengping Jiang (1): Bluetooth: hci_sync: hold hdev->lock when cleanup hci_conn net/bluetooth/hci_event.c | 13 ++++++++- net/bluetooth/hci_sync.c | 30 +++++++++++-------- net/bluetooth/hidp/core.c | 6 ++-- net/bluetooth/iso.c | 35 +++++++++++++++------- net/bluetooth/l2cap_core.c | 10 +++---- net/bluetooth/mgmt.c | 72 +++++++++++++++++++++++++++------------------- 6 files changed, 105 insertions(+), 61 deletions(-)