The following changes since commit 260388f79e94fb3026c419a208ece8358bb7b555: net/mdiobus: Fix potential out-of-bounds clause 45 read/write access (2025-06-11 12:49:03 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2025-06-11 for you to fetch changes up to 7dd38ba4acbea9875b4ee061e20a26413e39d9f4: Bluetooth: MGMT: Fix sparse errors (2025-06-11 16:39:25 -0400) ---------------------------------------------------------------- bluetooth pull request for net: - eir: Fix NULL pointer deference on eir_get_service_data - eir: Fix possible crashes on eir_create_adv_data - hci_sync: Fix broadcast/PA when using an existing instance - ISO: Fix using BT_SK_PA_SYNC to detect BIS sockets - ISO: Fix not using bc_sid as advertisement SID - MGMT: Fix sparse errors ---------------------------------------------------------------- Luiz Augusto von Dentz (6): Bluetooth: Fix NULL pointer deference on eir_get_service_data Bluetooth: hci_sync: Fix broadcast/PA when using an existing instance Bluetooth: eir: Fix possible crashes on eir_create_adv_data Bluetooth: ISO: Fix using BT_SK_PA_SYNC to detect BIS sockets Bluetooth: ISO: Fix not using bc_sid as advertisement SID Bluetooth: MGMT: Fix sparse errors include/net/bluetooth/hci_core.h | 9 +++++--- include/net/bluetooth/hci_sync.h | 4 ++-- net/bluetooth/eir.c | 17 ++++++++------- net/bluetooth/eir.h | 2 +- net/bluetooth/hci_conn.c | 31 ++++++++++++++++++++------- net/bluetooth/hci_core.c | 16 +++++++++++++- net/bluetooth/hci_sync.c | 45 +++++++++++++++++++++++++++++++--------- net/bluetooth/iso.c | 17 ++++++++++----- net/bluetooth/mgmt.c | 4 ++-- 9 files changed, 107 insertions(+), 38 deletions(-)