Message ID | 20230920181344.571274-1-luiz.dentz@gmail.com |
---|---|
State | New |
Headers | show |
Series | pull-request: bluetooth 2023-09-20 | expand |
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?
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!
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!