From: Stefan Hajnoczi <stefanha@redhat.com>
To: qemu-devel@nongnu.org
Cc: Fam Zheng <fam@euphon.net>,
qemu-block@nongnu.org, qemu-stable@nongnu.org,
Stefan Hajnoczi <stefanha@redhat.com>
Subject: [PATCH v2 0/2] fdmon-poll: reset npfd when upgrading to fdmon-epoll
Date: Tue, 15 Sep 2020 13:03:37 +0100 [thread overview]
Message-ID: <20200915120339.702938-1-stefanha@redhat.com> (raw)
v2:
* Rebased onto qemu.git/master for meson
Fix an assertion failure when aio_poll() is called in a aio_disable_external()
region. The failure happens when fdmon-poll is first upgraded to fdmon-epoll
and then downgraded again due to aio_disable_external().
Stefan Hajnoczi (2):
fdmon-poll: reset npfd when upgrading to fdmon-epoll
tests: add test-fdmon-epoll
MAINTAINERS | 1 +
tests/test-fdmon-epoll.c | 73 ++++++++++++++++++++++++++++++++++++++++
util/fdmon-poll.c | 1 +
tests/meson.build | 3 ++
4 files changed, 78 insertions(+)
create mode 100644 tests/test-fdmon-epoll.c
--
2.26.2
next reply other threads:[~2020-09-15 12:05 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-15 12:03 Stefan Hajnoczi [this message]
2020-09-15 12:03 ` [PATCH v2 1/2] fdmon-poll: reset npfd when upgrading to fdmon-epoll Stefan Hajnoczi
2020-09-15 12:03 ` [PATCH v2 2/2] tests: add test-fdmon-epoll Stefan Hajnoczi
2020-09-23 12:52 ` [PATCH v2 0/2] fdmon-poll: reset npfd when upgrading to fdmon-epoll Stefan Hajnoczi
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=20200915120339.702938-1-stefanha@redhat.com \
--to=stefanha@redhat.com \
--cc=fam@euphon.net \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-stable@nongnu.org \
/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).