linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Bluetooth: Fix a few module init/deinit bugs
@ 2024-10-04  0:30 Aaron Thompson
  2024-10-04  0:30 ` [PATCH 1/3] Bluetooth: ISO: Fix multiple init when debugfs is disabled Aaron Thompson
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Aaron Thompson @ 2024-10-04  0:30 UTC (permalink / raw)
  To: Johan Hedberg, Luiz Augusto von Dentz, Marcel Holtmann,
	linux-bluetooth, linux-kernel
  Cc: Aaron Thompson

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-10-04 23:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-04  0:30 [PATCH 0/3] Bluetooth: Fix a few module init/deinit bugs Aaron Thompson
2024-10-04  0:30 ` [PATCH 1/3] Bluetooth: ISO: Fix multiple init when debugfs is disabled Aaron Thompson
2024-10-04  0:30 ` [PATCH 2/3] Bluetooth: Call iso_exit() on module unload Aaron Thompson
2024-10-04 19:30   ` Luiz Augusto von Dentz
2024-10-04 23:01     ` Aaron Thompson
2024-10-04  0:30 ` [PATCH 3/3] Bluetooth: Remove debugfs directory on module init failure Aaron Thompson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).