Hello:
This patch was applied to bpf/bpf-next.git (master) by Alexei Starovoitov ast@kernel.org:
On Mon, 7 Jul 2025 12:47:35 +0530 you wrote:
BPF selftest fails to build with below error:
CLNG-BPF [test_progs] lsm_cgroup.bpf.o progs/lsm_cgroup.c:105:21: error: variable has incomplete type 'struct sockaddr_ll' 105 | struct sockaddr_ll sa = {}; | ^ progs/lsm_cgroup.c:105:9: note: forward declaration of 'struct sockaddr_ll' 105 | struct sockaddr_ll sa = {}; | ^ 1 error generated.
[...]
Here is the summary with links: - selftests/bpf: Set CONFIG_PACKET=y for selftests https://git.kernel.org/bpf/bpf-next/c/0f626c98fd10
You are awesome, thank you!