From: Peter Xu <peterx@redhat.com>
To: Michael Tokarev <mjt@tls.msk.ru>
Cc: Fabiano Rosas <farosas@suse.de>,
qemu-devel@nongnu.org, Juan Quintela <quintela@redhat.com>,
Stefan Hajnoczi <stefanha@redhat.com>
Subject: Re: [PATCH 0/8] migration fixes
Date: Mon, 2 Oct 2023 19:29:35 -0400 [thread overview]
Message-ID: <ZRtSXxz0TeDY8odY@x1n> (raw)
In-Reply-To: <1531b1d7-2c8c-4a69-109a-170bd686d894@tls.msk.ru>
On Tue, Oct 03, 2023 at 01:55:35AM +0300, Michael Tokarev wrote:
> 18.09.2023 20:28, Fabiano Rosas wrote:
> > This series contains fixes for the two currently know failures that
> > show up in migration tests plus a set of fixes for some theoretical
> > race conditions around QEMUFile handling.
> >
> > Patch 1 addresses the issue found in the postcopy/preempt/plain test:
> > https://gitlab.com/qemu-project/qemu/-/issues/1886
> >
> > Patch 7 fixes a rare crash during the postocpy/preempt/recovery/plain test:
> >
> > Thread 7 "return path" received signal SIGSEGV, Segmentation fault.
> > 0x00005555560e4893 in qemu_file_get_error_obj (f=0x0, errp=0x0) at ../migration/qemu-file.c:154
> > 154 return f->last_error;
> >
> > CI run: https://gitlab.com/farosas/qemu/-/pipelines/1008652837
> >
> > Fabiano Rosas (7):
> > migration: Fix possible race when setting rp_state.error
> > migration: Fix possible races when shutting down the return path
> > migration: Fix possible race when shutting down to_dst_file
> > migration: Remove redundant cleanup of postcopy_qemufile_src
> > migration: Consolidate return path closing code
> > migration: Replace the return path retry logic
> > migration: Move return path cleanup to main migration thread
> >
> > Peter Xu (1):
> > migration: Fix race that dest preempt thread close too early
> >
> > migration/migration.c | 145 +++++++++++++++------------------------
> > migration/migration.h | 14 +++-
> > migration/postcopy-ram.c | 38 +++++++++-
> > 3 files changed, 106 insertions(+), 91 deletions(-)
>
> What can be done for -stable?
>
> At least the whole thing applies cleanly to 8.1.
It seems v8.0.5 needs at least a few conflict resolutions.
I'd say we go apply those to 8.1.1, and we can skip 8.0 unless someone
requests for it.
Thanks,
--
Peter Xu
next prev parent reply other threads:[~2023-10-02 23:30 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-18 17:28 [PATCH 0/8] migration fixes Fabiano Rosas
2023-09-18 17:28 ` [PATCH 1/8] migration: Fix race that dest preempt thread close too early Fabiano Rosas
2023-09-18 17:28 ` [PATCH 2/8] migration: Fix possible race when setting rp_state.error Fabiano Rosas
2023-09-18 17:28 ` [PATCH 3/8] migration: Fix possible races when shutting down the return path Fabiano Rosas
2023-09-18 17:28 ` [PATCH 4/8] migration: Fix possible race when shutting down to_dst_file Fabiano Rosas
2023-09-18 17:28 ` [PATCH 5/8] migration: Remove redundant cleanup of postcopy_qemufile_src Fabiano Rosas
2023-09-18 17:28 ` [PATCH 6/8] migration: Consolidate return path closing code Fabiano Rosas
2023-09-18 17:28 ` [PATCH 7/8] migration: Replace the return path retry logic Fabiano Rosas
2023-09-18 17:28 ` [PATCH 8/8] migration: Move return path cleanup to main migration thread Fabiano Rosas
2023-09-27 12:39 ` [PATCH 0/8] migration fixes Fabiano Rosas
2023-09-27 13:58 ` Peter Xu
2023-09-27 17:58 ` Stefan Hajnoczi
2023-09-27 20:14 ` Stefan Hajnoczi
2023-10-02 22:55 ` Michael Tokarev
2023-10-02 23:29 ` Peter Xu [this message]
2023-10-02 23:36 ` Michael Tokarev
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=ZRtSXxz0TeDY8odY@x1n \
--to=peterx@redhat.com \
--cc=farosas@suse.de \
--cc=mjt@tls.msk.ru \
--cc=qemu-devel@nongnu.org \
--cc=quintela@redhat.com \
--cc=stefanha@redhat.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 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.