Re: [PATCH] migration: Check current_migration in migration_is_running()

2024-11-06 Thread Thomas Huth
On 06/11/2024 18.18, Pierrick Bouvier wrote: On 11/6/24 01:43, Thomas Huth wrote: On 05/11/2024 19.27, Peter Xu wrote: Report shows that commit 34a8892dec broke iotest 055: https://lore.kernel.org/r/b8806360-a2b6-4608-83a3-db67e264c...@linaro.org FWIW, this patch also fixes a lot of other br

Re: [PATCH] migration: Check current_migration in migration_is_running()

2024-11-06 Thread Pierrick Bouvier
On 11/6/24 01:43, Thomas Huth wrote: On 05/11/2024 19.27, Peter Xu wrote: Report shows that commit 34a8892dec broke iotest 055: https://lore.kernel.org/r/b8806360-a2b6-4608-83a3-db67e264c...@linaro.org FWIW, this patch also fixes a lot of other broken iotests (vmdk and vpc) that occur when ru

Re: [PATCH] migration: Check current_migration in migration_is_running()

2024-11-06 Thread Thomas Huth
On 05/11/2024 19.27, Peter Xu wrote: Report shows that commit 34a8892dec broke iotest 055: https://lore.kernel.org/r/b8806360-a2b6-4608-83a3-db67e264c...@linaro.org FWIW, this patch also fixes a lot of other broken iotests (vmdk and vpc) that occur when running "make check SPEED=thorough".