D. Wythe <alibuda@xxxxxxxxxxxxxxxxx> wrote: > net/netfilter/nf_bpf_link.c:31:22: note: in expansion of macro > ‘rcu_dereference’ > 31 | return bpf_prog_run(rcu_dereference((const struct bpf_prog __rcu > *)nf_link->link.prog), &ctx); > | ^~~~~~~~~~~~~~~ > > So, I think we might need to go back to version 1. > > @ Florian , what do you think ? Use rcu_dereference_raw().