On Thu, Oct 31, 2024 at 2:23 PM Andrii Nakryiko <andrii@xxxxxxxxxx> wrote: > > static inline void bpf_link_init(struct bpf_link *link, enum bpf_link_type type, > const struct bpf_link_ops *ops, > - struct bpf_prog *prog) > + struct bpf_prog *prog, bool sleepable) > +{ > +} Obvious typo caught by build bot... Other than that the set looks good.