On 11/16/21 4:27 AM, Daniel Borkmann wrote:
On 11/15/21 5:39 PM, Yonghong Song wrote:
Without previous libbpf patch, the following error will occur:
$ ./test_progs -t btf
...
do_test_dedup:FAIL:check btf_dedup failed errno:-22#13/205
btf/dedup: btf_type_tag #5, struct:FAIL
And the previfous libbpf patch fixed the issue.
Fixed up the typo above while applying and also formatted the 1/2 a bit
better.
checkpatch usually has a lot of noise in its output, but it would catch
things
like typos when quickly running before submission, fwiw. Anyway, thanks!
Thanks for the fixup! I need to remember to run checkpatch even for
small patches!