Re: [PATCH v3] selftests: sched_ext: Add sched_ext as proper selftest target

2024-10-09 Thread Tejun Heo
On Tue, Oct 08, 2024 at 05:35:18PM +0200, Björn Töpel wrote: > From: Björn Töpel > > The sched_ext selftests is missing proper cross-compilation support, a > proper target entry, and out-of-tree build support. > > When building the kselftest suite, e.g.: > > make ARCH=riscv CROSS_COMPILE=risc

Re: [PATCH v3] selftests: sched_ext: Add sched_ext as proper selftest target

2024-10-09 Thread Mark Brown
On Tue, Oct 08, 2024 at 05:35:18PM +0200, Björn Töpel wrote: > The sched_ext selftests is missing proper cross-compilation support, a > proper target entry, and out-of-tree build support. Tested-by: Mark Brown Reviewed-by: Mark Brown There's still the thing with picking up the host kernel if t

Re: [PATCH v3] selftests: sched_ext: Add sched_ext as proper selftest target

2024-10-08 Thread David Vernet
On Tue, Oct 08, 2024 at 05:35:18PM +0200, Björn Töpel wrote: > From: Björn Töpel > > The sched_ext selftests is missing proper cross-compilation support, a > proper target entry, and out-of-tree build support. > > When building the kselftest suite, e.g.: > > make ARCH=riscv CROSS_COMPILE=risc

Re: [PATCH v3] selftests: sched_ext: Add sched_ext as proper selftest target

2024-10-08 Thread Shuah Khan
On 10/8/24 09:35, Björn Töpel wrote: From: Björn Töpel The sched_ext selftests is missing proper cross-compilation support, a proper target entry, and out-of-tree build support. When building the kselftest suite, e.g.: make ARCH=riscv CROSS_COMPILE=riscv64-linux-gnu- \ TARGETS=sched_

[PATCH v3] selftests: sched_ext: Add sched_ext as proper selftest target

2024-10-08 Thread Björn Töpel
From: Björn Töpel The sched_ext selftests is missing proper cross-compilation support, a proper target entry, and out-of-tree build support. When building the kselftest suite, e.g.: make ARCH=riscv CROSS_COMPILE=riscv64-linux-gnu- \ TARGETS=sched_ext SKIP_TARGETS="" O=/output/foo \ -