* pull-request: bluetooth 2023-09-20
@ 2023-09-20 18:13 Luiz Augusto von Dentz
2023-09-27 22:00 ` Luiz Augusto von Dentz
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Luiz Augusto von Dentz @ 2023-09-20 18:13 UTC (permalink / raw)
To: davem, kuba; +Cc: linux-bluetooth, netdev
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(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: pull-request: bluetooth 2023-09-20
2023-09-20 18:13 pull-request: bluetooth 2023-09-20 Luiz Augusto von Dentz
@ 2023-09-27 22:00 ` Luiz Augusto von Dentz
2023-10-01 13:20 ` patchwork-bot+netdevbpf
2023-10-11 18:02 ` patchwork-bot+bluetooth
2 siblings, 0 replies; 4+ messages in thread
From: Luiz Augusto von Dentz @ 2023-09-27 22:00 UTC (permalink / raw)
To: davem, kuba; +Cc: linux-bluetooth, netdev
Hi,
On Wed, Sep 20, 2023 at 11:13 AM Luiz Augusto von Dentz
<luiz.dentz@gmail.com> 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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: pull-request: bluetooth 2023-09-20
2023-09-20 18:13 pull-request: bluetooth 2023-09-20 Luiz Augusto von Dentz
2023-09-27 22:00 ` Luiz Augusto von Dentz
@ 2023-10-01 13:20 ` patchwork-bot+netdevbpf
2023-10-11 18:02 ` patchwork-bot+bluetooth
2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-10-01 13:20 UTC (permalink / raw)
To: Luiz Augusto von Dentz; +Cc: davem, kuba, linux-bluetooth, netdev
Hello:
This pull request was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: pull-request: bluetooth 2023-09-20
2023-09-20 18:13 pull-request: bluetooth 2023-09-20 Luiz Augusto von Dentz
2023-09-27 22:00 ` Luiz Augusto von Dentz
2023-10-01 13:20 ` patchwork-bot+netdevbpf
@ 2023-10-11 18:02 ` patchwork-bot+bluetooth
2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+bluetooth @ 2023-10-11 18:02 UTC (permalink / raw)
To: Luiz Augusto von Dentz; +Cc: davem, kuba, linux-bluetooth, netdev
Hello:
This pull request was applied to bluetooth/bluetooth-next.git (master)
by David S. Miller <davem@davemloft.net>:
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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-10-11 18:02 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-20 18:13 pull-request: bluetooth 2023-09-20 Luiz Augusto von Dentz
2023-09-27 22:00 ` Luiz Augusto von Dentz
2023-10-01 13:20 ` patchwork-bot+netdevbpf
2023-10-11 18:02 ` patchwork-bot+bluetooth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).