-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull latest libbpf from mirror. Libbpf version: 1.5.0 Libbpf commit: caa17bdcbfc58e68eaf4d017c058e6577606bf56 Signed-off-by: Quentin Monnet <[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
18 files
+5 −0 | .github/actions/build-selftests/action.yml | |
+6 −7 | .github/actions/build-selftests/build_selftests.sh | |
+2,449 −1,269 | .github/actions/build-selftests/vmlinux.h | |
+6 −0 | .github/actions/vmtest/action.yml | |
+5 −5 | .github/workflows/test.yml | |
+1 −1 | BPF-CHECKPOINT-COMMIT | |
+1 −1 | CHECKPOINT-COMMIT | |
+1 −0 | ci/vmtest/configs/DENYLIST | |
+2 −0 | ci/vmtest/run_selftests.sh | |
+9 −0 | include/uapi/linux/bpf.h | |
+4 −0 | include/uapi/linux/if_xdp.h | |
+4 −2 | include/uapi/linux/perf_event.h | |
+2 −2 | src/Makefile | |
+4 −0 | src/btf.c | |
+5 −3 | src/btf_dump.c | |
+1 −1 | src/btf_relocate.c | |
+3 −0 | src/elf.c | |
+32 −43 | src/libbpf.c |