mbox series

[0/3] Bluetooth: iso: Fix warnings

Message ID 20241204122849.9000-1-iulia.tanasescu@nxp.com
Headers show
Series Bluetooth: iso: Fix warnings | expand

Message

Iulia Tanasescu Dec. 4, 2024, 12:28 p.m. UTC
This adds some fixes for locking related warnings in the ISO module.

Iulia Tanasescu (3):
  Bluetooth: iso: Fix circular locking dependency warnings
  Bluetooth: iso: Always release hdev at the end of iso_listen_bis
  Bluetooth: iso: Fix recursive locking warning

 net/bluetooth/iso.c | 43 +++++++++++++++++++++++++++++++++++++++----
 1 file changed, 39 insertions(+), 4 deletions(-)


base-commit: 47ebf099106eb021cf7dd677720e6469a38785a5

Comments

patchwork-bot+bluetooth@kernel.org Dec. 5, 2024, 4:30 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 Wed,  4 Dec 2024 14:28:46 +0200 you wrote:
> This adds some fixes for locking related warnings in the ISO module.
> 
> Iulia Tanasescu (3):
>   Bluetooth: iso: Fix circular locking dependency warnings
>   Bluetooth: iso: Always release hdev at the end of iso_listen_bis
>   Bluetooth: iso: Fix recursive locking warning
> 
> [...]

Here is the summary with links:
  - [1/3] Bluetooth: iso: Fix circular locking dependency warnings
    (no matching commit)
  - [2/3] Bluetooth: iso: Always release hdev at the end of iso_listen_bis
    (no matching commit)
  - [3/3] Bluetooth: iso: Fix recursive locking warning
    https://git.kernel.org/bluetooth/bluetooth-next/c/269f7b219173

You are awesome, thank you!