iproute2 and libbpf: vendoring on the small scale
iproute2 and libbpf: vendoring on the small scale
Posted Nov 13, 2020 3:03 UTC (Fri) by danobi (subscriber, #102249)In reply to: iproute2 and libbpf: vendoring on the small scale by nysan
Parent article: iproute2 and libbpf: vendoring on the small scale
Feel free to file an issue or ask for help in the IRC. We can’t promise we can fix it but we can try to help.
But to your point, yeah, you’re absolutely right. bpftrace is at the intersection of all these fast moving pieces of software and we dynamically link (by default) all our dependencies. We do our best to feature detect what’s available on the system but sometimes stuff slips through. Vendoring is very tempting at times...