Re: [PATCH] bpf: fix broken BPF selftest build on s390

2017-12-18 Thread Daniel Borkmann
On 12/18/2017 02:09 PM, Hendrik Brueckner wrote: > With 720f228e8d31 ("bpf: fix broken BPF selftest build") the > inclusion of arch-specific header files changed. Including the > asm/bpf_perf_event.h on s390, correctly includes the s390 specific > header file. This header file tries then to

[PATCH] bpf: fix broken BPF selftest build on s390

2017-12-18 Thread Hendrik Brueckner
With 720f228e8d31 ("bpf: fix broken BPF selftest build") the inclusion of arch-specific header files changed. Including the asm/bpf_perf_event.h on s390, correctly includes the s390 specific header file. This header file tries then to include the s390 asm/ptrace.h and the build fails with: cc