lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <d8447fb3-f71e-c202-a301-39132ea3562c@huaweicloud.com>
Date: Wed, 28 Aug 2024 17:13:33 +0800
From: Yu Kuai <yukuai1@...weicloud.com>
To: Xiao Ni <xni@...hat.com>, Yu Kuai <yukuai1@...weicloud.com>
Cc: Song Liu <song@...nel.org>, mariusz.tkaczyk@...ux.intel.com,
 linux-kernel@...r.kernel.org, linux-raid@...r.kernel.org,
 yi.zhang@...wei.com, yangerkun@...wei.com, "yukuai (C)" <yukuai3@...wei.com>
Subject: Re: [PATCH md-6.12 v2 00/42] md/md-bitmap: introduce
 bitmap_operations and make structure internal

Hi,

在 2024/08/28 9:31, Xiao Ni 写道:
> On Wed, Aug 28, 2024 at 9:15 AM Yu Kuai <yukuai1@...weicloud.com> wrote:
>>
>> Hi,
>>
>> 在 2024/08/28 4:32, Song Liu 写道:
>>> On Mon, Aug 26, 2024 at 12:50 AM Yu Kuai <yukuai1@...weicloud.com> wrote:
>>>>
>>> [...]
>>>>
>>>> And with this we can build bitmap as kernel module, but that's not
>>>> our concern for now.
>>>>
>>>> This version was tested with mdadm tests. There are still few failed
>>>> tests in my VM, howerver, it's the test itself need to be fixed and
>>>> we're working on it.
>>>
>>> Do we have new test failures after this set? If so, which ones?
>>
>> No, there are new failures.
> 
> Hi all
> 
> I suggest running lvm2 regression tests too. I can't run it myself now
> because I can't get a stable network connection all the time.
> 

Today, I run one round of the lvm2 tests with following script in my VM:
for t in `ls test/shell`; do
         if cat test/shell/$t | grep raid &> /dev/null; then
                 make check T=shell/$t
         fi
done

And the failed tests are:
[root@...ora lvm2]# cat log1 | grep "###   " | grep failed
###       failed: [ndev-vanilla] shell/lvconvert-raid-reshape-size.sh
###       failed: [ndev-vanilla] shell/lvconvert-repair-raid.sh

Then, I revert this set and test above tests again, they still fail. So
I didn't dig into these tests. :)

Thanks,
Kuai

> Best Regards
> Xiao
>>
>> Thanks,
>> Kuai
>>
>>>
>>> Thanks,
>>> Song
>>>
>>>> Yu Kuai (42):
>>>>     md/raid1: use md_bitmap_wait_behind_writes() in raid1_read_request()
>>>>     md/md-bitmap: replace md_bitmap_status() with a new helper
>>>>       md_bitmap_get_stats()
>>>
>>> [...]
>>> .
>>>
>>
> 
> 
> .
> 


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ