Re: [PATCH -next] bpf: fix net/core/filter build errors when INET is not enabled
From: Yonghong Song <hidden>
Date: 2020-06-30 17:50:03
Also in:
bpf, lkml
From: Yonghong Song <hidden>
Date: 2020-06-30 17:50:03
Also in:
bpf, lkml
On 6/30/20 10:29 AM, Randy Dunlap wrote:
From: Randy Dunlap <redacted> Fix build errors when CONFIG_INET is not set/enabled. (.text+0x2b1b): undefined reference to `tcp_prot' (.text+0x2b3b): undefined reference to `tcp_prot' Signed-off-by: Randy Dunlap <redacted> Cc: Alexei Starovoitov <ast@kernel.org> Cc: Daniel Borkmann <daniel@iogearbox.net> Cc: Martin KaFai Lau <redacted> Cc: Song Liu <redacted> Cc: Yonghong Song <redacted> Cc: Andrii Nakryiko <redacted> Cc: John Fastabend <john.fastabend@gmail.com> Cc: KP Singh <redacted> Cc: netdev@vger.kernel.org Cc: bpf@vger.kernel.org
Thanks for the fix! Acked-by: Yonghong Song <redacted>