Hello:
This series was applied to bpf/bpf-next.git (master) by Andrii Nakryiko andrii@kernel.org:
On Wed, 4 Oct 2023 14:27:18 +0200 you wrote:
From: Björn Töpel bjorn@rivosinc.com
Yet another "more cross-building support for RISC-V" series.
An example how to invoke a gen_tar build:
| make ARCH=riscv CROSS_COMPILE=riscv64-linux-gnu- CC=riscv64-linux-gnu-gcc \ | HOSTCC=gcc O=/workspace/kbuild FORMAT= \ | SKIP_TARGETS="arm64 ia64 powerpc sparc64 x86 sgx" -j $(($(nproc)-1)) \ | -C tools/testing/selftests gen_tar
[...]
Here is the summary with links: - [bpf-next,1/3] selftests/bpf: Add cross-build support for urandom_read et al https://git.kernel.org/bpf/bpf-next/c/97a79e502e25 - [bpf-next,2/3] selftests/bpf: Enable lld usage for RISC-V https://git.kernel.org/bpf/bpf-next/c/72fae6319962 - [bpf-next,3/3] selftests/bpf: Add uprobe_multi to gen_tar target https://git.kernel.org/bpf/bpf-next/c/e096ab9d9f45
You are awesome, thank you!