forked from libbpf/libbpf-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libbpf: update to latest upstream 1.0 version
Update libbpf submodule. Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libbpf
updated
26 files
+3 −3 | .github/actions/build-selftests/build_selftests.sh | |
+6 −14 | .github/actions/build-selftests/helpers.sh | |
+1 −1 | BPF-CHECKPOINT-COMMIT | |
+1 −1 | CHECKPOINT-COMMIT | |
+2 −11 | docs/libbpf_naming_convention.rst | |
+10 −5 | include/uapi/linux/bpf.h | |
+1 −0 | include/uapi/linux/if_link.h | |
+9 −0 | src/bpf.c | |
+11 −0 | src/bpf.h | |
+11 −0 | src/bpf_core_read.h | |
+9 −5 | src/bpf_helper_defs.h | |
+13 −0 | src/bpf_helpers.h | |
+46 −14 | src/bpf_tracing.h | |
+1 −1 | src/btf_dump.c | |
+1 −1 | src/gen_loader.c | |
+328 −112 | src/libbpf.c | |
+62 −0 | src/libbpf.h | |
+3 −0 | src/libbpf.map | |
+5 −3 | src/libbpf_internal.h | |
+282 −4 | src/relo_core.c | |
+4 −0 | src/relo_core.h | |
+2 −14 | src/usdt.bpf.h | |
+2 −4 | src/usdt.c | |
+1 −0 | travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 | |
+6 −14 | travis-ci/vmtest/helpers.sh | |
+9 −9 | travis-ci/vmtest/run_selftests.sh |