mbox series

pull request: bluetooth 2024-04-10

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

Pull-request

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

Message

Luiz Augusto von Dentz April 10, 2024, 7:16 p.m. UTC
The following changes since commit 19fa4f2a85d777a8052e869c1b892a2f7556569d:

  r8169: fix LED-related deadlock on module removal (2024-04-10 10:44:29 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 600b0bbe73d3a9a264694da0e4c2c0800309141e:

  Bluetooth: l2cap: Don't double set the HCI_CONN_MGMT_CONNECTED bit (2024-04-10 15:10:16 -0400)

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

  - L2CAP: Don't double set the HCI_CONN_MGMT_CONNECTED bit
  - Fix memory leak in hci_req_sync_complete
  - hci_sync: Fix using the same interval and window for Coded PHY
  - Fix not validating setsockopt user input

----------------------------------------------------------------
Archie Pusaka (1):
      Bluetooth: l2cap: Don't double set the HCI_CONN_MGMT_CONNECTED bit

Dmitry Antipov (1):
      Bluetooth: Fix memory leak in hci_req_sync_complete()

Luiz Augusto von Dentz (7):
      Bluetooth: ISO: Don't reject BT_ISO_QOS if parameters are unset
      Bluetooth: hci_sync: Fix using the same interval and window for Coded PHY
      Bluetooth: SCO: Fix not validating setsockopt user input
      Bluetooth: RFCOMM: Fix not validating setsockopt user input
      Bluetooth: L2CAP: Fix not validating setsockopt user input
      Bluetooth: ISO: Fix not validating setsockopt user input
      Bluetooth: hci_sock: Fix not validating setsockopt user input

 include/net/bluetooth/bluetooth.h |  9 +++++++
 net/bluetooth/hci_request.c       |  4 ++-
 net/bluetooth/hci_sock.c          | 21 ++++++----------
 net/bluetooth/hci_sync.c          |  6 ++---
 net/bluetooth/iso.c               | 46 +++++++++++++++-------------------
 net/bluetooth/l2cap_core.c        |  3 +--
 net/bluetooth/l2cap_sock.c        | 52 +++++++++++++++------------------------
 net/bluetooth/rfcomm/sock.c       | 14 ++++-------
 net/bluetooth/sco.c               | 23 ++++++++---------
 9 files changed, 79 insertions(+), 99 deletions(-)

Comments

Jakub Kicinski April 12, 2024, 1:56 a.m. UTC | #1
On Wed, 10 Apr 2024 15:16:10 -0400 Luiz Augusto von Dentz wrote:
> bluetooth pull request for net:
> 
>   - L2CAP: Don't double set the HCI_CONN_MGMT_CONNECTED bit
>   - Fix memory leak in hci_req_sync_complete
>   - hci_sync: Fix using the same interval and window for Coded PHY
>   - Fix not validating setsockopt user input

Looks like the bot didn't reply.
Paolo has pulled this for today's PR, FWIW :)
patchwork-bot+bluetooth@kernel.org April 25, 2024, 4:22 p.m. UTC | #2
Hello:

This pull request was applied to bluetooth/bluetooth-next.git (master)
by Paolo Abeni <pabeni@redhat.com>:

On Wed, 10 Apr 2024 15:16:10 -0400 you wrote:
> The following changes since commit 19fa4f2a85d777a8052e869c1b892a2f7556569d:
> 
>   r8169: fix LED-related deadlock on module removal (2024-04-10 10:44:29 +0100)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2024-04-10
> 
> [...]

Here is the summary with links:
  - pull request: bluetooth 2024-04-10
    https://git.kernel.org/bluetooth/bluetooth-next/c/fe3eb406723c

You are awesome, thank you!