Hi Here I'm sending MD patches that fix the LVM2 testsuite for the kernels 6.7 and 6.8. The testsuite was broken in the 6.6 -> 6.7 window, there are multiple tests that deadlock. I fixed some of the bugs. And I reverted some patches that claim to be fixing bugs but they break the testsuite. I'd like to ask you - please, next time when you are going to commit something into the MD subsystem, download the LVM2 package from git://sourceware.org/git/lvm2.git and run the testsuite ("./configure && make && make check") to make sure that your bugfix doesn't introduce another bug. You can run a specific test with the "T" parameter - for example "make check T=shell/integrity-caching.sh" Mikulas