[PATCH bpf-next 0/4] Few small libbpf and selftests/bpf fixes
From: Andrii Nakryiko <andrii@kernel.org>
Date: 2021-06-03 00:40:35
Fix few small issues in libbpf and selftests/bpf:
- fix up libbpf.map and move few APIs that didn't make it into final 0.4
release;
- install skel_internal.h which is used by light skeleton;
- fix .gitignore for xdp_redirect_multi.
Andrii Nakryiko (4):
libbpf: move few APIs from 0.4 to 0.5 version
libbpf: refactor header installation portions of Makefile
libbpf: install skel_internal.h header used from light skeletons
selftests/bpf: add xdp_redirect_multi into .gitignore
tools/lib/bpf/Makefile | 19 +++++++------------
tools/lib/bpf/libbpf.map | 6 +++---
tools/testing/selftests/bpf/.gitignore | 1 +
3 files changed, 11 insertions(+), 15 deletions(-)
--
2.30.2