]> 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)
commit8948b4c52939b10a896fd697eaabfa70f3abc2b7
tree5fa064c03afbcde41ec88725b0bb720be64eb55c
parent9d8b2115a68f4d09731f381b696ac0e7cf7503c7
tools/bpf: selftests : Explain bpf_iter test failures with llvm 10.0.0

Commit ef4ccb1b97a9 ("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]