Re: [PATCH trace/for-next 2/3] bpf: decouple BPF link/attach hook and BPF program sleepable semantics

From: Alexei Starovoitov
Date: Fri Nov 01 2024 - 12:27:36 EST


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.