Re: [PATCH 1/5] migration: Fix missing join() of rp_thread
* Peter Xu (pet...@redhat.com) wrote: > It's possible that the migration thread skip the join() of the rp_thread in > below race and crash on src right at finishing migration: > >migration_thread rp_thread > - > mi
[PATCH 1/5] migration: Fix missing join() of rp_thread
It's possible that the migration thread skip the join() of the rp_thread in below race and crash on src right at finishing migration: migration_thread rp_thread - migration_completion()