linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Yu Kuai <yukuai1@huaweicloud.com>
To: Xiao Ni <xni@redhat.com>, Yu Kuai <yukuai1@huaweicloud.com>
Cc: mpatocka@redhat.com, heinzm@redhat.com, agk@redhat.com,
	snitzer@kernel.org, dm-devel@lists.linux.dev, song@kernel.org,
	jbrassow@f14.redhat.com, neilb@suse.de, shli@fb.com,
	akpm@osdl.org, linux-kernel@vger.kernel.org,
	linux-raid@vger.kernel.org, yi.zhang@huawei.com,
	yangerkun@huawei.com, "yukuai (C)" <yukuai3@huawei.com>
Subject: Re: [PATCH v4 00/14] dm-raid: fix v6.7 regressions
Date: Wed, 31 Jan 2024 10:52:31 +0800	[thread overview]
Message-ID: <6f8ca5f8-c958-8769-1433-a19c4067b074@huaweicloud.com> (raw)
In-Reply-To: <CALTww29UKCJcvJB2BvGTbCcpvD4Y-J+Bg1WgE0nOijLNMv=RGg@mail.gmail.com>

Hi,

在 2024/01/31 9:28, Xiao Ni 写道:
> On Wed, Jan 31, 2024 at 9:25 AM Yu Kuai <yukuai1@huaweicloud.com> wrote:
>>
>> Hi, Xiao Ni!
>>
>> 在 2024/01/31 8:29, Xiao Ni 写道:
>>> In my environment, the lvm2 regression test has passed. There are only
>>> three failed cases which also fail in kernel 6.6.
>>>
>>> ###       failed: [ndev-vanilla] shell/lvresize-fs-crypt.sh
>>> ###       failed: [ndev-vanilla] shell/pvck-dump.sh
>>> ###       failed: [ndev-vanilla] shell/select-report.sh
>>> ### 426 tests: 346 passed, 70 skipped, 0 timed out, 7 warned, 3 failed
>>>     in 89:26.073
>>
>> Thanks for the test, this is greate news.
>>
>> Kuai
>>
> 
> Hi Kuai
> 
> Have you run mdadm regression tests based on this patch set?

Of course, I'm runing in my VM with loop devices.

Thanks,
Kuai

> 
> Regards
> Xiao
> 
> .
> 


  reply	other threads:[~2024-01-31  2:52 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-30  2:18 [PATCH v4 00/14] dm-raid: fix v6.7 regressions Yu Kuai
2024-01-30  2:18 ` [PATCH v4 01/14] md: don't ignore suspended array in md_check_recovery() Yu Kuai
2024-01-30  2:18 ` [PATCH v4 02/14] md: don't ignore read-only " Yu Kuai
2024-01-30  2:18 ` [PATCH v4 03/14] md: make sure md_do_sync() will set MD_RECOVERY_DONE Yu Kuai
2024-01-30  2:18 ` [PATCH v4 04/14] md: don't register sync_thread for reshape directly Yu Kuai
2024-01-30  2:18 ` [PATCH v4 05/14] md: export helpers to stop sync_thread Yu Kuai
2024-01-30  2:18 ` [PATCH v4 06/14] dm-raid: really frozen sync_thread during suspend Yu Kuai
2024-01-30  2:18 ` [PATCH v4 07/14] md/dm-raid: don't call md_reap_sync_thread() directly Yu Kuai
2024-01-30  2:18 ` [PATCH v4 08/14] dm-raid: add a new helper prepare_suspend() in md_personality Yu Kuai
2024-01-30  2:18 ` [PATCH v4 09/14] md: export helper md_is_rdwr() Yu Kuai
2024-01-30  2:18 ` [PATCH v4 10/14] md: don't suspend the array for interrupted reshape Yu Kuai
2024-01-30  2:18 ` [PATCH v4 11/14] md/raid456: fix a deadlock for dm-raid456 while io concurrent with reshape Yu Kuai
2024-01-30  2:18 ` [PATCH v4 12/14] dm-raid: fix lockdep waring in "pers->hot_add_disk" Yu Kuai
2024-01-30  2:18 ` [PATCH RFC v4 13/14] dm: wait for IO completion before removing dm device Yu Kuai
2024-01-30 11:46   ` Mikulas Patocka
2024-01-30 13:05     ` Yu Kuai
2024-01-31  1:35       ` Yu Kuai
2024-01-30  2:18 ` [PATCH v4 RFC 14/14] dm-raid: remove mddev_suspend/resume() Yu Kuai
2024-01-31  2:51   ` Yu Kuai
2024-01-30  9:08 ` [PATCH v4 00/14] dm-raid: fix v6.7 regressions Song Liu
2024-01-31  0:29 ` Xiao Ni
2024-01-31  1:25   ` Yu Kuai
2024-01-31  1:28     ` Xiao Ni
2024-01-31  2:52       ` Yu Kuai [this message]
2024-01-31  7:06         ` Yu Kuai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6f8ca5f8-c958-8769-1433-a19c4067b074@huaweicloud.com \
    --to=yukuai1@huaweicloud.com \
    --cc=agk@redhat.com \
    --cc=akpm@osdl.org \
    --cc=dm-devel@lists.linux.dev \
    --cc=heinzm@redhat.com \
    --cc=jbrassow@f14.redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-raid@vger.kernel.org \
    --cc=mpatocka@redhat.com \
    --cc=neilb@suse.de \
    --cc=shli@fb.com \
    --cc=snitzer@kernel.org \
    --cc=song@kernel.org \
    --cc=xni@redhat.com \
    --cc=yangerkun@huawei.com \
    --cc=yi.zhang@huawei.com \
    --cc=yukuai3@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).