Hi Sirio, thanks for your patch!
On 04/26/2018 10:31 AM, Sirio Balmelli wrote: > Signed-off-by: Sirio Balmelli <si...@b-ad.ch> > --- > tools/testing/selftests/bpf/.gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tools/testing/selftests/bpf/.gitignore > b/tools/testing/selftests/bpf/.gitignore > index 5e1ab2f..9513c77 100644 > --- a/tools/testing/selftests/bpf/.gitignore > +++ b/tools/testing/selftests/bpf/.gitignore > @@ -12,6 +12,7 @@ test_tcpbpf_user > test_verifier_log > feature > test_libbpf_open > +test_btf This one is already part of bpf-next tree, please rebase: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git/tree/tools/testing/selftests/bpf/.gitignore > test_sock > test_sock_addr > urandom_read Thanks, Daniel