Re: [PATCH bpf-next] bpf: Fix cold build of test_progs-no_alu32

2020-12-03 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Thu, 3 Dec 2020 12:08:50 + you wrote: > This object lives inside the trunner output dir, > i.e. tools/testing/selftests/bpf/no_alu32/btf_data.o > > At some point it gets copied into the parent directory during another

Re: [PATCH bpf-next] bpf: Fix cold build of test_progs-no_alu32

2020-12-03 Thread Jiri Olsa
On Thu, Dec 03, 2020 at 12:08:50PM +, Brendan Jackman wrote: > This object lives inside the trunner output dir, > i.e. tools/testing/selftests/bpf/no_alu32/btf_data.o > > At some point it gets copied into the parent directory during another > part of the build, but that doesn't happen when bui

[PATCH bpf-next] bpf: Fix cold build of test_progs-no_alu32

2020-12-03 Thread Brendan Jackman
This object lives inside the trunner output dir, i.e. tools/testing/selftests/bpf/no_alu32/btf_data.o At some point it gets copied into the parent directory during another part of the build, but that doesn't happen when building test_progs-no_alu32 from clean. Signed-off-by: Brendan Jackman ---