2024-02-06 18:41:41

by Luiz Augusto von Dentz

[permalink] [raw]
Subject: pull request: bluetooth 2024-02-06

The following changes since commit ba5e1272142d051dcc57ca1d3225ad8a089f9858:

netdevsim: avoid potential loop in nsim_dev_trap_report_work() (2024-02-02 11:00:38 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2024-02-06

for you to fetch changes up to 4479efc1f1aa89ac9bcb8ac8420e317eef7d7c50:

Bluetooth: qca: Fix triggering coredump implementation (2024-02-06 10:13:55 -0500)

----------------------------------------------------------------
bluetooth pull request for net:

- btintel: Fix null ptr deref in btintel_read_version
- 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

----------------------------------------------------------------
Edward Adam Davis (1):
Bluetooth: btintel: Fix null ptr deref in btintel_read_version

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/btintel.c | 2 +-
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 +-
10 files changed, 49 insertions(+), 21 deletions(-)