The following changes since commit d90e36f8364d99c737fe73b0c49a51dd5e749d86: Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux (2025-01-14 11:13:35 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git tags/for-net-next-2025-01-15 for you to fetch changes up to 26fbd3494a7dd26269cb0817c289267dbcfdec06: Bluetooth: MGMT: Fix slab-use-after-free Read in mgmt_remove_adv_monitor_sync (2025-01-15 10:37:38 -0500) ---------------------------------------------------------------- bluetooth-next pull request for net-next: - btusb: Add new VID/PID 13d3/3610 for MT7922 - btusb: Add new VID/PID 13d3/3628 for MT7925 - btusb: Add MT7921e device 13d3:3576 - btusb: Add RTL8851BE device 13d3:3600 - btusb: Add ID 0x2c7c:0x0130 for Qualcomm WCN785x - btusb: add sysfs attribute to control USB alt setting - qca: Expand firmware-name property - qca: Fix poor RF performance for WCN6855 - L2CAP: handle NULL sock pointer in l2cap_sock_alloc - Allow reset via sysfs - ISO: Allow BIG re-sync - dt-bindings: Utilize PMU abstraction for WCN6750 - MGMT: Mark LL Privacy as stable ---------------------------------------------------------------- Andrew Halaney (1): Bluetooth: btusb: Add new VID/PID 13d3/3610 for MT7922 Charles Han (1): Bluetooth: btbcm: Fix NULL deref in btbcm_get_board_name() Cheng Jiang (3): dt-bindings: net: bluetooth: qca: Expand firmware-name property Bluetooth: qca: Update firmware-name to support board specific nvm Bluetooth: qca: Expand firmware-name to load specific rampatch Dr. David Alan Gilbert (1): Bluetooth: hci: Remove deadcode En-Wei Wu (1): Bluetooth: btusb: Add new VID/PID 13d3/3628 for MT7925 Fedor Pchelkin (1): Bluetooth: L2CAP: handle NULL sock pointer in l2cap_sock_alloc Garrett Wilke (2): Bluetooth: btusb: Add MT7921e device 13d3:3576 Bluetooth: btusb: Add RTL8851BE device 13d3:3600 Hao Qin (1): Bluetooth: btmtk: Remove resetting mt7921 before downloading the fw Hsin-chen Chuang (3): Bluetooth: Remove the cmd timeout count in btusb Bluetooth: Get rid of cmd_timeout and use the reset callback Bluetooth: Allow reset via sysfs Iulia Tanasescu (1): Bluetooth: iso: Allow BIG re-sync Janaki Ramaiah Thota (1): dt-bindings: bluetooth: Utilize PMU abstraction for WCN6750 Krzysztof Kozlowski (1): Bluetooth: Use str_enable_disable-like helpers Luiz Augusto von Dentz (1): Bluetooth: MGMT: Mark LL Privacy as stable Mark Dietzer (1): Bluetooth: btusb: Add ID 0x2c7c:0x0130 for Qualcomm WCN785x Max Chou (1): Bluetooth: btrtl: check for NULL in btrtl_setup_realtek() Mazin Al Haddad (1): Bluetooth: MGMT: Fix slab-use-after-free Read in mgmt_remove_adv_monitor_sync Ying Hsu (1): Bluetooth: btusb: add sysfs attribute to control USB alt setting Zijun Hu (1): Bluetooth: qca: Fix poor RF performance for WCN6855 .../bindings/net/bluetooth/qualcomm-bluetooth.yaml | 10 +- drivers/bluetooth/btbcm.c | 3 + drivers/bluetooth/btintel.c | 17 +- drivers/bluetooth/btmrvl_main.c | 3 +- drivers/bluetooth/btmtk.c | 4 +- drivers/bluetooth/btmtksdio.c | 4 +- drivers/bluetooth/btqca.c | 200 ++++++++++++++------- drivers/bluetooth/btqca.h | 5 +- drivers/bluetooth/btrtl.c | 4 +- drivers/bluetooth/btusb.c | 73 +++++--- drivers/bluetooth/hci_qca.c | 33 ++-- include/net/bluetooth/hci.h | 1 - include/net/bluetooth/hci_core.h | 14 +- include/net/bluetooth/hci_sync.h | 1 - net/bluetooth/hci_core.c | 24 +-- net/bluetooth/hci_sync.c | 76 ++++---- net/bluetooth/hci_sysfs.c | 19 ++ net/bluetooth/iso.c | 36 ++++ net/bluetooth/l2cap_sock.c | 3 +- net/bluetooth/mgmt.c | 145 ++------------- 20 files changed, 340 insertions(+), 335 deletions(-)