The following changes since commit fe1910f9337bd46a9343967b547ccab26b4b2c6e: tcp_bpf: fix return value of tcp_bpf_sendmsg() (2024-08-30 11:09:10 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2024-08-30 for you to fetch changes up to 1e9683c9b6ca88cc9340cdca85edd6134c8cffe3: Bluetooth: MGMT: Ignore keys being loaded with invalid type (2024-08-30 17:57:11 -0400) ---------------------------------------------------------------- bluetooth pull request for net: - qca: If memdump doesn't work, re-enable IBS - MGMT: Fix not generating command complete for MGMT_OP_DISCONNECT - Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE" - MGMT: Ignore keys being loaded with invalid type ---------------------------------------------------------------- Douglas Anderson (1): Bluetooth: qca: If memdump doesn't work, re-enable IBS Luiz Augusto von Dentz (4): Bluetooth: hci_sync: Introduce hci_cmd_sync_run/hci_cmd_sync_run_once Bluetooth: MGMT: Fix not generating command complete for MGMT_OP_DISCONNECT Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE" Bluetooth: MGMT: Ignore keys being loaded with invalid type drivers/bluetooth/hci_qca.c | 1 + include/net/bluetooth/hci_core.h | 5 -- include/net/bluetooth/hci_sync.h | 4 ++ net/bluetooth/hci_conn.c | 6 +- net/bluetooth/hci_sync.c | 42 +++++++++++- net/bluetooth/mgmt.c | 144 ++++++++++++++++++--------------------- net/bluetooth/smp.c | 7 -- 7 files changed, 117 insertions(+), 92 deletions(-)