Hello:
This patch was applied to bpf/bpf.git (master) by Daniel Borkmann daniel@iogearbox.net:
On Thu, 31 Aug 2023 18:29:54 +0200 you wrote:
From: Björn Töpel bjorn@rivosinc.com
When using the "install" or targets depending on install, e.g. "gen_tar", the BPF machine flavors weren't included.
A command like: | make ARCH=riscv CROSS_COMPILE=riscv64-linux-gnu- O=/workspace/kbuild \ | HOSTCC=gcc FORMAT= SKIP_TARGETS="arm64 ia64 powerpc sparc64 x86 sgx" \ | -C tools/testing/selftests gen_tar would not include bpf/no_alu32, bpf/cpuv4, or bpf/bpf-gcc.
[...]
Here is the summary with links: - [bpf,v2] selftests/bpf: Include build flavors for install target https://git.kernel.org/bpf/bpf/c/be8e754cbfac
You are awesome, thank you!