mbox series

[GIT,PULL] bluetooth 2025-04-10

Message ID 20250410173542.625232-1-luiz.dentz@gmail.com (mailing list archive)
State Accepted
Commit 9767870e76f418cd19d101553668f1e06b724b35
Delegated to: Netdev Maintainers
Headers show
Series [GIT,PULL] bluetooth 2025-04-10 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2025-04-10

Checks

Context Check Description
netdev/tree_selection success Pull request for net
netdev/build_32bit success Errors and warnings before: 0 this patch: 0
netdev/build_tools success No tools touched, skip
netdev/build_clang success Errors and warnings before: 0 this patch: 0
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: 2 this patch: 2
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-2025-04-11--03-00 (tests: 900)

Message

Luiz Augusto von Dentz April 10, 2025, 5:35 p.m. UTC
The following changes since commit eaa517b77e63442260640d875f824d1111ca6569:

  ethtool: cmis_cdb: Fix incorrect read / write length extension (2025-04-10 14:32:43 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2025-04-10

for you to fetch changes up to 522e9ed157e3c21b4dd623c79967f72c21e45b78:

  Bluetooth: l2cap: Check encryption key size on incoming connection (2025-04-10 13:09:42 -0400)

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

 - btrtl: Prevent potential NULL dereference
 - qca: fix NV variant for one of WCN3950 SoCs
 - l2cap: Check encryption key size on incoming connection
 - hci_event: Fix sending MGMT_EV_DEVICE_FOUND for invalid address
 - btnxpuart: Revert baudrate change in nxp_shutdown
 - btnxpuart: Add an error message if FW dump trigger fails
 - increment TX timestamping tskey always for stream sockets

----------------------------------------------------------------
Dan Carpenter (1):
      Bluetooth: btrtl: Prevent potential NULL dereference

Dmitry Baryshkov (1):
      Bluetooth: qca: fix NV variant for one of WCN3950 SoCs

Frédéric Danis (1):
      Bluetooth: l2cap: Check encryption key size on incoming connection

Luiz Augusto von Dentz (1):
      Bluetooth: hci_event: Fix sending MGMT_EV_DEVICE_FOUND for invalid address

Neeraj Sanjay Kale (2):
      Bluetooth: btnxpuart: Revert baudrate change in nxp_shutdown
      Bluetooth: btnxpuart: Add an error message if FW dump trigger fails

Pauli Virtanen (1):
      Bluetooth: increment TX timestamping tskey always for stream sockets

 drivers/bluetooth/btnxpuart.c | 21 +++++++++++----------
 drivers/bluetooth/btqca.c     |  2 +-
 drivers/bluetooth/btrtl.c     |  2 ++
 net/bluetooth/hci_conn.c      |  8 ++++++--
 net/bluetooth/hci_event.c     |  5 +++--
 net/bluetooth/l2cap_core.c    |  3 ++-
 6 files changed, 25 insertions(+), 16 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 11, 2025, 11:40 p.m. UTC | #1
Hello:

This pull request was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 10 Apr 2025 13:35:41 -0400 you wrote:
> The following changes since commit eaa517b77e63442260640d875f824d1111ca6569:
> 
>   ethtool: cmis_cdb: Fix incorrect read / write length extension (2025-04-10 14:32:43 +0200)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2025-04-10
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] bluetooth 2025-04-10
    https://git.kernel.org/netdev/net/c/9767870e76f4

You are awesome, thank you!