mbox series

pull request: bluetooth 2024-10-23

Message ID 20241023143005.2297694-1-luiz.dentz@gmail.com
State New
Headers show
Series pull request: bluetooth 2024-10-23 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2024-10-23

Message

Luiz Augusto von Dentz Oct. 23, 2024, 2:30 p.m. UTC
The following changes since commit 6e62807c7fbb3c758d233018caf94dfea9c65dbd:

  posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime() (2024-10-23 16:05:01 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2024-10-23

for you to fetch changes up to 246b435ad668596aa0e2bbb9d491b6413861211a:

  Bluetooth: ISO: Fix UAF on iso_sock_timeout (2024-10-23 10:21:14 -0400)

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

 - hci_core: Disable works on hci_unregister_dev
 - SCO: Fix UAF on sco_sock_timeout
 - ISO: Fix UAF on iso_sock_timeout

----------------------------------------------------------------
Luiz Augusto von Dentz (3):
      Bluetooth: hci_core: Disable works on hci_unregister_dev
      Bluetooth: SCO: Fix UAF on sco_sock_timeout
      Bluetooth: ISO: Fix UAF on iso_sock_timeout

 include/net/bluetooth/bluetooth.h |  1 +
 net/bluetooth/af_bluetooth.c      | 22 ++++++++++++++++++++++
 net/bluetooth/hci_core.c          | 24 +++++++++++++++---------
 net/bluetooth/hci_sync.c          | 12 +++++++++---
 net/bluetooth/iso.c               | 18 ++++++++++++------
 net/bluetooth/sco.c               | 18 ++++++++++++------
 6 files changed, 71 insertions(+), 24 deletions(-)