mbox series

pull request: bluetooth 2022-08-25

Message ID 20220825234559.1837409-1-luiz.dentz@gmail.com
State New
Headers show
Series pull request: bluetooth 2022-08-25 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2022-08-25

Message

Luiz Augusto von Dentz Aug. 25, 2022, 11:45 p.m. UTC
The following changes since commit 4c612826bec1441214816827979b62f84a097e91:

  Merge tag 'net-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2022-08-25 14:03:58 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2022-08-25

for you to fetch changes up to 2da8eb834b775a9d1acea6214d3e4a78ac841e6e:

  Bluetooth: hci_sync: hold hdev->lock when cleanup hci_conn (2022-08-25 16:26:19 -0700)

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

 - Fix handling of duplicate connection handle
 - Fix handling of HCI vendor opcode
 - Fix suspend performance regression
 - Fix build errors
 - Fix not handling shutdown condition on ISO sockets
 - Fix double free issue

----------------------------------------------------------------
Archie Pusaka (1):
      Bluetooth: hci_event: Fix checking conn for le_conn_complete_evt

Hans de Goede (1):
      Bluetooth: hci_event: Fix vendor (unknown) opcode status handling

Luiz Augusto von Dentz (4):
      Bluetooth: hci_sync: Fix suspend performance regression
      Bluetooth: L2CAP: Fix build errors in some archs
      Bluetooth: MGMT: Fix Get Device Flags
      Bluetooth: ISO: Fix not handling shutdown condition

Tetsuo Handa (1):
      Bluetooth: hci_sync: fix double mgmt_pending_free() in remove_adv_monitor()

Wolfram Sang (1):
      Bluetooth: move from strlcpy with unused retval to strscpy

Zhengping Jiang (1):
      Bluetooth: hci_sync: hold hdev->lock when cleanup hci_conn

 net/bluetooth/hci_event.c  | 13 ++++++++-
 net/bluetooth/hci_sync.c   | 30 +++++++++++--------
 net/bluetooth/hidp/core.c  |  6 ++--
 net/bluetooth/iso.c        | 35 +++++++++++++++-------
 net/bluetooth/l2cap_core.c | 10 +++----
 net/bluetooth/mgmt.c       | 72 +++++++++++++++++++++++++++-------------------
 6 files changed, 105 insertions(+), 61 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 27, 2022, 12:30 a.m. UTC | #1
Hello:

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

On Thu, 25 Aug 2022 16:45:59 -0700 you wrote:
> The following changes since commit 4c612826bec1441214816827979b62f84a097e91:
> 
>   Merge tag 'net-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2022-08-25 14:03:58 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2022-08-25
> 
> [...]

Here is the summary with links:
  - pull request: bluetooth 2022-08-25
    https://git.kernel.org/netdev/net/c/037c97b2886e

You are awesome, thank you!