mbox series

pull request: bluetooth 2024-10-30

Message ID 20241030192205.38298-1-luiz.dentz@gmail.com
State New
Headers show
Series pull request: bluetooth 2024-10-30 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2024-10-30

Message

Luiz Augusto von Dentz Oct. 30, 2024, 7:22 p.m. UTC
The following changes since commit c05c62850a8f035a267151dd86ea3daf887e28b8:

  Merge tag 'wireless-2024-10-29' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless (2024-10-29 18:57:12 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2024-10-30

for you to fetch changes up to 1e67d8641813f1876a42eeb4f532487b8a7fb0a8:

  Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecs (2024-10-30 14:49:09 -0400)

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

 - hci: fix null-ptr-deref in hci_read_supported_codecs

----------------------------------------------------------------
Sungwoo Kim (1):
      Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecs

 net/bluetooth/hci_sync.c | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

Comments

Paolo Abeni Oct. 31, 2024, 10:52 a.m. UTC | #1
On 10/30/24 20:22, Luiz Augusto von Dentz wrote:
> The following changes since commit c05c62850a8f035a267151dd86ea3daf887e28b8:
> 
>   Merge tag 'wireless-2024-10-29' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless (2024-10-29 18:57:12 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2024-10-30
> 
> for you to fetch changes up to 1e67d8641813f1876a42eeb4f532487b8a7fb0a8:
> 
>   Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecs (2024-10-30 14:49:09 -0400)
> 
> ----------------------------------------------------------------
> bluetooth pull request for net:
> 
>  - hci: fix null-ptr-deref in hci_read_supported_codecs
> 
> ----------------------------------------------------------------
> Sungwoo Kim (1):
>       Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecs

FTR, there is a small buglet with the tag area in this commit (empty
line between fixes and SoB tag). Given we are still digesting last week
pw, I think is better to avoid rebase and repost, but please double
check such things in the future.

Thanks,

Paolo
patchwork-bot+netdevbpf@kernel.org Nov. 1, 2024, 1:21 a.m. UTC | #2
Hello:

This pull request was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Wed, 30 Oct 2024 15:22:05 -0400 you wrote:
> The following changes since commit c05c62850a8f035a267151dd86ea3daf887e28b8:
> 
>   Merge tag 'wireless-2024-10-29' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless (2024-10-29 18:57:12 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2024-10-30
> 
> [...]

Here is the summary with links:
  - pull request: bluetooth 2024-10-30
    https://git.kernel.org/netdev/net-next/c/ee802a49545a

You are awesome, thank you!