* Re: [PATCH 01/34] selftests: arm64: Fix incorrect kernel headers search path
[not found] ` <20230127135755.79929-2-mathieu.desnoyers@efficios.com>
@ 2023-01-30 16:09 ` Shuah Khan
2023-01-30 17:14 ` Catalin Marinas
0 siblings, 1 reply; 3+ messages in thread
From: Shuah Khan @ 2023-01-30 16:09 UTC (permalink / raw)
To: Mathieu Desnoyers, Shuah Khan, linux-kselftest, Ingo Molnar,
Catalin Marinas, Will Deacon
Cc: linux-kernel, stable, Linux ARM, Shuah Khan
On 1/27/23 06:57, Mathieu Desnoyers wrote:
> Use $(KHDR_INCLUDES) as lookup path for kernel headers. This prevents
> building against kernel headers from the build environment in scenarios
> where kernel headers are installed into a specific output directory
> (O=...).
>
> Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
> Cc: Shuah Khan <shuah@kernel.org>
> Cc: linux-kselftest@vger.kernel.org
> Cc: Ingo Molnar <mingo@redhat.com>
> Cc: <stable@vger.kernel.org> [5.18+]
> ---
> tools/testing/selftests/arm64/fp/Makefile | 2 +-
> tools/testing/selftests/arm64/tags/Makefile | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
Adding arm maintainers.
Would you me to take this patch through kselftest tree? If you
decide to take this through yours:
Acked-by: Shuah Khan <skhan@linuxfoundation.org>
thanks,
-- Shuah
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 01/34] selftests: arm64: Fix incorrect kernel headers search path
2023-01-30 16:09 ` [PATCH 01/34] selftests: arm64: Fix incorrect kernel headers search path Shuah Khan
@ 2023-01-30 17:14 ` Catalin Marinas
2023-01-30 17:20 ` Shuah Khan
0 siblings, 1 reply; 3+ messages in thread
From: Catalin Marinas @ 2023-01-30 17:14 UTC (permalink / raw)
To: Shuah Khan
Cc: Mathieu Desnoyers, Shuah Khan, linux-kselftest, Ingo Molnar,
Will Deacon, linux-kernel, stable, Linux ARM
Hi Shuah,
On Mon, Jan 30, 2023 at 09:09:42AM -0700, Shuah Khan wrote:
> On 1/27/23 06:57, Mathieu Desnoyers wrote:
> > Use $(KHDR_INCLUDES) as lookup path for kernel headers. This prevents
> > building against kernel headers from the build environment in scenarios
> > where kernel headers are installed into a specific output directory
> > (O=...).
> >
> > Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
> > Cc: Shuah Khan <shuah@kernel.org>
> > Cc: linux-kselftest@vger.kernel.org
> > Cc: Ingo Molnar <mingo@redhat.com>
> > Cc: <stable@vger.kernel.org> [5.18+]
> > ---
> > tools/testing/selftests/arm64/fp/Makefile | 2 +-
> > tools/testing/selftests/arm64/tags/Makefile | 2 +-
> > 2 files changed, 2 insertions(+), 2 deletions(-)
> >
>
> Adding arm maintainers.
>
> Would you me to take this patch through kselftest tree? If you
> decide to take this through yours:
Are you taking the whole series? If yes:
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
(otherwise I can pick this up)
--
Catalin
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 01/34] selftests: arm64: Fix incorrect kernel headers search path
2023-01-30 17:14 ` Catalin Marinas
@ 2023-01-30 17:20 ` Shuah Khan
0 siblings, 0 replies; 3+ messages in thread
From: Shuah Khan @ 2023-01-30 17:20 UTC (permalink / raw)
To: Catalin Marinas
Cc: Mathieu Desnoyers, Shuah Khan, linux-kselftest, Ingo Molnar,
Will Deacon, linux-kernel, stable, Linux ARM, Shuah Khan
On 1/30/23 10:14, Catalin Marinas wrote:
> Hi Shuah,
>
> On Mon, Jan 30, 2023 at 09:09:42AM -0700, Shuah Khan wrote:
>> On 1/27/23 06:57, Mathieu Desnoyers wrote:
>>> Use $(KHDR_INCLUDES) as lookup path for kernel headers. This prevents
>>> building against kernel headers from the build environment in scenarios
>>> where kernel headers are installed into a specific output directory
>>> (O=...).
>>>
>>> Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
>>> Cc: Shuah Khan <shuah@kernel.org>
>>> Cc: linux-kselftest@vger.kernel.org
>>> Cc: Ingo Molnar <mingo@redhat.com>
>>> Cc: <stable@vger.kernel.org> [5.18+]
>>> ---
>>> tools/testing/selftests/arm64/fp/Makefile | 2 +-
>>> tools/testing/selftests/arm64/tags/Makefile | 2 +-
>>> 2 files changed, 2 insertions(+), 2 deletions(-)
>>>
>>
>> Adding arm maintainers.
>>
>> Would you me to take this patch through kselftest tree? If you
>> decide to take this through yours:
>
> Are you taking the whole series? If yes:
>
> Acked-by: Catalin Marinas <catalin.marinas@arm.com>
>
> (otherwise I can pick this up)
>
I am taking several patches in the series with an exception
when maintainers want to take them through theirs.
I will apply to mine and take this through.
thanks,
-- Shuah
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-01-30 17:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20230127135755.79929-1-mathieu.desnoyers@efficios.com>
[not found] ` <20230127135755.79929-2-mathieu.desnoyers@efficios.com>
2023-01-30 16:09 ` [PATCH 01/34] selftests: arm64: Fix incorrect kernel headers search path Shuah Khan
2023-01-30 17:14 ` Catalin Marinas
2023-01-30 17:20 ` Shuah Khan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).