The following changes since commit 4a0f07d71b0483cc08c03cefa7c85749e187c214: net/handshake: Fix memory leak in __sock_create() and sock_alloc_file() (2023-09-20 11:54:49 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2023-09-20 for you to fetch changes up to b938790e70540bf4f2e653dcd74b232494d06c8f: Bluetooth: hci_codec: Fix leaking content of local_codecs (2023-09-20 11:03:11 -0700) ---------------------------------------------------------------- bluetooth pull request for net: - Fix handling of HCI_QUIRK_STRICT_DUPLICATE_FILTER - Fix handling of listen for ISO unicast - Fix build warnings - Fix leaking content of local_codecs - Add shutdown function for QCA6174 - Delete unused hci_req_prepare_suspend() declaration - Fix hci_link_tx_to RCU lock usage - Avoid redundant authentication ---------------------------------------------------------------- Luiz Augusto von Dentz (4): Bluetooth: hci_sync: Fix handling of HCI_QUIRK_STRICT_DUPLICATE_FILTER Bluetooth: ISO: Fix handling of listen for unicast Bluetooth: hci_core: Fix build warnings Bluetooth: hci_codec: Fix leaking content of local_codecs Rocky Liao (1): Bluetooth: btusb: add shutdown function for QCA6174 Yao Xiao (1): Bluetooth: Delete unused hci_req_prepare_suspend() declaration Ying Hsu (2): Bluetooth: Fix hci_link_tx_to RCU lock usage Bluetooth: Avoid redundant authentication drivers/bluetooth/btusb.c | 1 + include/net/bluetooth/hci_core.h | 2 +- net/bluetooth/hci_conn.c | 63 ++++++++++++++++++++++------------------ net/bluetooth/hci_core.c | 14 +++++++-- net/bluetooth/hci_event.c | 1 + net/bluetooth/hci_request.h | 2 -- net/bluetooth/hci_sync.c | 14 ++++----- net/bluetooth/iso.c | 9 ++++-- 8 files changed, 60 insertions(+), 46 deletions(-)