[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <b2a7c23e-88be-4b44-d98b-a8555131f1a7@collabora.com>
Date: Wed, 13 Jul 2022 15:04:09 +0200
From: Guillaume Tucker <guillaume.tucker@...labora.com>
To: Nicolas Schier <nicolas@...sle.eu>
Cc: Masahiro Yamada <masahiroy@...nel.org>,
Michal Marek <michal.lkml@...kovi.net>,
Nick Desaulniers <ndesaulniers@...gle.com>,
Shuah Khan <shuah@...nel.org>,
Kees Cook <keescook@...omium.org>,
Anders Roxell <anders.roxell@...aro.org>, Tim.Bird@...y.com,
kernel@...labora.com, linux-kbuild@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-kselftest@...r.kernel.org
Subject: Re: [PATCH v2 4/4] Makefile: add headers to kselftest targets
On 13/07/2022 11:09, Nicolas Schier wrote:
> On Tue, 12 Jul 2022 09:29 +0100 Guillaume Tucker wrote:
>> Add headers as a dependency to kselftest targets so that they can be
>> run directly from the top of the tree. The kselftest Makefile used to
>> try to call headers_install "backwards" but failed due to the relative
>> path not being consistent.
>>
>> Now we can either run this directly:
>>
>> $ make O=build kselftest-all
>>
>> or this:
>>
>> $ make O=build headers
>> $ make O=build -C tools/testing/selftests all
>>
>> The same commands work as well when building directly in the source
>> tree (no O=) or any arbitrary path (relative or absolute).
>>
>> Signed-off-by: Guillaume Tucker <guillaume.tucker@...labora.com>
>> ---
> You might want to add the 'Reported-by: as you did in
> https://lore.kernel.org/linux-kbuild/a7af58feaa6ae6d3b0c8c55972a470cec62341e5.1657693952.git.guillaume.tucker@collabora.com/
Except I don't know who reported the issue, I think it was just
very well known. KernelCI builds have been working around it for
a couple of years.
The Reported-by in the other patch was about using "headers"
rather than "headers_install", as a follow-up improvement on top
of this patch.
> Tested-by: Nicolas Schier <nicolas@...sle.eu>
Thank you!
Guillaume
Powered by blists - more mailing lists