Zachary Leaf zachary.leaf@arm.com writes:
Hi Bjorn,
Thanks for the patch, I've tested it and it works for me.
Good!
I have a minor suggestion but otherwise happy to see this getting fixed.
...
-TEST_GEN_PROGS_EXTENDED += $(DEFAULT_BPFTOOL) +TEST_GEN_PROGS_EXTENDED += $(TRUNNER_BPFTOOL)
Ensure the target arch bpftool is copied into the kselftest_bpf_install dir by selftests/lib.mk instead of always the default/host version.
Good one. I'll spin a v2, and also fix Quentin's "double-slash".
Björn