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

From: Aaron Thompson
Date: Thu Oct 03 2024 - 20:38:36 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.

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 | 1 +
net/bluetooth/iso.c | 6 +-----
net/bluetooth/mgmt.c | 1 +
3 files changed, 3 insertions(+), 5 deletions(-)


base-commit: 9852d85ec9d492ebef56dc5f229416c925758edc
--
2.39.5