mbox series

pull-request: bluetooth 2023-03-23

Message ID 20230323202335.3380841-1-luiz.dentz@gmail.com (mailing list archive)
State Accepted
Commit 2e63a2dfe73fd00e48b615ef1274a44299f57c5f
Headers show
Series pull-request: bluetooth 2023-03-23 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2023-03-23

Message

Luiz Augusto von Dentz March 23, 2023, 8:23 p.m. UTC
The following changes since commit bb765a743377d46d8da8e7f7e5128022504741b9:

  mlxsw: spectrum_fid: Fix incorrect local port type (2023-03-22 15:50:32 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2023-03-23

for you to fetch changes up to bce56405201111807cc8e4f47c6de3e10b17c1ac:

  Bluetooth: HCI: Fix global-out-of-bounds (2023-03-23 13:09:38 -0700)

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

 - Fix MGMT add advmon with RSSI command
 - L2CAP: Fix responding with wrong PDU type
 - Fix race condition in hci_cmd_sync_clear
 - ISO: Fix timestamped HCI ISO data packet parsing
 - HCI: Fix global-out-of-bounds
 - hci_sync: Resume adv with no RPA when active scan

----------------------------------------------------------------
Brian Gix (1):
      Bluetooth: Remove "Power-on" check from Mesh feature

Howard Chung (1):
      Bluetooth: mgmt: Fix MGMT add advmon with RSSI command

Kiran K (2):
      Bluetooth: btintel: Iterate only bluetooth device ACPI entries
      Bluetooth: btinel: Check ACPI handle for NULL before accessing

Luiz Augusto von Dentz (3):
      Bluetooth: hci_core: Detect if an ACL packet is in fact an ISO packet
      Bluetooth: btusb: Remove detection of ISO packets over bulk
      Bluetooth: L2CAP: Fix responding with wrong PDU type

Min Li (1):
      Bluetooth: Fix race condition in hci_cmd_sync_clear

Pauli Virtanen (1):
      Bluetooth: ISO: fix timestamped HCI ISO data packet parsing

Stephan Gerhold (1):
      Bluetooth: btqcomsmd: Fix command timeout after setting BD address

Sungwoo Kim (1):
      Bluetooth: HCI: Fix global-out-of-bounds

Zheng Wang (1):
      Bluetooth: btsdio: fix use after free bug in btsdio_remove due to unfinished work

Zhengping Jiang (1):
      Bluetooth: hci_sync: Resume adv with no RPA when active scan

 drivers/bluetooth/btintel.c      |  51 +++++++++++------
 drivers/bluetooth/btintel.h      |   7 ---
 drivers/bluetooth/btqcomsmd.c    |  17 +++++-
 drivers/bluetooth/btsdio.c       |   1 +
 drivers/bluetooth/btusb.c        |  10 ----
 include/net/bluetooth/hci_core.h |   1 +
 net/bluetooth/hci_core.c         |  23 ++++++--
 net/bluetooth/hci_sync.c         |  68 ++++++++++++++++-------
 net/bluetooth/iso.c              |   9 ++-
 net/bluetooth/l2cap_core.c       | 117 ++++++++++++++++++++++++++-------------
 net/bluetooth/mgmt.c             |   9 +--
 11 files changed, 206 insertions(+), 107 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 23, 2023, 11:10 p.m. UTC | #1
Hello:

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

On Thu, 23 Mar 2023 13:23:35 -0700 you wrote:
> The following changes since commit bb765a743377d46d8da8e7f7e5128022504741b9:
> 
>   mlxsw: spectrum_fid: Fix incorrect local port type (2023-03-22 15:50:32 +0100)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2023-03-23
> 
> [...]

Here is the summary with links:
  - pull-request: bluetooth 2023-03-23
    https://git.kernel.org/netdev/net/c/2e63a2dfe73f

You are awesome, thank you!
patchwork-bot+bluetooth@kernel.org April 7, 2023, 7:41 p.m. UTC | #2
Hello:

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

On Thu, 23 Mar 2023 13:23:35 -0700 you wrote:
> The following changes since commit bb765a743377d46d8da8e7f7e5128022504741b9:
> 
>   mlxsw: spectrum_fid: Fix incorrect local port type (2023-03-22 15:50:32 +0100)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2023-03-23
> 
> [...]

Here is the summary with links:
  - pull-request: bluetooth 2023-03-23
    https://git.kernel.org/bluetooth/bluetooth-next/c/2e63a2dfe73f

You are awesome, thank you!