[PATCH 4/4] selftests: Add build infrastructure along with README
Mark Brown
broonie at kernel.org
Mon Apr 8 05:24:00 PDT 2024
On Sun, Apr 07, 2024 at 02:15:15AM +0500, Muhammad Usama Anjum wrote:
> On 4/5/24 1:44 PM, Dev Jain wrote:
> > @@ -0,0 +1,31 @@
> > +KSelfTest ARM
> > +===============
> > +
> > +- This is a series of compatibility tests, wherein the source files are
> > + built statically into a 32 bit ELF; they should pass on both 32 and 64
> > + bit kernels. They are not built or run but just skipped completely when
> > + env-variable ARCH is found to be different than 'arm64' or 'arm' and
> > + `uname -m` reports other than 'aarch64', 'armv7l' or 'armv8l'.
> > +
> > +- Please ensure that the test kernel is built with CONFIG_COMPAT enabled.
> Please create a config file and put all the per-requisite configurations in
> that. For example, look at tools/testing/selftests/mm/config
Note that arm and arm64 are different architectures, and the kernel
config stuff only applies when building for arm64...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20240408/f20b7925/attachment.sig>
More information about the linux-arm-kernel
mailing list