On Tue, Jul 28, 2020 at 1:08 PM Randy Dunlap <rdunlap@xxxxxxxxxxxxx> 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 <rdunlap@xxxxxxxxxxxxx> > > Fixes: aa8d3a716b59 ("bpf, xdp: Add bpf_link-based XDP attachment API") > > Signed-off-by: Andrii Nakryiko <andriin@xxxxxx> > > Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> # build-tested Acked-by: Song Liu <songliubraving@xxxxxx>