On Fri, Aug 12, 2022 at 6:15 AM Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx> wrote: > > Applied to bpf-next. But let's also do the same for bpf_prog_load(). > We can make probe_kern_prog_name() use sys_bpf_prog_load() directly > and avoid calling bpf_prog_load() and thus avoiding circular > dependency. Ah, yes, we can do it this way. I will post the patch today.