mbox series

[GIT,PULL] bluetooth 2025-02-13

Message ID 20250213162446.617632-1-luiz.dentz@gmail.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] bluetooth 2025-02-13 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2025-02-13

Message

Luiz Augusto von Dentz Feb. 13, 2025, 4:24 p.m. UTC
The following changes since commit 0469b410c888414c3505d8d2b5814eb372404638:

  Merge branch 'net-ethernet-ti-am65-cpsw-xdp-fixes' (2025-02-12 20:12:59 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2025-02-13

for you to fetch changes up to ab4eedb790cae44313759b50fe47da285e2519d5:

  Bluetooth: L2CAP: Fix corrupted list in hci_chan_del (2025-02-13 11:15:37 -0500)

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

 - btintel_pcie: Fix a potential race condition
 - L2CAP: Fix slab-use-after-free Read in l2cap_send_cmd
 - L2CAP: Fix corrupted list in hci_chan_del

----------------------------------------------------------------
Kiran K (1):
      Bluetooth: btintel_pcie: Fix a potential race condition

Luiz Augusto von Dentz (2):
      Bluetooth: L2CAP: Fix slab-use-after-free Read in l2cap_send_cmd
      Bluetooth: L2CAP: Fix corrupted list in hci_chan_del

 drivers/bluetooth/btintel_pcie.c |   5 +-
 include/net/bluetooth/l2cap.h    |   3 +-
 net/bluetooth/l2cap_core.c       | 169 ++++++++++++++++++---------------------
 net/bluetooth/l2cap_sock.c       |  15 ++--
 4 files changed, 92 insertions(+), 100 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 13, 2025, 6:10 p.m. UTC | #1
Hello:

This pull request was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 13 Feb 2025 11:24:46 -0500 you wrote:
> The following changes since commit 0469b410c888414c3505d8d2b5814eb372404638:
> 
>   Merge branch 'net-ethernet-ti-am65-cpsw-xdp-fixes' (2025-02-12 20:12:59 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2025-02-13
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] bluetooth 2025-02-13
    https://git.kernel.org/netdev/net/c/82c260c8806b

You are awesome, thank you!