[GIT PULL] bluetooth 2025-09-22
From: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
Date: 2025-09-22 14:33:27
Also in:
netdev
The following changes since commit b65678cacc030efd53c38c089fb9b741a2ee34c8:
ethernet: rvu-af: Remove slash from the driver name (2025-09-19 17:00:53 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2025-09-22
for you to fetch changes up to 302a1f674c00dd5581ab8e493ef44767c5101aab:
Bluetooth: MGMT: Fix possible UAFs (2025-09-22 10:30:00 -0400)
----------------------------------------------------------------
bluetooth pull request for net:
- Fix build after header cleanup
- hci_sync: Fix hci_resume_advertising_sync
- hci_event: Fix UAF in hci_conn_tx_dequeue
- hci_event: Fix UAF in hci_acl_create_conn_sync
- MGMT: Fix possible UAFs
----------------------------------------------------------------
Calvin Owens (1):
Bluetooth: Fix build after header cleanup
Luiz Augusto von Dentz (4):
Bluetooth: hci_sync: Fix hci_resume_advertising_sync
Bluetooth: hci_event: Fix UAF in hci_conn_tx_dequeue
Bluetooth: hci_event: Fix UAF in hci_acl_create_conn_sync
Bluetooth: MGMT: Fix possible UAFs
drivers/bluetooth/Kconfig | 6 +
drivers/bluetooth/hci_uart.h | 8 +-
include/net/bluetooth/hci_core.h | 21 ++++
net/bluetooth/hci_event.c | 30 ++++-
net/bluetooth/hci_sync.c | 7 ++
net/bluetooth/mgmt.c | 259 +++++++++++++++++++++++++++------------
net/bluetooth/mgmt_util.c | 46 +++++++
net/bluetooth/mgmt_util.h | 3 +
8 files changed, 296 insertions(+), 84 deletions(-)