Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Tue, 6 Oct 2020 19:16:13 -0700 you wrote: > Fix build errors in kernel/bpf/verifier.c when CONFIG_NET is > not enabled. > > ../kernel/bpf/verifier.c:3995:13: error: ‘btf_sock_ids’ undeclared here (not in a function); did you mean ‘bpf_sock_ops’? > .btf_id = &btf_sock_ids[BTF_SOCK_TYPE_SOCK_COMMON], > > ../kernel/bpf/verifier.c:3995:26: error: ‘BTF_SOCK_TYPE_SOCK_COMMON’ undeclared here (not in a function); did you mean ‘PTR_TO_SOCK_COMMON’? > .btf_id = &btf_sock_ids[BTF_SOCK_TYPE_SOCK_COMMON], > > [...] Here is the summary with links: - [bpf-next] kernel/bpf/verifier: fix build when NET is not enabled https://git.kernel.org/bpf/bpf-next/c/49a2a4d4163f You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html