Re: [PATCH bpf-next] bpf, tls: add tls header to tools infrastructure

2018-10-16 Thread Alexei Starovoitov
On Tue, Oct 16, 2018 at 03:59:36PM +0200, Daniel Borkmann wrote: > Andrey reported a build error for the BPF kselftest suite when compiled on > a machine which does not have tls related header bits installed natively: > > test_sockmap.c:120:23: fatal error: linux/tls.h: No such file or directory

[PATCH bpf-next] bpf, tls: add tls header to tools infrastructure

2018-10-16 Thread Daniel Borkmann
Andrey reported a build error for the BPF kselftest suite when compiled on a machine which does not have tls related header bits installed natively: test_sockmap.c:120:23: fatal error: linux/tls.h: No such file or directory #include ^ compilation terminated. Fix i