The following changes since commit ac528649f7c63bc233cc0d33cff11f767cc666e3: Merge branch 'net-support-stp-on-bridge-in-non-root-netns' (2023-07-20 10:46:33 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2023-07-20 for you to fetch changes up to d1f0a9816f5fbc1316355ec1aa4ddfb9b624cca5: Bluetooth: MGMT: Use correct address for memcpy() (2023-07-20 11:27:22 -0700) ---------------------------------------------------------------- bluetooth pull request for net: - Fix building with coredump disabled - Fix use-after-free in hci_remove_adv_monitor - Use RCU for hci_conn_params and iterate safely in hci_sync - Fix locking issues on ISO and SCO - Fix bluetooth on Intel Macbook 2014 ---------------------------------------------------------------- Andy Shevchenko (1): Bluetooth: MGMT: Use correct address for memcpy() Arnd Bergmann (1): Bluetooth: coredump: fix building with coredump disabled Douglas Anderson (1): Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_remove_adv_monitor() Pauli Virtanen (4): Bluetooth: use RCU for hci_conn_params and iterate safely in hci_sync Bluetooth: hci_event: call disconnect callback before deleting conn Bluetooth: ISO: fix iso_conn related locking and validity issues Bluetooth: SCO: fix sco_conn related locking and validity issues Siddh Raman Pant (1): Bluetooth: hci_conn: return ERR_PTR instead of NULL when there is no link Tomasz Moń (1): Bluetooth: btusb: Fix bluetooth on Intel Macbook 2014 drivers/bluetooth/btusb.c | 1 + include/net/bluetooth/hci_core.h | 7 ++- net/bluetooth/hci_conn.c | 14 ++--- net/bluetooth/hci_core.c | 42 +++++++++++--- net/bluetooth/hci_event.c | 15 +++-- net/bluetooth/hci_sync.c | 117 +++++++++++++++++++++++++++++++++++---- net/bluetooth/iso.c | 53 ++++++++++-------- net/bluetooth/mgmt.c | 28 ++++------ net/bluetooth/sco.c | 23 ++++---- 9 files changed, 217 insertions(+), 83 deletions(-)