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]
Date:   Tue, 17 Mar 2020 20:28:17 -0700
From:   Eric Biggers <ebiggers@...nel.org>
To:     xiaohui li <lixiaohui1@...omi.corp-partner.google.com>
Cc:     "Theodore Y. Ts'o" <tytso@....edu>,
        Ext4 Developers List <linux-ext4@...r.kernel.org>
Subject: Re: is there root_fs.arm32 used by xfstests?

On Wed, Mar 18, 2020 at 11:16:32AM +0800, xiaohui li wrote:
> hello ted:
> 
> many thanks for your xfstests-bld project which can be deployed on
> android systems and make mobile phone more robust and stable.
> but as is known, many low-end mobile phone’s cpu still use the arm32
> architecture.
> and if these low-end mobile phone also can make full use of xfstests
> to do fs tests,
> there will be more fs bug will be found and our filesystem will become
> more robust.
> 
> but from below link:
> https://www.kernel.org/pub/linux/kernel/people/tytso/kvm-xfstests
> there is not arm32 root_fs.
> 
> so if you or anyone can offer me a link which can download arm32
> root_fs needed by xfstests,
> i appreciate it very much.
> 
> best regards.

Great to hear that you're interested in running xfstests on Android!  Probably
Ted stopped providing an arm32 root_fs because arm64 is much more common now.
It should be pretty straightforward to build an arm32 root_fs.tar yourself,
though; have you checked the documentation in
https://github.com/tytso/xfstests-bld/blob/master/Documentation/building-rootfs.md
?

It should just require:

	sudo ./setup-buildchroot --arch=armhf
	./do-all --chroot=buster-armhf --out-tar

I haven't done it in a while so I can't guarantee it hasn't gone stale, but it's
supposed to work.

- Eric

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ