From: Michael Ellerman <mpe@ellerman.id.au>
To: "Michal Suchánek" <msuchanek@suse.de>,
"Nathan Lynch" <nathanl@linux.ibm.com>
Cc: linuxppc-dev@lists.ozlabs.org,
Nicholas Piggin <npiggin@gmail.com>,
Christophe Leroy <christophe.leroy@csgroup.eu>,
"Aneesh Kumar K.V" <aneesh.kumar@kernel.org>,
"Naveen N. Rao" <naveen.n.rao@linux.ibm.com>,
Shuah Khan <shuah@kernel.org>,
linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org
Subject: Re: [PATCH] selftests: powerpc: Add header symlinks for building papr character device tests
Date: Mon, 19 Feb 2024 15:29:44 +1100 [thread overview]
Message-ID: <877cj113gn.fsf@mail.lhotse> (raw)
In-Reply-To: <20240215215045.GU9696@kitsune.suse.cz>
Michal Suchánek <msuchanek@suse.de> writes:
> On Thu, Feb 15, 2024 at 01:39:27PM -0600, Nathan Lynch wrote:
>> Michal Suchánek <msuchanek@suse.de> writes:
>> > On Thu, Feb 15, 2024 at 01:13:34PM -0600, Nathan Lynch wrote:
>> >> Michal Suchanek <msuchanek@suse.de> writes:
>> >> >
>> >> > Without the headers the tests don't build.
>> >> >
>> >> > Fixes: 9118c5d32bdd ("powerpc/selftests: Add test for papr-vpd")
>> >> > Fixes: 76b2ec3faeaa ("powerpc/selftests: Add test for papr-sysparm")
>> >> > Signed-off-by: Michal Suchanek <msuchanek@suse.de>
>> >> > ---
>> >> > tools/testing/selftests/powerpc/include/asm/papr-miscdev.h | 1 +
>> >> > tools/testing/selftests/powerpc/include/asm/papr-sysparm.h | 1 +
>> >> > tools/testing/selftests/powerpc/include/asm/papr-vpd.h | 1 +
>> >> > 3 files changed, 3 insertions(+)
>> >> > create mode 120000 tools/testing/selftests/powerpc/include/asm/papr-miscdev.h
>> >> > create mode 120000 tools/testing/selftests/powerpc/include/asm/papr-sysparm.h
>> >> > create mode 120000
>> >> > tools/testing/selftests/powerpc/include/asm/papr-vpd.h
>> >>
>> >> I really hope making symlinks into the kernel source isn't necessary. I
>> >> haven't experienced build failures with these tests. How are you
>> >> building them?
>> >>
>> >> I usually do something like (on a x86 build host):
>> >>
>> >> $ make ARCH=powerpc CROSS_COMPILE=powerpc64le-linux- ppc64le_defconfig
>> >> $ make ARCH=powerpc CROSS_COMPILE=powerpc64le-linux- headers
>> >> $ make ARCH=powerpc CROSS_COMPILE=powerpc64le-linux- -C tools/testing/selftests/powerpc/
>> >>
>> >> without issue.
>> >
>> > I am not configuring the kernel, only building the tests, and certainly
>> > not installing headers on the system.
>>
>> OK, but again: how do you provoke the build errors, exactly? Don't make
>> us guess please.
>
> cd tools/testing/selftests/powerpc/
>
> make -k
>
>> > Apparently this is what people aim to do, and report bugs when it does
>> > not work: build the kselftests as self-contained testsuite that relies
>> > only on standard libc, and whatever it brought in the sources.
>> >
>> > That said, the target to install headers is headers_install, not
>> > headers. The headers target is not documented, it's probably meant to be
>> > internal to the build system. Yet it is not enforced that it is built
>> > before building the selftests.
>>
>> <shrug> the headers target is used in Documentation/dev-tools/kselftest.rst:
>>
>> """
>> To build the tests::
>>
>> $ make headers
>> $ make -C tools/testing/selftests
>> """
>
> Indeed so it's not supposed to work otherwise. It would be nice if it
> did but might be difficult to achieve with plain makefiles.
It used to work without the headers, but at some point folks decided it
was causing too many problems and building the headers was made mandatory.
Note that by default they aren't installed globally, they just end up in
$KBUILD_OUTPUT/usr/include. So it shouldn't affect the host system.
cheers
prev parent reply other threads:[~2024-02-19 4:29 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-15 16:55 [PATCH] selftests: powerpc: Add header symlinks for building papr character device tests Michal Suchanek
2024-02-15 19:13 ` Nathan Lynch
2024-02-15 19:23 ` Michal Suchánek
2024-02-15 19:39 ` Nathan Lynch
2024-02-15 21:50 ` Michal Suchánek
2024-02-19 4:29 ` Michael Ellerman [this message]
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=877cj113gn.fsf@mail.lhotse \
--to=mpe@ellerman.id.au \
--cc=aneesh.kumar@kernel.org \
--cc=christophe.leroy@csgroup.eu \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=msuchanek@suse.de \
--cc=nathanl@linux.ibm.com \
--cc=naveen.n.rao@linux.ibm.com \
--cc=npiggin@gmail.com \
--cc=shuah@kernel.org \
/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