Merge tag 'for-net-2023-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
Luiz Augusto von Dentz says: ==================== bluetooth pull request for net: - Fix MGMT add advmon with RSSI command - L2CAP: Fix responding with wrong PDU type - Fix race condition in hci_cmd_sync_clear - ISO: Fix timestamped HCI ISO data packet parsing - HCI: Fix global-out-of-bounds - hci_sync: Resume adv with no RPA when active scan * tag 'for-net-2023-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth: Bluetooth: HCI: Fix global-out-of-bounds Bluetooth: mgmt: Fix MGMT add advmon with RSSI command Bluetooth: btsdio: fix use after free bug in btsdio_remove due to unfinished work Bluetooth: L2CAP: Fix responding with wrong PDU type Bluetooth: btqcomsmd: Fix command timeout after setting BD address Bluetooth: btinel: Check ACPI handle for NULL before accessing Bluetooth: Remove "Power-on" check from Mesh feature Bluetooth: Fix race condition in hci_cmd_sync_clear Bluetooth: btintel: Iterate only bluetooth device ACPI entries Bluetooth: ISO: fix timestamped HCI ISO data packet parsing Bluetooth: btusb: Remove detection of ISO packets over bulk Bluetooth: hci_core: Detect if an ACL packet is in fact an ISO packet Bluetooth: hci_sync: Resume adv with no RPA when active scan ==================== Link: https://lore.kernel.org/r/20230323202335.3380841-1-luiz.dentz@gmail.com Signed-off-by:Jakub Kicinski <kuba@kernel.org>
Showing
- drivers/bluetooth/btintel.c 33 additions, 18 deletionsdrivers/bluetooth/btintel.c
- drivers/bluetooth/btintel.h 0 additions, 7 deletionsdrivers/bluetooth/btintel.h
- drivers/bluetooth/btqcomsmd.c 16 additions, 1 deletiondrivers/bluetooth/btqcomsmd.c
- drivers/bluetooth/btsdio.c 1 addition, 0 deletionsdrivers/bluetooth/btsdio.c
- drivers/bluetooth/btusb.c 0 additions, 10 deletionsdrivers/bluetooth/btusb.c
- include/net/bluetooth/hci_core.h 1 addition, 0 deletionsinclude/net/bluetooth/hci_core.h
- net/bluetooth/hci_core.c 19 additions, 4 deletionsnet/bluetooth/hci_core.c
- net/bluetooth/hci_sync.c 48 additions, 20 deletionsnet/bluetooth/hci_sync.c
- net/bluetooth/iso.c 7 additions, 2 deletionsnet/bluetooth/iso.c
- net/bluetooth/l2cap_core.c 79 additions, 38 deletionsnet/bluetooth/l2cap_core.c
- net/bluetooth/mgmt.c 2 additions, 7 deletionsnet/bluetooth/mgmt.c
Loading
Please register or sign in to comment