On Mon, May 18, 2020 at 4:24 AM Alan Maguire <[email protected]> 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 <[email protected]> > ---
Awesome, thanks. Acked-by: Andrii Nakryiko <[email protected]> > tools/testing/selftests/bpf/README.rst | 46 > ++++++++++++++++++++++++++++++++++ > 1 file changed, 46 insertions(+) > [...]
