[dm-devel] [PATCH -next v2 0/6] md: fix that MD_RECOVERY_RUNNING can be cleared while sync_thread is still running

2023-05-29 Thread Yu Kuai
From: Yu Kuai Changes in v2: - rebase for the latest md-next Patch 1 revert the commit because it will cause MD_RECOVERY_RUNNING to be cleared while sync_thread is still running. The deadlock this patch tries to fix will be fixed by patch 2-5. Patch 6 enhance checking to prevent MD_RECOVERY_RU

Re: [dm-devel] [PATCH -next v2 0/6] md: fix that MD_RECOVERY_RUNNING can be cleared while sync_thread is still running

2023-06-07 Thread Yu Kuai
Hi, 在 2023/05/29 21:20, Yu Kuai 写道: From: Yu Kuai Changes in v2: - rebase for the latest md-next Patch 1 revert the commit because it will cause MD_RECOVERY_RUNNING to be cleared while sync_thread is still running. The deadlock this patch tries to fix will be fixed by patch 2-5. Patch 6 en

Re: [dm-devel] [PATCH -next v2 0/6] md: fix that MD_RECOVERY_RUNNING can be cleared while sync_thread is still running

2023-06-08 Thread Song Liu
On Wed, Jun 7, 2023 at 7:41 PM Yu Kuai wrote: > > Hi, > > 在 2023/05/29 21:20, Yu Kuai 写道: > > From: Yu Kuai > > > > Changes in v2: > > - rebase for the latest md-next > > > > Patch 1 revert the commit because it will cause MD_RECOVERY_RUNNING to be > > cleared while sync_thread is still running