]> git.ipfire.org Git - thirdparty/mdadm.git/commit
tests: add a regression test for raid456 deadlock
authorYu Kuai <yukuai3@huawei.com>
Mon, 29 May 2023 13:28:22 +0000 (21:28 +0800)
committerJes Sorensen <jes@trained-monkey.org>
Thu, 26 Oct 2023 21:24:28 +0000 (17:24 -0400)
commit9d0fb58f3b1314678564b4ac7bfb19942acc8926
tree671649bf3a641c3ce33f51b795505a9432e74d81
parent3973f65293ce69ddd7c19be9a7a796abfe80e370
tests: add a regression test for raid456 deadlock

The deadlock is described in [1], as the last patch described, it's
fixed first by [2], however this fix will be reverted and the deadlock
is supposed to be fixed by [3].

[1] https://lore.kernel.org/linux-raid/5ed54ffc-ce82-bf66-4eff-390cb23bc1ac@molgen.mpg.de/T/#t
[2] https://lore.kernel.org/linux-raid/20220621031129.24778-1-guoqing.jiang@linux.dev/
[3] https://lore.kernel.org/linux-raid/20230322064122.2384589-5-yukuai1@huaweicloud.com/

Signed-off-by: Yu Kuai <yukuai3@huawei.com>
Signed-off-by: Jes Sorensen <jes@trained-monkey.org>
tests/24raid456deadlock [new file with mode: 0644]