]> git.baikalelectronics.ru Git - kernel.git/commit
tools/bpf: selftests : Explain bpf_iter test failures with llvm 10.0.0
authorYonghong Song <yhs@fb.com>
Wed, 13 May 2020 18:02:15 +0000 (11:02 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 13 May 2020 19:30:49 +0000 (12:30 -0700)
commit663ba1285f95c6413489f9da046ec13e0791b752
tree5fa064c03afbcde41ec88725b0bb720be64eb55c
parent0d8c8e48fdf77c2e25b7c4c5d6ca44c667c29ea7
tools/bpf: selftests : Explain bpf_iter test failures with llvm 10.0.0

Commit 1d837677a4e6 ("tools/bpf: selftests: Add bpf_iter selftests")
added self tests for bpf_iter feature. But two subtests
ipv6_route and netlink needs llvm latest 10.x release branch
or trunk due to a bug in llvm BPF backend. This patch added
the file README.rst to document these two failures
so people using llvm 10.0.0 can be aware of them.

Suggested-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Yonghong Song <yhs@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20200513180215.2949237-1-yhs@fb.com
tools/testing/selftests/bpf/README.rst [new file with mode: 0644]