mbox series

pull request: bluetooth 2024-10-30

Message ID 20241030192205.38298-1-luiz.dentz@gmail.com (mailing list archive)
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

Checks

Context Check Description
netdev/tree_selection success Pull request for net
netdev/build_32bit success Errors and warnings before: 5 this patch: 5
netdev/build_tools success No tools touched, skip
netdev/build_clang success Errors and warnings before: 3 this patch: 3
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/verify_fixes fail Problems with Fixes tag: 1
netdev/build_allmodconfig_warn success Errors and warnings before: 4 this patch: 4
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 20 this patch: 20
netdev/contest success net-next-2024-10-31--09-00 (tests: 779)

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