* pull request: bluetooth 2024-10-23
@ 2024-10-23 14:30 Luiz Augusto von Dentz
2024-10-24 10:40 ` patchwork-bot+netdevbpf
0 siblings, 1 reply; 6+ messages in thread
From: Luiz Augusto von Dentz @ 2024-10-23 14:30 UTC (permalink / raw)
To: davem, kuba; +Cc: linux-bluetooth, netdev
The following changes since commit 6e62807c7fbb3c758d233018caf94dfea9c65dbd:
posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime() (2024-10-23 16:05:01 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2024-10-23
for you to fetch changes up to 246b435ad668596aa0e2bbb9d491b6413861211a:
Bluetooth: ISO: Fix UAF on iso_sock_timeout (2024-10-23 10:21:14 -0400)
----------------------------------------------------------------
bluetooth pull request for net:
- hci_core: Disable works on hci_unregister_dev
- SCO: Fix UAF on sco_sock_timeout
- ISO: Fix UAF on iso_sock_timeout
----------------------------------------------------------------
Luiz Augusto von Dentz (3):
Bluetooth: hci_core: Disable works on hci_unregister_dev
Bluetooth: SCO: Fix UAF on sco_sock_timeout
Bluetooth: ISO: Fix UAF on iso_sock_timeout
include/net/bluetooth/bluetooth.h | 1 +
net/bluetooth/af_bluetooth.c | 22 ++++++++++++++++++++++
net/bluetooth/hci_core.c | 24 +++++++++++++++---------
net/bluetooth/hci_sync.c | 12 +++++++++---
net/bluetooth/iso.c | 18 ++++++++++++------
net/bluetooth/sco.c | 18 ++++++++++++------
6 files changed, 71 insertions(+), 24 deletions(-)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: pull request: bluetooth 2024-10-23
2024-10-23 14:30 Luiz Augusto von Dentz
@ 2024-10-24 10:40 ` patchwork-bot+netdevbpf
0 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-10-24 10:40 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 Paolo Abeni <pabeni@redhat.com>:
On Wed, 23 Oct 2024 10:30:05 -0400 you wrote:
> The following changes since commit 6e62807c7fbb3c758d233018caf94dfea9c65dbd:
>
> posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime() (2024-10-23 16:05:01 +0200)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2024-10-23
>
> [...]
Here is the summary with links:
- pull request: bluetooth 2024-10-23
https://git.kernel.org/netdev/net/c/1876479d9866
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] 6+ messages in thread
* pull request: bluetooth 2024-10-23
@ 2024-10-30 18:56 Luiz Augusto von Dentz
2024-10-31 10:31 ` Paolo Abeni
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Luiz Augusto von Dentz @ 2024-10-30 18:56 UTC (permalink / raw)
To: davem, kuba; +Cc: linux-bluetooth, netdev
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(-)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: pull request: bluetooth 2024-10-23
2024-10-30 18:56 pull request: bluetooth 2024-10-23 Luiz Augusto von Dentz
@ 2024-10-31 10:31 ` Paolo Abeni
2024-10-31 11:00 ` patchwork-bot+netdevbpf
2024-11-14 21:24 ` patchwork-bot+bluetooth
2 siblings, 0 replies; 6+ messages in thread
From: Paolo Abeni @ 2024-10-31 10:31 UTC (permalink / raw)
To: Luiz Augusto von Dentz, davem, kuba; +Cc: linux-bluetooth, netdev
On 10/30/24 19:56, 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
>
> net/bluetooth/hci_sync.c | 18 +++++++++++-------
> 1 file changed, 11 insertions(+), 7 deletions(-)
Just to state the obvious and avoid some dumb error on my side, this is
superseded by:
https://lore.kernel.org/netdev/20241030192205.38298-1-luiz.dentz@gmail.com/
due to the bad subj here, right?
Thanks!
Paolo
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: pull request: bluetooth 2024-10-23
2024-10-30 18:56 pull request: bluetooth 2024-10-23 Luiz Augusto von Dentz
2024-10-31 10:31 ` Paolo Abeni
@ 2024-10-31 11:00 ` patchwork-bot+netdevbpf
2024-11-14 21:24 ` patchwork-bot+bluetooth
2 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-10-31 11:00 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 Paolo Abeni <pabeni@redhat.com>:
On Wed, 30 Oct 2024 14:56:33 -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-23
https://git.kernel.org/netdev/net/c/ee802a49545a
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] 6+ messages in thread
* Re: pull request: bluetooth 2024-10-23
2024-10-30 18:56 pull request: bluetooth 2024-10-23 Luiz Augusto von Dentz
2024-10-31 10:31 ` Paolo Abeni
2024-10-31 11:00 ` patchwork-bot+netdevbpf
@ 2024-11-14 21:24 ` patchwork-bot+bluetooth
2 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+bluetooth @ 2024-11-14 21:24 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 Paolo Abeni <pabeni@redhat.com>:
On Wed, 30 Oct 2024 14:56:33 -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-23
https://git.kernel.org/bluetooth/bluetooth-next/c/ee802a49545a
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] 6+ messages in thread
end of thread, other threads:[~2024-11-14 21:24 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-30 18:56 pull request: bluetooth 2024-10-23 Luiz Augusto von Dentz
2024-10-31 10:31 ` Paolo Abeni
2024-10-31 11:00 ` patchwork-bot+netdevbpf
2024-11-14 21:24 ` patchwork-bot+bluetooth
-- strict thread matches above, loose matches on Subject: below --
2024-10-23 14:30 Luiz Augusto von Dentz
2024-10-24 10:40 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox