On Mon, May 18, 2020 at 4:24 AM Alan Maguire alan.maguire@oracle.com wrote:
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. Document all of this in the general README.rst file. Also note how to work around timeout failures.
Signed-off-by: Alan Maguire alan.maguire@oracle.com
Awesome, thanks.
Acked-by: Andrii Nakryiko andriin@fb.com
tools/testing/selftests/bpf/README.rst | 46 ++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+)
[...]