[PATCH v2 0/3] Bluetooth: Fix a few module init/deinit bugs

From: Aaron Thompson
Date: Fri Oct 04 2024 - 19:11:37 EST


Hi all,

These patches fix a few bugs in init and deinit for the bluetooth
module. I ran into the first one when I started running a kernel with
debugfs disabled on my laptop, and I ran into the next two when I was
working on the fix for the first one.

v2:
* Move iso_exit() call to bt_exit() (Luiz Augusto von Dentz)

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

net/bluetooth/af_bluetooth.c | 3 +++
net/bluetooth/iso.c | 6 +-----
2 files changed, 4 insertions(+), 5 deletions(-)


base-commit: 9852d85ec9d492ebef56dc5f229416c925758edc
--
2.39.5