[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230322064122.2384589-1-yukuai1@huaweicloud.com>
Date: Wed, 22 Mar 2023 14:41:16 +0800
From: Yu Kuai <yukuai1@...weicloud.com>
To: guoqing.jiang@...ux.dev, logang@...tatee.com,
pmenzel@...gen.mpg.de, agk@...hat.com, snitzer@...nel.org,
song@...nel.org
Cc: linux-kernel@...r.kernel.org, linux-raid@...r.kernel.org,
yukuai3@...wei.com, yukuai1@...weicloud.com, yi.zhang@...wei.com,
yangerkun@...wei.com
Subject: [PATCH -next 0/6] md: fix that MD_RECOVERY_RUNNING can be cleared while sync_thread is still running
From: Yu Kuai <yukuai3@...wei.com>
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_RUNNING to be cleared
while sync_thread is still running.
Yu Kuai (6):
Revert "md: unlock mddev before reap sync_thread in action_store"
md: refactor action_store() for 'idle' and 'frozen'
md: add a mutex to synchronize idle and frozen in action_store()
md: refactor idle/frozen_sync_thread()
md: wake up 'resync_wait' at last in md_reap_sync_thread()
md: enhance checking in md_check_recovery()
drivers/md/dm-raid.c | 1 -
drivers/md/md.c | 125 +++++++++++++++++++++++++++++--------------
drivers/md/md.h | 5 ++
3 files changed, 89 insertions(+), 42 deletions(-)
--
2.31.1
Powered by blists - more mailing lists