On Thu, Jan 22, 2026 at 7:25 PM Leon Hwang <[email protected]> wrote: > > > +static int probe_bpf_syscall_common_attrs(int token_fd) > +{ > + int ret; > + > + ret = probe_sys_bpf_ext(); > + return ret > 0; > +}
When you look at the above, what thoughts come to mind? ... and please don't use ai for answers.

