Re: [PATCH 0/6] Fix dmraid regression bugs

2024-02-29 Thread Xiao Ni
On Fri, Mar 1, 2024 at 10:12 AM Yu Kuai wrote: > > Hi, > > 在 2024/02/29 23:49, Xiao Ni 写道: > > Hi all > > > > This patch set tries to fix dmraid regression problems when we recently. > > After talking with Kuai who also sent a patch set which is used to fix > > dmraid regression problems, we decid

Re: [PATCH 0/6] Fix dmraid regression bugs

2024-02-29 Thread Yu Kuai
Hi, 在 2024/02/29 23:49, Xiao Ni 写道: Hi all This patch set tries to fix dmraid regression problems when we recently. After talking with Kuai who also sent a patch set which is used to fix dmraid regression problems, we decide to use a small patch set to fix these regression problems. This patch

Re: [PATCH 0/6] Fix dmraid regression bugs

2024-02-29 Thread Song Liu
On Thu, Feb 29, 2024 at 11:39 AM Christoph Hellwig wrote: > > If I rund this on the md/md-6.9-for-hch branch all the hangs I was > previously seeing in the lvm2 test suite are gone. Still a bunchof > failures, though: > > ### 427 tests: 284 passed, 127 skipped, 0 timed out, 3 warned, 13 failed Y

Re: [PATCH 0/6] Fix dmraid regression bugs

2024-02-29 Thread Christoph Hellwig
If I rund this on the md/md-6.9-for-hch branch all the hangs I was previously seeing in the lvm2 test suite are gone. Still a bunchof failures, though: ### 427 tests: 284 passed, 127 skipped, 0 timed out, 3 warned, 13 failed

[PATCH 0/6] Fix dmraid regression bugs

2024-02-29 Thread Xiao Ni
Hi all This patch set tries to fix dmraid regression problems when we recently. After talking with Kuai who also sent a patch set which is used to fix dmraid regression problems, we decide to use a small patch set to fix these regression problems. This patch is based on song's md-6.8 branch. Thi