mbox series

pull request: bluetooth 2024-11-26

Message ID 20241126165149.899213-1-luiz.dentz@gmail.com (mailing list archive)
State Accepted
Commit 8d5c1b8c3e716e8f45ab7b65e8c3929cad2beb81
Delegated to: Netdev Maintainers
Headers show
Series pull request: bluetooth 2024-11-26 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2024-11-26

Checks

Context Check Description
netdev/tree_selection success Pull request for net
netdev/build_32bit success Errors and warnings before: 3 this patch: 3
netdev/build_tools success No tools touched, skip
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: 5 this patch: 5
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-11-26--21-00 (tests: 789)

Message

Luiz Augusto von Dentz Nov. 26, 2024, 4:51 p.m. UTC
The following changes since commit 5dfd7d940094e1a1ec974d90f6d28162d372b56b:

  Merge branch 'bnxt_en-bug-fixes' (2024-11-26 15:29:34 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2024-11-26

for you to fetch changes up to ed9588554943097bdf09588a8a105fbb058869c5:

  Bluetooth: SCO: remove the redundant sco_conn_put (2024-11-26 11:07:28 -0500)

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

 - SCO: remove the redundant sco_conn_put
 - MGMT: Fix slab-use-after-free Read in set_powered_sync
 - MGMT: Fix possible deadlocks

----------------------------------------------------------------
Edward Adam Davis (1):
      Bluetooth: SCO: remove the redundant sco_conn_put

Luiz Augusto von Dentz (2):
      Bluetooth: MGMT: Fix slab-use-after-free Read in set_powered_sync
      Bluetooth: MGMT: Fix possible deadlocks

 net/bluetooth/mgmt.c | 38 +++++++++++++++++++++++++++-----------
 net/bluetooth/sco.c  |  2 +-
 2 files changed, 28 insertions(+), 12 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 28, 2024, 8:30 a.m. UTC | #1
Hello:

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

On Tue, 26 Nov 2024 11:51:49 -0500 you wrote:
> The following changes since commit 5dfd7d940094e1a1ec974d90f6d28162d372b56b:
> 
>   Merge branch 'bnxt_en-bug-fixes' (2024-11-26 15:29:34 +0100)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2024-11-26
> 
> [...]

Here is the summary with links:
  - pull request: bluetooth 2024-11-26
    https://git.kernel.org/netdev/net/c/8d5c1b8c3e71

You are awesome, thank you!