mbox series

pull request: bluetooth 2024-10-23

Message ID 20241023143005.2297694-1-luiz.dentz@gmail.com (mailing list archive)
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(-)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 24, 2024, 10:40 a.m. UTC | #1
Hello:

This pull request was applied to netdev/net.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Wed, 23 Oct 2024 10:30:05 -0400 you wrote:
> 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
> 
> [...]

Here is the summary with links:
  - pull request: bluetooth 2024-10-23
    https://git.kernel.org/netdev/net/c/1876479d9866

You are awesome, thank you!