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

Aaron Thompson posted 3 patches 1 month, 3 weeks ago
There is a newer version of this series
net/bluetooth/af_bluetooth.c | 1 +
net/bluetooth/iso.c          | 6 +-----
net/bluetooth/mgmt.c         | 1 +
3 files changed, 3 insertions(+), 5 deletions(-)
[PATCH 0/3] Bluetooth: Fix a few module init/deinit bugs
Posted by Aaron Thompson 1 month, 3 weeks ago
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