mbox series

pull request: bluetooth 2024-06-10

Message ID 20240610135803.920662-1-luiz.dentz@gmail.com
State New
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

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