Hello:
This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko andrii@kernel.org:
On Thu, 25 Aug 2022 21:51:39 -0600 you wrote:
Due to bpf_map_lookup_elem being declared static we need to also declare subprog_noise as static.
Fixes the following error: progs/tailcall_bpf2bpf4.c:26:9: error: 'bpf_map_lookup_elem' is static but used in inline function 'subprog_noise' which is not static [-Werror] 26 | bpf_map_lookup_elem(&nop_table, &key); | ^~~~~~~~~~~~~~~~~~~
[...]
Here is the summary with links: - selftests/bpf: declare subprog_noise as static in tailcall_bpf2bpf4 https://git.kernel.org/bpf/bpf-next/c/b05d64efbb21
You are awesome, thank you!