]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
selftests/bpf: fix btf_dedup testing code
authorAndrii Nakryiko <andriin@fb.com>
Thu, 28 Feb 2019 23:31:21 +0000 (15:31 -0800)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 1 Mar 2019 00:31:47 +0000 (01:31 +0100)
commit8054d51f76c8da880115ffba6189b0efd7a5b5ba
treeb3c8c179f0c48a9592c5c3e5d3d72a23f60f81ae
parent3d8669e63751b7a3f8fac109cd350c5f6c14e3e1
selftests/bpf: fix btf_dedup testing code

btf_dedup testing code doesn't account for length of struct btf_header
when calculating the start of a string section. This patch fixes this
problem.

Fixes: 49b57e0d01db ("tools/bpf: remove btf__get_strings() superseded by raw data API")
Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Acked-by: Song Liu <songliubraving@fb.com>
Acked-by: Yonghong Song <yhs@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/testing/selftests/bpf/.gitignore
tools/testing/selftests/bpf/test_btf.c