From: patchwork-bot+bluetooth@kernel.org
To: Pauli Virtanen <pav@iki.fi>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH RFC 0/6] Locking in hci_sync
Date: Fri, 04 Aug 2023 22:50:23 +0000 [thread overview]
Message-ID: <169118942368.8518.9843355036673015644.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <cover.1690399379.git.pav@iki.fi>
Hello:
This series was applied to bluetooth/bluetooth-next.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:
On Thu, 27 Jul 2023 00:25:20 +0300 you wrote:
> The current guarantees that a given hci_conn is not freed concurrently
> appear to be:
>
> - hci_dev_lock is held, or,
> - rcu_read_lock is held (doesn't guarantee valid conn state), or,
> - hci_conn_get refcount held (doesn't guarantee valid conn state),
> - current task is running from hdev->workqueue (which is ordered)
>
> [...]
Here is the summary with links:
- [RFC,1/6] Bluetooth: hci_conn: hci_conn_cleanup is not needed, combine with del
(no matching commit)
- [RFC,2/6] Bluetooth: hci_conn: add hci_conn_is_alive
(no matching commit)
- [RFC,3/6] Bluetooth: hci_sync: add hci_conn_sync_queue and hci_cmd_sync_dev_(un)lock
(no matching commit)
- [RFC,4/6] Bluetooth: hci_sync: fix locking in hci_conn_abort and hci_disconnect_all_sync
(no matching commit)
- [RFC,5/6] Bluetooth: hci_sync: delete CIS in BT_OPEN/CONNECT/BOUND when aborting
(no matching commit)
- [RFC,6/6] Bluetooth: ISO: handle bound CIS cleanup via hci_conn
https://git.kernel.org/bluetooth/bluetooth-next/c/2dfe76d58d3a
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2023-08-04 22:50 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-26 21:25 [PATCH RFC 0/6] Locking in hci_sync Pauli Virtanen
2023-07-26 21:25 ` [PATCH RFC 1/6] Bluetooth: hci_conn: hci_conn_cleanup is not needed, combine with del Pauli Virtanen
2023-07-26 22:01 ` Locking in hci_sync bluez.test.bot
2023-07-27 4:14 ` [PATCH RFC 1/6] Bluetooth: hci_conn: hci_conn_cleanup is not needed, combine with del Paul Menzel
2023-07-26 21:25 ` [PATCH RFC 2/6] Bluetooth: hci_conn: add hci_conn_is_alive Pauli Virtanen
2023-07-26 21:25 ` [PATCH RFC 3/6] Bluetooth: hci_sync: add hci_conn_sync_queue and hci_cmd_sync_dev_(un)lock Pauli Virtanen
2023-07-26 21:25 ` [PATCH RFC 4/6] Bluetooth: hci_sync: fix locking in hci_conn_abort and hci_disconnect_all_sync Pauli Virtanen
2023-07-26 21:25 ` [PATCH RFC 5/6] Bluetooth: hci_sync: delete CIS in BT_OPEN/CONNECT/BOUND when aborting Pauli Virtanen
2023-07-27 21:23 ` Luiz Augusto von Dentz
2023-07-27 21:38 ` Pauli Virtanen
2023-07-26 21:25 ` [PATCH RFC 6/6] Bluetooth: ISO: handle bound CIS cleanup via hci_conn Pauli Virtanen
2023-07-27 21:14 ` Luiz Augusto von Dentz
2023-07-27 21:35 ` Pauli Virtanen
2023-07-28 0:27 ` Luiz Augusto von Dentz
2023-07-28 10:07 ` Pauli Virtanen
2023-08-04 22:50 ` patchwork-bot+bluetooth [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=169118942368.8518.9843355036673015644.git-patchwork-notify@kernel.org \
--to=patchwork-bot+bluetooth@kernel.org \
--cc=linux-bluetooth@vger.kernel.org \
--cc=pav@iki.fi \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.