]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/bpf: Add general instructions for test execution
authorAlan Maguire <alan.maguire@oracle.com>
Fri, 22 May 2020 11:24:34 +0000 (12:24 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 22 May 2020 23:11:09 +0000 (01:11 +0200)
commit75667f502d980a08b7a40eb3cd435925fc00ee20
treefea0c9068a26815e7d58e1388a6e05be38a50a2e
parent21b45472ccfff1a36e917cbc3f07336513b350cb
selftests/bpf: Add general instructions for test execution

Getting a clean BPF selftests run involves ensuring latest trunk LLVM/clang
are used, pahole is recent (>=1.16) and config matches the specified
config file as closely as possible.  Add to bpf_devel_QA.rst and point
tools/testing/selftests/bpf/README.rst to it.

Signed-off-by: Alan Maguire <alan.maguire@oracle.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Andrii Nakryiko <andriin@fb.com>
Link: https://lore.kernel.org/bpf/1590146674-25485-1-git-send-email-alan.maguire@oracle.com
Documentation/bpf/bpf_devel_QA.rst
tools/testing/selftests/bpf/README.rst