Message ID | 20211028161057.520552-1-bjorn@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | Various RISC-V BPF improvements | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Daniel Borkmann <daniel@iogearbox.net>: On Thu, 28 Oct 2021 18:10:53 +0200 you wrote: > Unfortunately selftest/bpf does not build for RV64. This series fixes > that. > > * JIT requires more iterations to converge > * Some Makefile issues > * bpf_tracing.h was missing RISC-V macros for PT_REGS > > [...] Here is the summary with links: - [bpf-next,v2,1/4] riscv, bpf: Increase the maximum number of iterations https://git.kernel.org/bpf/bpf-next/c/4b54214f39ff - [bpf-next,v2,2/4] tools build: Add RISC-V to HOSTARCH parsing https://git.kernel.org/bpf/bpf-next/c/b390d69831ee - [bpf-next,v2,3/4] riscv, libbpf: Add RISC-V (RV64) support to bpf_tracing.h https://git.kernel.org/bpf/bpf-next/c/589fed479ba1 - [bpf-next,v2,4/4] selftests/bpf: Fix broken riscv build https://git.kernel.org/bpf/bpf-next/c/36e70b9b06bf You are awesome, thank you!