Re: [PATCH 0/5] migration: Fix migration state reference counting

2024-01-22 Thread Peter Xu
On Fri, Jan 19, 2024 at 08:39:17PM -0300, Fabiano Rosas wrote: > We currently have a bug when running migration code in bottom > halves. The issue has already been reported in Gitlab[1] and it > started happening very frequently on my machine for some reason. > > The issue is that we're dropping

[PATCH 0/5] migration: Fix migration state reference counting

2024-01-19 Thread Fabiano Rosas
We currently have a bug when running migration code in bottom halves. The issue has already been reported in Gitlab[1] and it started happening very frequently on my machine for some reason. The issue is that we're dropping the last reference to the MigrationState object while the cleanup bottom