]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'selftests-bpf-Makefile-cleanup'
authorAlexei Starovoitov <ast@kernel.org>
Sat, 12 Oct 2019 23:15:10 +0000 (16:15 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Sat, 12 Oct 2019 23:15:15 +0000 (16:15 -0700)
commite2031e9fcbd5784d21f3250f04c15f4d8272dff3
tree00f3a2806fdf45d942b8f529f13d2ccdbe1c0ad1
parentd5f28f91400d0d8f5525c2202e9b08f31bbad57b
parent3f560eea6bd71676772c8cc0520f61fe8195d93c
Merge branch 'selftests-bpf-Makefile-cleanup'

Andrii Nakryiko says:

====================
Patch #1 enforces libbpf build to have bpf_helper_defs.h ready before test BPF
programs are built.
Patch #2 drops obsolete BTF/pahole detection logic from Makefile.

v1->v2:
- drop CPU and PROBE (Martin).
====================

Acked-by: Martin KaFai Lau <kafai@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>