On Tue, 1 Aug 2023 19:31:25 -0700 Alexei Starovoitov wrote: > Especially considering that targeting bpf-next will exercise BPF CI... > and it's not happy at the moment: > ../net/netfilter/nf_conntrack_bpf.c: In function ‘bpf_xdp_ct_alloc’: > ../net/netfilter/nf_conntrack_bpf.c:258:44: error: dereferencing > pointer to incomplete type ‘struct xdp_buff’ > 258 | nfct = __bpf_nf_ct_alloc_entry(dev_net(ctx->rxq->dev), > bpf_tuple, tuple__sz, > | ugh, will fix. allmodconfig apparently doesn't enable all of BPF :(