On Thu, Feb 3, 2022 at 8:07 AM Mauricio Vásquez Bernal <mauricio@xxxxxxxxxx> wrote: > > > The logic looks good, but you need to merge adding this static > > function with the patch that's using that static function. Otherwise > > you will break bisectability because compiler will warn about unused > > static function. > > > > It only emits a warning but it compiles fine. Is that still an issue? Yes, it breaks selftests build (warnings are treated as errors for bpftool, it seems).