Em Wed, Mar 06, 2019 at 04:14:08PM -0800, Andrii Nakryiko escreveu: > Latest version of libbpf has btf_dedup() fixes preventing it from stucking > in a loop on allyesconfig kernels. > > v1->v2: > - use git reference from github.com/libbpf/libbpf instead of personal fork I had already fixed this up, end result is the same as in this patch. - Arnaldo > Signed-off-by: Andrii Nakryiko <andriin@xxxxxx> > --- > lib/bpf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/bpf b/lib/bpf > index d5fa415..cb658e9 160000 > --- a/lib/bpf > +++ b/lib/bpf > @@ -1 +1 @@ > -Subproject commit d5fa4150f0c3a36e3ce458e1301531bd2edbf74d > +Subproject commit cb658e9724e3c34973eee913b1ff0cb9c50b8e53 > -- > 2.17.1 -- - Arnaldo