mbox series

pull request: bluetooth 2024-10-23

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

Checks

Context Check Description
netdev/tree_selection success Pull request for net
netdev/build_32bit success Errors and warnings before: 5 this patch: 5
netdev/build_tools success Errors and warnings before: 157 (+0) this patch: 157 (+0)
netdev/build_clang success Errors and warnings before: 3 this patch: 3
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/verify_fixes success Fixes tag looks correct
netdev/build_allmodconfig_warn success Errors and warnings before: 26 this patch: 26
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 20 this patch: 20
netdev/contest success net-next-2024-10-23--15-00 (tests: 776)

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!