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 libbpf master
Update submodule reference to the latest Github master commit. Signed-off-by: Andrii Nakryiko <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libbpf
updated
29 files
+1 −1 | BPF-CHECKPOINT-COMMIT | |
+1 −1 | CHECKPOINT-COMMIT | |
+27 −14 | README.md | |
+222 −23 | include/uapi/linux/bpf.h | |
+3 −0 | include/uapi/linux/if_link.h | |
+3 −2 | scripts/sync-kernel.sh | |
+9 −2 | src/Makefile | |
+72 −32 | src/bpf.c | |
+130 −39 | src/bpf_core_read.h | |
+192 −12 | src/bpf_helper_defs.h | |
+3 −1 | src/bpf_helpers.h | |
+526 −372 | src/btf.c | |
+9 −0 | src/btf.h | |
+9 −6 | src/hashmap.h | |
+756 −200 | src/libbpf.c | |
+1 −0 | src/libbpf.h | |
+13 −0 | src/libbpf.map | |
+31 −0 | src/libbpf_internal.h | |
+1 −0 | src/libbpf_probes.c | |
+7 −1 | src/ringbuf.c | |
+173 −16 | src/xsk.c | |
+15 −7 | src/xsk.h | |
+12 −0 | travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0 | |
+4 −4 | travis-ci/vmtest/configs/latest.config | |
+3 −0 | travis-ci/vmtest/prepare_selftests-4.9.0.sh | |
+3 −0 | travis-ci/vmtest/prepare_selftests-5.5.0.sh | |
+3 −1 | travis-ci/vmtest/run.sh | |
+1 −1 | travis-ci/vmtest/run_selftests.sh | |
+103,615 −47,640 | travis-ci/vmtest/vmlinux.h |