On 7/13/21 8:35 PM, Lorenzo Fontana wrote: > + printf("uno\n"); > info_linear = bpf_program__get_prog_info_linear(fds[i], arrays); > if (IS_ERR_OR_NULL(info_linear)) { > p_err("can't get prog info: %s", strerror(errno)); > This printf was not supposed to get here. I'm sure I'll get feedback to do other changes so I'll revert that in the next batch with the review changes. Thanks Leo Di Donato for the finding! Regards, Lorenzo