Re: [PATCH] selftests: Makefile: add missing 'net/lib' to targets

2024-09-16 Thread Anders Roxell
On Sun, 15 Sept 2024 at 16:46, Jakub Kicinski wrote: > > On Sun, 15 Sep 2024 09:36:10 +0200 Willem de Bruijn wrote: > > > You’re right, the patch is incorrect, I could have explained better. > > > I’m seeing an issue with an out-of-tree cross compilation build of > > > kselftest and can’t figure o

Re: [PATCH] selftests: Makefile: add missing 'net/lib' to targets

2024-09-15 Thread Jakub Kicinski
On Sun, 15 Sep 2024 09:36:10 +0200 Willem de Bruijn wrote: > > You’re right, the patch is incorrect, I could have explained better. > > I’m seeing an issue with an out-of-tree cross compilation build of > > kselftest and can’t figure out what’s wrong. > > > > make --keep-going --jobs=32 O=/tmp/buil

Re: [PATCH] selftests: Makefile: add missing 'net/lib' to targets

2024-09-15 Thread Willem de Bruijn
On Sun, Sep 15, 2024 at 8:45 AM Anders Roxell wrote: > > On Thu, 12 Sept 2024 at 17:23, Jakub Kicinski wrote: > > > > On Thu, 12 Sep 2024 08:31:18 +0200 Anders Roxell wrote: > > > Fixes: 1d0dc857b5d8 ("selftests: drv-net: add checksum tests") > > > Signed-off-by: Anders Roxell > > > --- > > > t

Re: [PATCH] selftests: Makefile: add missing 'net/lib' to targets

2024-09-14 Thread Anders Roxell
On Thu, 12 Sept 2024 at 17:23, Jakub Kicinski wrote: > > On Thu, 12 Sep 2024 08:31:18 +0200 Anders Roxell wrote: > > Fixes: 1d0dc857b5d8 ("selftests: drv-net: add checksum tests") > > Signed-off-by: Anders Roxell > > --- > > tools/testing/selftests/Makefile | 1 + > > 1 file changed, 1 insertion

Re: [PATCH] selftests: Makefile: add missing 'net/lib' to targets

2024-09-12 Thread Shuah Khan
On 9/12/24 09:23, Jakub Kicinski wrote: On Thu, 12 Sep 2024 08:31:18 +0200 Anders Roxell wrote: Fixes: 1d0dc857b5d8 ("selftests: drv-net: add checksum tests") Signed-off-by: Anders Roxell --- tools/testing/selftests/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/s

Re: [PATCH] selftests: Makefile: add missing 'net/lib' to targets

2024-09-12 Thread Jakub Kicinski
On Thu, 12 Sep 2024 08:31:18 +0200 Anders Roxell wrote: > Fixes: 1d0dc857b5d8 ("selftests: drv-net: add checksum tests") > Signed-off-by: Anders Roxell > --- > tools/testing/selftests/Makefile | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tools/testing/selftests/Makefile > b/tools/te

Re: [PATCH] selftests: Makefile: add missing 'net/lib' to targets

2024-09-12 Thread Willem de Bruijn
On Thu, Sep 12, 2024 at 2:31 AM Anders Roxell wrote: > > Fixes: 1d0dc857b5d8 ("selftests: drv-net: add checksum tests") > Signed-off-by: Anders Roxell This target is automatically built for targets that depend on it. See the commit that introduced it, b86761ff6374. +++ b/tools/testing/selftest