The following changes since commit 9025944fddfed5966c8f102f1fe921ab3aee2c12: net: fec: add dma_wmb to ensure correct descriptor values (2023-05-19 09:17:53 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2023-05-19 for you to fetch changes up to 6ce5169e05aa5360a49a574cc1490ceea6b651a6: Bluetooth: btnxpuart: Fix compiler warnings (2023-05-19 15:38:29 -0700) ---------------------------------------------------------------- bluetooth pull request for net: - Fix compiler warnings on btnxpuart - Fix potential double free on hci_conn_unlink - Fix UAF on hci_conn_hash_flush ---------------------------------------------------------------- Neeraj Sanjay Kale (1): Bluetooth: btnxpuart: Fix compiler warnings Ruihan Li (4): Bluetooth: Fix potential double free caused by hci_conn_unlink Bluetooth: Refcnt drop must be placed last in hci_conn_unlink Bluetooth: Fix UAF in hci_conn_hash_flush again Bluetooth: Unlink CISes when LE disconnects in hci_conn_del drivers/bluetooth/btnxpuart.c | 6 ++-- include/net/bluetooth/hci_core.h | 2 +- net/bluetooth/hci_conn.c | 77 +++++++++++++++++++++------------------- 3 files changed, 45 insertions(+), 40 deletions(-)