]> Git Repo - linux.git/commit
selftests/bpf: sync kernel headers and introduce arch support in Makefile
authorHendrik Brueckner <[email protected]>
Mon, 4 Dec 2017 09:56:48 +0000 (10:56 +0100)
committerDaniel Borkmann <[email protected]>
Tue, 5 Dec 2017 14:02:41 +0000 (15:02 +0100)
commit618e165b2a8e10765dd2a4f9866d118a474f0faf
tree98225a1494883cb7cc38e792f67e86d530309de2
parent62e1dfa3e1e32fbc351548e7fae2d97c46d25a33
selftests/bpf: sync kernel headers and introduce arch support in Makefile

Synchronize the uapi kernel header files which solves the broken
uapi export of pt_regs.  Because of arch-specific uapi headers,
extended the include path in the Makefile.

With this change, the test_verifier program compiles and runs successfully
on s390.

Signed-off-by: Hendrik Brueckner <[email protected]>
Reviewed-and-tested-by: Thomas Richter <[email protected]>
Acked-by: Alexei Starovoitov <[email protected]>
Cc: Daniel Borkmann <[email protected]>
Cc: Shuah Khan <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
tools/arch/arm64/include/uapi/asm/bpf_perf_event.h [new file with mode: 0644]
tools/arch/s390/include/uapi/asm/bpf_perf_event.h [new file with mode: 0644]
tools/arch/s390/include/uapi/asm/ptrace.h [new file with mode: 0644]
tools/include/uapi/asm-generic/bpf_perf_event.h [new file with mode: 0644]
tools/include/uapi/linux/bpf_perf_event.h
tools/testing/selftests/bpf/Makefile
This page took 0.062709 seconds and 4 git commands to generate.