public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
From: Eric Biggers <ebiggers@kernel.org>
To: xiaohui li <lixiaohui1@xiaomi.corp-partner.google.com>
Cc: "Theodore Y. Ts'o" <tytso@mit.edu>,
	Ext4 Developers List <linux-ext4@vger.kernel.org>
Subject: Re: is there root_fs.arm32 used by xfstests?
Date: Tue, 17 Mar 2020 20:28:17 -0700	[thread overview]
Message-ID: <20200318032817.GA893@sol.localdomain> (raw)
In-Reply-To: <CAAJeciW-r=+90gMJvEZ8xFMFwUH+rD1Qf9DRmqatD51vMgHbJg@mail.gmail.com>

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

  reply	other threads:[~2020-03-18  3:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-18  3:16 is there root_fs.arm32 used by xfstests? xiaohui li
2020-03-18  3:28 ` Eric Biggers [this message]
2020-03-19  1:34   ` xiaohui li

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=20200318032817.GA893@sol.localdomain \
    --to=ebiggers@kernel.org \
    --cc=linux-ext4@vger.kernel.org \
    --cc=lixiaohui1@xiaomi.corp-partner.google.com \
    --cc=tytso@mit.edu \
    /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