This survey presents some interesting statistical information about LTP
that I thought others (who may not be subscribed or read the LTP list)
may be interested in. Also, here is an opportunity to give feedback to
LTP.
Dan
----- Forwarded message from Cyril Hrubis <chrubis(a)suse.cz> -----
Date: Wed, 9 Jan 2019 16:25:32 +0100
From: Cyril Hrubis <chrubis(a)suse.cz>
To: ltp(a)lists.linux.it
Subject: [LTP] LTP survey
User-Agent: Mutt/1.10.1 (2018-07-13)
Message-ID: <20190109152532.GA346(a)rei.lan>
Hi!
I've been asked if we can help to fill in data for the LTP Survey from
Jonatas send to the mailing list earlier.
So if you haven't done so yet and can spare 10 minutes of your time,
please go to:
https://docs.google.com/forms/d/e/1FAIpQLSePEESEVOCVtjuAIvm1BkToLJzEcxv_m4H…
And fill it in.
Many thanks on behalf of Jonatas!
--
Cyril Hrubis
chrubis(a)suse.cz
--
Mailing list info: https://lists.linux.it/listinfo/ltp
----- End forwarded message -----
Hi Mark, Arnd,
We've stumbled onto a statx/ext2-related kernel bug.
The bug itself isn't that interesting, but we were confused why we only
saw it on arm64 (arm32, x86, x86_64 did not see it).
It turns out, the bug is in EXT2 (not in the EXT4 compatibility
implementation, but actual EXT2) as a result of arm64 defconfig
including EXT2_FS, which isn't included in arm multi_v7_defconfig nor
x86's defconfigs.
This surprised us a bit, and so we're wondering if EXT2_FS should be
removed from arm64 defconfig?
See https://bugs.linaro.org/show_bug.cgi?id=4012 for details.
Dan