On Tue, Jul 28, 2020 at 1:08 PM Randy Dunlap <rdun...@infradead.org> wrote: > > On 7/28/20 12:05 PM, Andrii Nakryiko wrote: > > Entire net/core subsystem is not built without CONFIG_NET. linux/netdevice.h > > just assumes that it's always there, so the easiest way to fix this is to > > conditionally compile out bpf_xdp_link_attach() use in bpf/syscall.c. > > > > Reported-by: Randy Dunlap <rdun...@infradead.org> > > Fixes: aa8d3a716b59 ("bpf, xdp: Add bpf_link-based XDP attachment API") > > Signed-off-by: Andrii Nakryiko <andr...@fb.com> > > Acked-by: Randy Dunlap <rdun...@infradead.org> # build-tested
Acked-by: Song Liu <songliubrav...@fb.com>