From: Eric Blake <eblake@redhat.com>
To: qemu-devel@nongnu.org
Cc: qemu-block@nongnu.org, Zhu Yangyang <zhuyangyang14@huawei.com>
Subject: [PATCH v5 for-9.0? 0/2] Fix NBD TLS poll in coroutine
Date: Mon, 8 Apr 2024 11:00:42 -0500 [thread overview]
Message-ID: <20240408160214.1200629-4-eblake@redhat.com> (raw)
v4 was here:
https://lists.gnu.org/archive/html/qemu-devel/2024-04/msg00624.html
Since then: add some asserts [Vladimir], add second patch with more
coroutine_fn annotations [Vladimir]
Eric Blake (1):
nbd/server: Mark negotiation functions as coroutine_fn
Zhu Yangyang (1):
nbd/server: do not poll within a coroutine context
nbd/nbd-internal.h | 10 ----
nbd/client.c | 28 ++++++++--
nbd/common.c | 11 ----
nbd/server.c | 128 ++++++++++++++++++++++++++++-----------------
4 files changed, 105 insertions(+), 72 deletions(-)
--
2.44.0
next reply other threads:[~2024-04-08 16:03 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-08 16:00 Eric Blake [this message]
2024-04-08 16:00 ` [PATCH v5 1/2] nbd/server: do not poll within a coroutine context Eric Blake
2024-04-09 6:13 ` Vladimir Sementsov-Ogievskiy
2024-04-08 16:00 ` [PATCH v5 2/2] nbd/server: Mark negotiation functions as coroutine_fn Eric Blake
2024-04-09 6:30 ` Vladimir Sementsov-Ogievskiy
2024-04-09 15:49 ` Eric Blake
2024-04-10 7:05 ` Vladimir Sementsov-Ogievskiy
2024-04-10 12:53 ` Eric Blake
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=20240408160214.1200629-4-eblake@redhat.com \
--to=eblake@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=zhuyangyang14@huawei.com \
/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 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).