mbox series

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

Message ID 20241004230410.299824-1-dev@aaront.org (mailing list archive)
Headers show
Series Bluetooth: Fix a few module init/deinit bugs | expand

Message

Aaron Thompson Oct. 4, 2024, 11:04 p.m. UTC
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

Comments

patchwork-bot+bluetooth@kernel.org Oct. 7, 2024, 3:10 p.m. UTC | #1
Hello:

This series was applied to bluetooth/bluetooth-next.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Fri,  4 Oct 2024 23:04:07 +0000 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [v2,1/3] Bluetooth: ISO: Fix multiple init when debugfs is disabled
    https://git.kernel.org/bluetooth/bluetooth-next/c/6259a9d4578d
  - [v2,2/3] Bluetooth: Call iso_exit() on module unload
    https://git.kernel.org/bluetooth/bluetooth-next/c/d18b99bb8795
  - [v2,3/3] Bluetooth: Remove debugfs directory on module init failure
    https://git.kernel.org/bluetooth/bluetooth-next/c/f5a04a514aa2

You are awesome, thank you!