mbox series

pull-request: bluetooth 2023-06-05

Message ID 20230606003454.2392552-1-luiz.dentz@gmail.com (mailing list archive)
State Accepted
Commit ab39b113e74751958aac1b125a14ee42bd7d3efd
Headers show
Series pull-request: bluetooth 2023-06-05 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2023-06-05

Message

Luiz Augusto von Dentz June 6, 2023, 12:34 a.m. UTC
The following changes since commit fb928170e32ebf4f983db7ea64901b1ea19ceadf:

  Merge branch 'mptcp-addr-adv-fixes' (2023-06-05 15:15:57 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2023-06-05

for you to fetch changes up to 75767213f3d9b97f63694d02260b6a49a2271876:

  Bluetooth: L2CAP: Add missing checks for invalid DCID (2023-06-05 17:24:14 -0700)

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

 - Fixes to debugfs registration
 - Fix use-after-free in hci_remove_ltk/hci_remove_irk
 - Fixes to ISO channel support
 - Fix missing checks for invalid L2CAP DCID
 - Fix l2cap_disconnect_req deadlock
 - Add lock to protect HCI_UNREGISTER

----------------------------------------------------------------
Johan Hovold (2):
      Bluetooth: fix debugfs registration
      Bluetooth: hci_qca: fix debugfs registration

Luiz Augusto von Dentz (1):
      Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irk

Pauli Virtanen (4):
      Bluetooth: ISO: consider right CIS when removing CIG at cleanup
      Bluetooth: ISO: Fix CIG auto-allocation to select configurable CIG
      Bluetooth: ISO: don't try to remove CIG if there are bound CIS left
      Bluetooth: ISO: use correct CIS order in Set CIG Parameters event

Sungwoo Kim (1):
      Bluetooth: L2CAP: Add missing checks for invalid DCID

Ying Hsu (1):
      Bluetooth: Fix l2cap_disconnect_req deadlock

Zhengping Jiang (1):
      Bluetooth: hci_sync: add lock to protect HCI_UNREGISTER

 drivers/bluetooth/hci_qca.c      |  6 +++++-
 include/net/bluetooth/hci.h      |  1 +
 include/net/bluetooth/hci_core.h |  4 +++-
 net/bluetooth/hci_conn.c         | 22 ++++++++++++--------
 net/bluetooth/hci_core.c         | 10 +++++----
 net/bluetooth/hci_event.c        | 44 ++++++++++++++++++++++++----------------
 net/bluetooth/hci_sync.c         | 23 +++++++++++++++------
 net/bluetooth/l2cap_core.c       | 13 ++++++++++++
 8 files changed, 84 insertions(+), 39 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org June 7, 2023, 5 a.m. UTC | #1
Hello:

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

On Mon,  5 Jun 2023 17:34:54 -0700 you wrote:
> The following changes since commit fb928170e32ebf4f983db7ea64901b1ea19ceadf:
> 
>   Merge branch 'mptcp-addr-adv-fixes' (2023-06-05 15:15:57 +0100)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2023-06-05
> 
> [...]

Here is the summary with links:
  - pull-request: bluetooth 2023-06-05
    https://git.kernel.org/netdev/net/c/ab39b113e747

You are awesome, thank you!
patchwork-bot+bluetooth@kernel.org June 26, 2023, 8:42 p.m. UTC | #2
Hello:

This pull request was applied to bluetooth/bluetooth-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Mon,  5 Jun 2023 17:34:54 -0700 you wrote:
> The following changes since commit fb928170e32ebf4f983db7ea64901b1ea19ceadf:
> 
>   Merge branch 'mptcp-addr-adv-fixes' (2023-06-05 15:15:57 +0100)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2023-06-05
> 
> [...]

Here is the summary with links:
  - pull-request: bluetooth 2023-06-05
    https://git.kernel.org/bluetooth/bluetooth-next/c/ab39b113e747

You are awesome, thank you!