mbox series

pull request: bluetooth 2024-06-10

Message ID 20240610135803.920662-1-luiz.dentz@gmail.com (mailing list archive)
State Accepted
Commit f6b2f578df8d1cb993e0951b786820410a04268c
Headers show
Series pull request: bluetooth 2024-06-10 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2024-06-10

Checks

Context Check Description
netdev/tree_selection success Pull request for net
netdev/build_32bit success Errors and warnings before: 885 this patch: 885
netdev/build_tools success Errors and warnings before: 0 this patch: 0
netdev/build_clang success Errors and warnings before: 868 this patch: 868
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: 889 this patch: 889
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/contest success net-next-2024-06-10--15-00 (tests: 644)

Message

Luiz Augusto von Dentz June 10, 2024, 1:58 p.m. UTC
The following changes since commit 93792130a9387b26d825aa78947e4065deb95d15:

  Merge branch 'geneve-fixes' (2024-06-10 13:18:09 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2024-06-10

for you to fetch changes up to c695439d198d30e10553a3b98360c5efe77b6903:

  Bluetooth: fix connection setup in l2cap_connect (2024-06-10 09:48:30 -0400)

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

 - hci_sync: Fix not using correct handle
 - L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQ
 - L2CAP: fix connection setup in l2cap_connect

----------------------------------------------------------------
Luiz Augusto von Dentz (2):
      Bluetooth: hci_sync: Fix not using correct handle
      Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQ

Pauli Virtanen (1):
      Bluetooth: fix connection setup in l2cap_connect

 include/net/bluetooth/hci_core.h | 36 ++++++++++++++++++++++++++++++++----
 net/bluetooth/hci_sync.c         |  2 +-
 net/bluetooth/l2cap_core.c       | 12 +++---------
 3 files changed, 36 insertions(+), 14 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org June 12, 2024, 3 a.m. UTC | #1
Hello:

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

On Mon, 10 Jun 2024 09:58:03 -0400 you wrote:
> The following changes since commit 93792130a9387b26d825aa78947e4065deb95d15:
> 
>   Merge branch 'geneve-fixes' (2024-06-10 13:18:09 +0100)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2024-06-10
> 
> [...]

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

You are awesome, thank you!