Merge tag 'for-net-next-2024-03-08' of...
Merge tag 'for-net-next-2024-03-08' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next Luiz Augusto von Dentz says: ==================== bluetooth-next pull request for net-next: - hci_conn: Only do ACL connections sequentially - hci_core: Cancel request on command timeout - Remove CONFIG_BT_HS - btrtl: Add the support for RTL8852BT/RTL8852BE-VT - btusb: Add support Mediatek MT7920 - btusb: Add new VID/PID 13d3/3602 for MT7925 - Add new quirk for broken read key length on ATS2851 * tag 'for-net-next-2024-03-08' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next: (52 commits) Bluetooth: hci_sync: Fix UAF in hci_acl_create_conn_sync Bluetooth: Fix eir name length Bluetooth: ISO: Align broadcast sync_timeout with connection timeout Bluetooth: Add new quirk for broken read key length on ATS2851 Bluetooth: mgmt: remove NULL check in add_ext_adv_params_complete() Bluetooth: mgmt: remove NULL check in mgmt_set_connectable_complete() Bluetooth: btusb: Add support Mediatek MT7920 Bluetooth: btmtk: Add MODULE_FIRMWARE() for MT7922 Bluetooth: btnxpuart: Fix btnxpuart_close Bluetooth: ISO: Clean up returns values in iso_connect_ind() Bluetooth: fix use-after-free in accessing skb after sending it Bluetooth: af_bluetooth: Fix deadlock Bluetooth: bnep: Fix out-of-bound access Bluetooth: btusb: Fix memory leak Bluetooth: msft: Fix memory leak Bluetooth: hci_core: Fix possible buffer overflow Bluetooth: btrtl: fix out of bounds memory access Bluetooth: hci_h5: Add ability to allocate memory for private data Bluetooth: hci_sync: Fix overwriting request callback Bluetooth: hci_sync: Use QoS to determine which PHY to scan ... ==================== Link: https://lore.kernel.org/r/20240308181056.120547-1-luiz.dentz@gmail.com Signed-off-by:Jakub Kicinski <kuba@kernel.org>
Showing
- drivers/bluetooth/btbcm.c 3 additions, 9 deletionsdrivers/bluetooth/btbcm.c
- drivers/bluetooth/btintel.c 115 additions, 1 deletiondrivers/bluetooth/btintel.c
- drivers/bluetooth/btmtk.c 4 additions, 1 deletiondrivers/bluetooth/btmtk.c
- drivers/bluetooth/btmtk.h 1 addition, 0 deletionsdrivers/bluetooth/btmtk.h
- drivers/bluetooth/btnxpuart.c 24 additions, 3 deletionsdrivers/bluetooth/btnxpuart.c
- drivers/bluetooth/btrtl.c 14 additions, 0 deletionsdrivers/bluetooth/btrtl.c
- drivers/bluetooth/btusb.c 25 additions, 5 deletionsdrivers/bluetooth/btusb.c
- drivers/bluetooth/hci_h5.c 4 additions, 1 deletiondrivers/bluetooth/hci_h5.c
- drivers/bluetooth/hci_qca.c 3 additions, 3 deletionsdrivers/bluetooth/hci_qca.c
- drivers/bluetooth/hci_serdev.c 5 additions, 4 deletionsdrivers/bluetooth/hci_serdev.c
- drivers/bluetooth/hci_uart.h 11 additions, 1 deletiondrivers/bluetooth/hci_uart.h
- include/net/bluetooth/bluetooth.h 2 additions, 0 deletionsinclude/net/bluetooth/bluetooth.h
- include/net/bluetooth/hci.h 17 additions, 2 deletionsinclude/net/bluetooth/hci.h
- include/net/bluetooth/hci_core.h 29 additions, 8 deletionsinclude/net/bluetooth/hci_core.h
- include/net/bluetooth/hci_sync.h 19 additions, 3 deletionsinclude/net/bluetooth/hci_sync.h
- include/net/bluetooth/l2cap.h 1 addition, 43 deletionsinclude/net/bluetooth/l2cap.h
- net/bluetooth/6lowpan.c 2 additions, 2 deletionsnet/bluetooth/6lowpan.c
- net/bluetooth/Kconfig 0 additions, 8 deletionsnet/bluetooth/Kconfig
- net/bluetooth/Makefile 0 additions, 1 deletionnet/bluetooth/Makefile
- net/bluetooth/a2mp.c 0 additions, 1054 deletionsnet/bluetooth/a2mp.c
Please register or sign in to comment