diff options
author | Yu Kuai <[email protected]> | 2024-03-05 15:23:03 +0800 |
---|---|---|
committer | Song Liu <[email protected]> | 2024-03-05 12:53:32 -0800 |
commit | cd32b27a66db8776d8b8e82ec7d7dde97a8693b0 (patch) | |
tree | fb7a2e1c4751b4243555297aa7e20417c1314616 /scripts/gdb/linux/utils.py | |
parent | 16c4770c75b1223998adbeb7286f9a15c65fba73 (diff) |
md/dm-raid: don't call md_reap_sync_thread() directly
Currently md_reap_sync_thread() is called from raid_message() directly
without holding 'reconfig_mutex', this is definitely unsafe because
md_reap_sync_thread() can change many fields that is protected by
'reconfig_mutex'.
However, hold 'reconfig_mutex' here is still problematic because this
will cause deadlock, for example, commit 130443d60b1b ("md: refactor
idle/frozen_sync_thread() to fix deadlock").
Fix this problem by using stop_sync_thread() to unregister sync_thread,
like md/raid did.
Fixes: be83651f0050 ("DM RAID: Add message/status support for changing sync action")
Cc: [email protected] # v6.7+
Signed-off-by: Yu Kuai <[email protected]>
Signed-off-by: Xiao Ni <[email protected]>
Acked-by: Mike Snitzer <[email protected]>
Signed-off-by: Song Liu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions