mbox series

[GIT,PULL] bluetooth 2025-05-15

Message ID 20250515171909.1606243-1-luiz.dentz@gmail.com
State New
Headers show
Series [GIT,PULL] bluetooth 2025-05-15 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2025-05-15

Message

Luiz Augusto von Dentz May 15, 2025, 5:19 p.m. UTC
The following changes since commit 0afc44d8cdf6029cce0a92873f0de5ac9416cec8:

  net: devmem: fix kernel panic when netlink socket close after module unload (2025-05-15 08:05:32 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2025-05-15

for you to fetch changes up to 4bcb0c7dc25446b99fc7a8fa2a143d69f3314162:

  Bluetooth: btusb: use skb_pull to avoid unsafe access in QCA dump handling (2025-05-15 13:12:54 -0400)

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

 - btusb: use skb_pull to avoid unsafe access in QCA dump handling
 - L2CAP: Fix not checking l2cap_chan security level

----------------------------------------------------------------
En-Wei Wu (1):
      Bluetooth: btusb: use skb_pull to avoid unsafe access in QCA dump handling

Luiz Augusto von Dentz (1):
      Bluetooth: L2CAP: Fix not checking l2cap_chan security level

 drivers/bluetooth/btusb.c  | 98 +++++++++++++++++++---------------------------
 net/bluetooth/l2cap_core.c | 15 +++----
 2 files changed, 48 insertions(+), 65 deletions(-)