mbox series

pull request: bluetooth 2024-11-26

Message ID 20241126165149.899213-1-luiz.dentz@gmail.com (mailing list archive)
State New
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 fail net-next-2024-11-26--18-00 (tests: 788)

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(-)