2023-09-21 09:24:28

by Luiz Augusto von Dentz

[permalink] [raw]
Subject: pull-request: bluetooth 2023-09-20

The following changes since commit 4a0f07d71b0483cc08c03cefa7c85749e187c214:

net/handshake: Fix memory leak in __sock_create() and sock_alloc_file() (2023-09-20 11:54:49 +0100)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2023-09-20

for you to fetch changes up to b938790e70540bf4f2e653dcd74b232494d06c8f:

Bluetooth: hci_codec: Fix leaking content of local_codecs (2023-09-20 11:03:11 -0700)

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

- Fix handling of HCI_QUIRK_STRICT_DUPLICATE_FILTER
- Fix handling of listen for ISO unicast
- Fix build warnings
- Fix leaking content of local_codecs
- Add shutdown function for QCA6174
- Delete unused hci_req_prepare_suspend() declaration
- Fix hci_link_tx_to RCU lock usage
- Avoid redundant authentication

----------------------------------------------------------------
Luiz Augusto von Dentz (4):
Bluetooth: hci_sync: Fix handling of HCI_QUIRK_STRICT_DUPLICATE_FILTER
Bluetooth: ISO: Fix handling of listen for unicast
Bluetooth: hci_core: Fix build warnings
Bluetooth: hci_codec: Fix leaking content of local_codecs

Rocky Liao (1):
Bluetooth: btusb: add shutdown function for QCA6174

Yao Xiao (1):
Bluetooth: Delete unused hci_req_prepare_suspend() declaration

Ying Hsu (2):
Bluetooth: Fix hci_link_tx_to RCU lock usage
Bluetooth: Avoid redundant authentication

drivers/bluetooth/btusb.c | 1 +
include/net/bluetooth/hci_core.h | 2 +-
net/bluetooth/hci_conn.c | 63 ++++++++++++++++++++++------------------
net/bluetooth/hci_core.c | 14 +++++++--
net/bluetooth/hci_event.c | 1 +
net/bluetooth/hci_request.h | 2 --
net/bluetooth/hci_sync.c | 14 ++++-----
net/bluetooth/iso.c | 9 ++++--
8 files changed, 60 insertions(+), 46 deletions(-)


2023-09-29 04:22:16

by Luiz Augusto von Dentz

[permalink] [raw]
Subject: Re: pull-request: bluetooth 2023-09-20

Hi,

On Wed, Sep 20, 2023 at 11:13 AM Luiz Augusto von Dentz
<[email protected]> wrote:
>
> The following changes since commit 4a0f07d71b0483cc08c03cefa7c85749e187c214:
>
> net/handshake: Fix memory leak in __sock_create() and sock_alloc_file() (2023-09-20 11:54:49 +0100)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2023-09-20
>
> for you to fetch changes up to b938790e70540bf4f2e653dcd74b232494d06c8f:
>
> Bluetooth: hci_codec: Fix leaking content of local_codecs (2023-09-20 11:03:11 -0700)
>
> ----------------------------------------------------------------
> bluetooth pull request for net:
>
> - Fix handling of HCI_QUIRK_STRICT_DUPLICATE_FILTER
> - Fix handling of listen for ISO unicast
> - Fix build warnings
> - Fix leaking content of local_codecs
> - Add shutdown function for QCA6174
> - Delete unused hci_req_prepare_suspend() declaration
> - Fix hci_link_tx_to RCU lock usage
> - Avoid redundant authentication
>
> ----------------------------------------------------------------
> Luiz Augusto von Dentz (4):
> Bluetooth: hci_sync: Fix handling of HCI_QUIRK_STRICT_DUPLICATE_FILTER
> Bluetooth: ISO: Fix handling of listen for unicast
> Bluetooth: hci_core: Fix build warnings
> Bluetooth: hci_codec: Fix leaking content of local_codecs
>
> Rocky Liao (1):
> Bluetooth: btusb: add shutdown function for QCA6174
>
> Yao Xiao (1):
> Bluetooth: Delete unused hci_req_prepare_suspend() declaration
>
> Ying Hsu (2):
> Bluetooth: Fix hci_link_tx_to RCU lock usage
> Bluetooth: Avoid redundant authentication
>
> drivers/bluetooth/btusb.c | 1 +
> include/net/bluetooth/hci_core.h | 2 +-
> net/bluetooth/hci_conn.c | 63 ++++++++++++++++++++++------------------
> net/bluetooth/hci_core.c | 14 +++++++--
> net/bluetooth/hci_event.c | 1 +
> net/bluetooth/hci_request.h | 2 --
> net/bluetooth/hci_sync.c | 14 ++++-----
> net/bluetooth/iso.c | 9 ++++--
> 8 files changed, 60 insertions(+), 46 deletions(-)

Looks like this still hasn't been pulled, any problems with the pull-request?

--
Luiz Augusto von Dentz

2023-10-01 13:20:31

by patchwork-bot+netdevbpf

[permalink] [raw]
Subject: Re: pull-request: bluetooth 2023-09-20

Hello:

This pull request was applied to netdev/net.git (main)
by David S. Miller <[email protected]>:

On Wed, 20 Sep 2023 11:13:44 -0700 you wrote:
> The following changes since commit 4a0f07d71b0483cc08c03cefa7c85749e187c214:
>
> net/handshake: Fix memory leak in __sock_create() and sock_alloc_file() (2023-09-20 11:54:49 +0100)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2023-09-20
>
> [...]

Here is the summary with links:
- pull-request: bluetooth 2023-09-20
https://git.kernel.org/netdev/net/c/c15cd642d437

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html


2023-10-11 18:03:39

by patchwork-bot+bluetooth

[permalink] [raw]
Subject: Re: pull-request: bluetooth 2023-09-20

Hello:

This pull request was applied to bluetooth/bluetooth-next.git (master)
by David S. Miller <[email protected]>:

On Wed, 20 Sep 2023 11:13:44 -0700 you wrote:
> The following changes since commit 4a0f07d71b0483cc08c03cefa7c85749e187c214:
>
> net/handshake: Fix memory leak in __sock_create() and sock_alloc_file() (2023-09-20 11:54:49 +0100)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2023-09-20
>
> [...]

Here is the summary with links:
- pull-request: bluetooth 2023-09-20
https://git.kernel.org/bluetooth/bluetooth-next/c/c15cd642d437

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html