There are some building errors and regression bug. The PR is at https://github.com/md-raid-utilities/mdadm/pull/178 v2 adds the 4 more patches. Xiao Ni (7): mdadm: use standard libc nftw mdadm: fix building errors mdadm: add attribute nonstring for signature mdadm: give more time to wait sync thread to reap mdadm/tests: mark 10ddf-fail-two-spares broken mdadm/tests: mark 09imsm-assemble broken mdadm/tests: mark 10ddf-fail-readd-readonly broken lib.c | 22 ------------------- platform-intel.h | 2 +- super-ddf.c | 9 ++++---- super-intel.c | 3 ++- tests/09imsm-assemble.broken | 30 ++++++++++++++++++++++++++ tests/10ddf-fail-readd-readonly.broken | 22 +++++++++++++++++++ tests/10ddf-fail-two-spares.broken | 11 ++++++++++ tests/func.sh | 5 ++++- 8 files changed, 75 insertions(+), 29 deletions(-) create mode 100644 tests/09imsm-assemble.broken create mode 100644 tests/10ddf-fail-readd-readonly.broken create mode 100644 tests/10ddf-fail-two-spares.broken -- 2.32.0 (Apple Git-132)