mbox series

pull-request: bluetooth 2023-01-17

Message ID 20230118002944.1679845-1-luiz.dentz@gmail.com
State New
Headers show
Series pull-request: bluetooth 2023-01-17 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2023-01-17

Message

Luiz Augusto von Dentz Jan. 18, 2023, 12:29 a.m. UTC
The following changes since commit 1f3bd64ad921f051254591fbed04fd30b306cde6:

  net: stmmac: fix invalid call to mdiobus_get_phy() (2023-01-17 13:33:19 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2023-01-17

for you to fetch changes up to 1d80d57ffcb55488f0ec0b77928d4f82d16b6a90:

  Bluetooth: Fix possible deadlock in rfcomm_sk_state_change (2023-01-17 15:59:02 -0800)

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

 - Fix a buffer overflow in mgmt_mesh_add
 - Fix use HCI_OP_LE_READ_BUFFER_SIZE_V2
 - Fix hci_qca shutdown on closed serdev
 - Fix possible circular locking dependencies on ISO code
 - Fix possible deadlock in rfcomm_sk_state_change

----------------------------------------------------------------
Harshit Mogalapalli (1):
      Bluetooth: Fix a buffer overflow in mgmt_mesh_add()

Krzysztof Kozlowski (1):
      Bluetooth: hci_qca: Fix driver shutdown on closed serdev

Luiz Augusto von Dentz (4):
      Bluetooth: hci_sync: Fix use HCI_OP_LE_READ_BUFFER_SIZE_V2
      Bluetooth: ISO: Fix possible circular locking dependency
      Bluetooth: hci_event: Fix Invalid wait context
      Bluetooth: ISO: Fix possible circular locking dependency

Ying Hsu (1):
      Bluetooth: Fix possible deadlock in rfcomm_sk_state_change

Zhengchao Shao (2):
      Bluetooth: hci_conn: Fix memory leaks
      Bluetooth: hci_sync: fix memory leak in hci_update_adv_data()

 drivers/bluetooth/hci_qca.c |  7 +++++
 net/bluetooth/hci_conn.c    | 18 ++++++++++---
 net/bluetooth/hci_event.c   |  5 +++-
 net/bluetooth/hci_sync.c    | 19 +++++---------
 net/bluetooth/iso.c         | 64 ++++++++++++++++++---------------------------
 net/bluetooth/mgmt_util.h   |  2 +-
 net/bluetooth/rfcomm/sock.c |  7 ++++-
 7 files changed, 64 insertions(+), 58 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Jan. 18, 2023, 3:30 a.m. UTC | #1
Hello:

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

On Tue, 17 Jan 2023 16:29:44 -0800 you wrote:
> The following changes since commit 1f3bd64ad921f051254591fbed04fd30b306cde6:
> 
>   net: stmmac: fix invalid call to mdiobus_get_phy() (2023-01-17 13:33:19 +0100)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2023-01-17
> 
> [...]

Here is the summary with links:
  - pull-request: bluetooth 2023-01-17
    https://git.kernel.org/netdev/net/c/010a74f52203

You are awesome, thank you!
patchwork-bot+bluetooth@kernel.org Jan. 31, 2023, 9:11 p.m. UTC | #2
Hello:

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

On Tue, 17 Jan 2023 16:29:44 -0800 you wrote:
> The following changes since commit 1f3bd64ad921f051254591fbed04fd30b306cde6:
> 
>   net: stmmac: fix invalid call to mdiobus_get_phy() (2023-01-17 13:33:19 +0100)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2023-01-17
> 
> [...]

Here is the summary with links:
  - pull-request: bluetooth 2023-01-17
    https://git.kernel.org/bluetooth/bluetooth-next/c/010a74f52203

You are awesome, thank you!