The following changes since commit 4adfc94d4aeca1177e1188ba83c20ed581523fe1: Documentations: correct net_cachelines title for struct inet_sock (2024-02-28 11:25:37 +0000) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2024-02-28 for you to fetch changes up to 6abf9dd26bb1699c17d601b9a292577d01827c0e: Bluetooth: qca: Fix triggering coredump implementation (2024-02-28 09:50:51 -0500) ---------------------------------------------------------------- bluetooth pull request for net: - mgmt: Fix limited discoverable off timeout - hci_qca: Set BDA quirk bit if fwnode exists in DT - hci_bcm4377: do not mark valid bd_addr as invalid - hci_sync: Check the correct flag before starting a scan - Enforce validation on max value of connection interval - hci_sync: Fix accept_list when attempting to suspend - hci_event: Fix handling of HCI_EV_IO_CAPA_REQUEST - Avoid potential use-after-free in hci_error_reset - rfcomm: Fix null-ptr-deref in rfcomm_check_security - hci_event: Fix wrongly recorded wakeup BD_ADDR - qca: Fix wrong event type for patch config command - qca: Fix triggering coredump implementation ---------------------------------------------------------------- Frédéric Danis (1): Bluetooth: mgmt: Fix limited discoverable off timeout Janaki Ramaiah Thota (1): Bluetooth: hci_qca: Set BDA quirk bit if fwnode exists in DT Johan Hovold (1): Bluetooth: hci_bcm4377: do not mark valid bd_addr as invalid Jonas Dreßler (1): Bluetooth: hci_sync: Check the correct flag before starting a scan Kai-Heng Feng (1): Bluetooth: Enforce validation on max value of connection interval Luiz Augusto von Dentz (2): Bluetooth: hci_sync: Fix accept_list when attempting to suspend Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUEST Ying Hsu (1): Bluetooth: Avoid potential use-after-free in hci_error_reset Yuxuan Hu (1): Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_security Zijun Hu (3): Bluetooth: hci_event: Fix wrongly recorded wakeup BD_ADDR Bluetooth: qca: Fix wrong event type for patch config command Bluetooth: qca: Fix triggering coredump implementation drivers/bluetooth/btqca.c | 2 +- drivers/bluetooth/hci_bcm4377.c | 3 +-- drivers/bluetooth/hci_qca.c | 22 ++++++++++++++++------ net/bluetooth/hci_core.c | 7 ++++--- net/bluetooth/hci_event.c | 13 ++++++++++--- net/bluetooth/hci_sync.c | 7 +++++-- net/bluetooth/l2cap_core.c | 8 +++++++- net/bluetooth/mgmt.c | 4 +++- net/bluetooth/rfcomm/core.c | 2 +- 9 files changed, 48 insertions(+), 20 deletions(-)