The following changes since commit 11d06f0aaef89f4cad68b92510bd9decff2d7b87: net: dsa: vsc73xx: fix reception from VLAN-unaware bridges (2024-10-15 18:41:52 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2024-10-16 for you to fetch changes up to 2c1dda2acc4192d826e84008d963b528e24d12bc: Bluetooth: btusb: Fix regression with fake CSR controllers 0a12:0001 (2024-10-16 16:10:25 -0400) ---------------------------------------------------------------- bluetooth pull request for net: - ISO: Fix multiple init when debugfs is disabled - Call iso_exit() on module unload - Remove debugfs directory on module init failure - btusb: Fix not being able to reconnect after suspend - btusb: Fix regression with fake CSR controllers 0a12:0001 - bnep: fix wild-memory-access in proto_unregister ---------------------------------------------------------------- Aaron Thompson (3): Bluetooth: ISO: Fix multiple init when debugfs is disabled Bluetooth: Call iso_exit() on module unload Bluetooth: Remove debugfs directory on module init failure Luiz Augusto von Dentz (2): Bluetooth: btusb: Fix not being able to reconnect after suspend Bluetooth: btusb: Fix regression with fake CSR controllers 0a12:0001 Ye Bin (1): Bluetooth: bnep: fix wild-memory-access in proto_unregister drivers/bluetooth/btusb.c | 27 +++++++++------------------ net/bluetooth/af_bluetooth.c | 3 +++ net/bluetooth/bnep/core.c | 3 +-- net/bluetooth/iso.c | 6 +----- 4 files changed, 14 insertions(+), 25 deletions(-)