On Thu, Feb 24, 2022 at 1:49 PM Yucong Sun <fallentree@xxxxxx> wrote: > [...] > In this patch: > - skel_closenz was changed to skel_closenez to correctly handle > FD=0 case. Btw, what does closenez mean? Should it be closegez (great or equal to zero)? Also, fix Andrii's email address. > - various places detecting FD > 0 was changed to FD >= 0. > - Call iterators_skel__detach() funciton to release FDs after links > are obtained. > > 1: https://github.com/kernel-patches/bpf/commit/cb80ddc67152e72f28ff6ea8517acdf875d7381d > > Signed-off-by: Yucong Sun <fallentree@xxxxxx>